Home
last modified time | relevance | path

Searched refs:global_list (Results 1 – 5 of 5) sorted by relevance

/drivers/pnp/
Dcard.c250 list_add_tail(&card->global_list, &pnp_cards); in pnp_add_card()
266 global_list); in pnp_add_card()
282 list_del(&card->global_list); in pnp_remove_card()
434 list_add_tail(&drv->global_list, &pnp_card_drivers); in pnp_register_card_driver()
439 list_entry(pos, struct pnp_card, global_list); in pnp_register_card_driver()
453 list_del(&drv->global_list); in pnp_unregister_card_driver()
Dcore.c165 list_del(&dev->global_list); in pnp_delist_device()
179 list_add_tail(&dev->global_list, &pnp_global); in __pnp_add_device()
/drivers/pnp/isapnp/
Dcompat.c37 list = from->global_list.next; in pnp_find_dev()
/drivers/md/
Ddm-bufio.c143 struct list_head global_list; member
363 list_add(&b->global_list, &global_queue); in adjust_total_allocated()
368 list_del(&b->global_list); in adjust_total_allocated()
2012 b = list_entry(global_queue.prev, struct dm_buffer, global_list); in do_global_cleanup()
2016 list_move(&b->global_list, &global_queue); in do_global_cleanup()
2042 list_move(&b->global_list, &global_queue); in do_global_cleanup()
/drivers/rapidio/
Drio.c182 list_add_tail(&rdev->global_list, &rio_devices); in rio_add_device()
208 list_del(&rdev->global_list); in rio_del_device()
846 n = from ? from->global_list.next : rio_devices.next; in rio_get_comptag()