Searched refs:cb_next (Results 1 – 6 of 6) sorted by relevance
384 buf->cb_next = cpc->cpc_bufs; in cpc_buf_create()401 for (cbp = prev = cpc->cpc_bufs; cbp != NULL; cbp = cbp->cb_next) { in cpc_buf_destroy()412 cpc->cpc_bufs = cbp->cb_next; in cpc_buf_destroy()413 prev->cb_next = cbp->cb_next; in cpc_buf_destroy()
68 cpc_buf_t *cb_next; /* List of all bufs */ member
132 struct flk_callback *cb_next; /* circular linked list */ member
559 cb = cb->cb_next; in flk_invoke_callbacks()583 flk_cb->cb_next = flk_cb; in flk_init_callback()605 newcb->cb_next = cblist; in flk_add_callback()606 cblist->cb_prev->cb_next = newcb; in flk_add_callback()617 flk_cb->cb_next->cb_prev = flk_cb->cb_prev; in flk_del_callback()618 flk_cb->cb_prev->cb_next = flk_cb->cb_next; in flk_del_callback()621 flk_cb->cb_next = flk_cb; in flk_del_callback()
1839 struct scsb_cb_entry *cb_next; member1873 if (cbe_ptr->cb_next == (struct scsb_cb_entry *)NULL) { in scsb_fru_register()1874 cbe_ptr->cb_next = (struct scsb_cb_entry *) in scsb_fru_register()1877 cbe_ptr = cbe_ptr->cb_next; in scsb_fru_register()1880 cbe_ptr = cbe_ptr->cb_next; in scsb_fru_register()1885 cbe_ptr->cb_next = (struct scsb_cb_entry *)NULL; in scsb_fru_register()1920 scsb_cb_table = cbe_ptr->cb_next; in scsb_fru_unregister()1922 prev_ptr->cb_next = cbe_ptr->cb_next; in scsb_fru_unregister()1930 } while ((cbe_ptr = cbe_ptr->cb_next) != NULL); in scsb_fru_unregister()5502 cbe_ptr = cbe_ptr->cb_next) { in check_fru_info()
231 struct heci_cb_private *cb_pos = NULL, *cb_next = NULL; in heci_bh_process_device() local332 list_for_each_entry_safe(cb_pos, cb_next, in heci_bh_process_device()