Searched refs:il_head (Results 1 – 2 of 2) sorted by relevance
203 if (il1->il_head != il1->il_tail) { in etm_ckpt_il_resize()204 for (i = il1->il_head; i != il1->il_tail; i = next) { in etm_ckpt_il_resize()250 if (etm_id_lst->il_head == etm_id_lst->il_tail) { in etm_ckpt_il_find()256 for (i = etm_id_lst->il_head; i != etm_id_lst->il_tail; i = next) { in etm_ckpt_il_find()282 if (next == etm_id_lst->il_head) { in etm_ckpt_il_add()291 if (next == etm_id_lst->il_head) { in etm_ckpt_il_add()293 etm_id_lst->il_head, etm_id_lst->il_tail); in etm_ckpt_il_add()321 if (etm_id_lst->il_tail == etm_id_lst->il_head) { in etm_ckpt_il_delete()322 fmd_hdl_debug(hdl, "Empty queue(%d)\n", etm_id_lst->il_head); in etm_ckpt_il_delete()331 for (i = etm_id_lst->il_head; i != etm_id_lst->il_tail; i = next) { in etm_ckpt_il_delete()[all …]
80 uint16_t il_head; /* head of the list */ member