Searched refs:tmp_list (Results 1 – 4 of 4) sorted by relevance
331 struct dm_delay_buf_list tmp_list; in _submit_queue() local336 TAILQ_INIT(&tmp_list); in _submit_queue()342 TAILQ_INSERT_TAIL(&tmp_list, dp, entry); in _submit_queue()361 while ((dp = TAILQ_FIRST(&tmp_list)) != NULL) { in _submit_queue()362 TAILQ_REMOVE(&tmp_list, dp, entry); in _submit_queue()
62 tmp_list = list(sorted(set(final_syms)))64 return util.read_syms_from_list(tmp_list)
1596 list_t *tmp_list; in saslc__mech_digestmd5_parse_challenge() local1684 if (saslc__list_parse(&tmp_list, val) == -1) in saslc__mech_digestmd5_parse_challenge()1686 saslc__list_log(tmp_list, "qop list:\n"); in saslc__mech_digestmd5_parse_challenge()1687 tmp_flags = saslc__mech_qop_list_flags(tmp_list); in saslc__mech_digestmd5_parse_challenge()1688 saslc__list_free(tmp_list); in saslc__mech_digestmd5_parse_challenge()1796 if (saslc__list_parse(&tmp_list, val) == -1) in saslc__mech_digestmd5_parse_challenge()1798 saslc__list_log(tmp_list, "cipher list:\n"); in saslc__mech_digestmd5_parse_challenge()1799 tmp_flags = cipher_list_flags(tmp_list); in saslc__mech_digestmd5_parse_challenge()1800 saslc__list_free(tmp_list); in saslc__mech_digestmd5_parse_challenge()
2625 struct bw_meter *x, *tmp_list; in bw_meter_process() local2631 tmp_list = bw_meter_timers[i]; in bw_meter_process()2635 while (tmp_list != NULL) { in bw_meter_process()2636 x = tmp_list; in bw_meter_process()2637 tmp_list = tmp_list->bm_time_next; in bw_meter_process()