Searched refs:global_list (Results 1 – 6 of 6) sorted by relevance
/linux/kernel/ |
H A D | async.c | 71 struct list_head global_list; member 104 struct async_entry, global_list); in lowest_in_progress() 138 list_del_init(&entry->global_list); in async_run_entry_fn() 159 INIT_LIST_HEAD(&entry->global_list); in __async_schedule_node_domain() 172 list_add_tail(&entry->global_list, &async_global_pending); in __async_schedule_node_domain()
|
/linux/tools/testing/selftests/timers/ |
H A D | threadtest.c | 37 struct timespec global_list[LISTSIZE]; variable 89 checklist(global_list, LISTSIZE); in shared_thread() 92 clock_gettime(CLOCK_MONOTONIC, &global_list[listcount++]); in shared_thread()
|
/linux/drivers/pnp/ |
H A D | card.c | 250 list_add_tail(&card->global_list, &pnp_cards); in pnp_add_card() 266 global_list); in pnp_add_card() 402 list_add_tail(&drv->global_list, &pnp_card_drivers); in pnp_register_card_driver() 407 list_entry(pos, struct pnp_card, global_list); in pnp_register_card_driver() 421 list_del(&drv->global_list); in pnp_unregister_card_driver()
|
H A D | core.c | 155 list_del(&dev->global_list); in pnp_delist_device() 169 list_add_tail(&dev->global_list, &pnp_global); in __pnp_add_device()
|
/linux/drivers/pnp/isapnp/ |
H A D | compat.c | 37 list = from->global_list.next; in pnp_find_dev()
|
/linux/drivers/rapidio/ |
H A D | rio.c | 182 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()
|