Searched refs:cb_list (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/kernel/
H A Dvtime.c292 static void do_callbacks(struct list_head *cb_list) argument
297 if (list_empty(cb_list))
302 list_for_each_entry_safe(event, tmp, cb_list, entry) {
322 struct list_head cb_list; /* the callback queue */ local
325 INIT_LIST_HEAD(&cb_list);
337 list_move_tail(&event->entry, &cb_list);
343 vq->do_spt = list_empty(&cb_list);
344 do_callbacks(&cb_list);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ipw2x00/
H A Dipw2200.h768 struct command_block cb_list[CB_NUMBER_OF_ELEMENTS_SMALL]; member in struct:fw_image_desc
H A Dipw2200.c2789 &priv->sram_desc.cb_list[index]);
2878 cb = &priv->sram_desc.cb_list[last_cb_element];

Completed in 280 milliseconds