Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/
Dasync.c69 struct list_head global_list; member
96 struct async_entry, global_list); in lowest_in_progress()
136 list_del_init(&entry->global_list); in async_run_entry_fn()
190 INIT_LIST_HEAD(&entry->global_list); in async_schedule_node_domain()
203 list_add_tail(&entry->global_list, &async_global_pending); in async_schedule_node_domain()
/Linux-v5.4/tools/testing/selftests/timers/
Dthreadtest.c37 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-v5.4/include/linux/
Dpnp.h205 struct list_head global_list; /* node in global list of cards */ member
220 #define global_to_pnp_card(n) list_entry(n, struct pnp_card, global_list)
226 (card) = global_to_pnp_card((card)->global_list.next))
251 struct list_head global_list; /* node in global list of devices */ member
275 #define global_to_pnp_dev(n) list_entry(n, struct pnp_dev, global_list)
282 (dev) = global_to_pnp_dev((dev)->global_list.next))
396 struct list_head global_list; member
Drio.h176 struct list_head global_list; /* node in list of all RIO devices */ member
207 #define rio_dev_g(n) list_entry(n, struct rio_dev, global_list)
/Linux-v5.4/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()
432 list_add_tail(&drv->global_list, &pnp_card_drivers); in pnp_register_card_driver()
437 list_entry(pos, struct pnp_card, global_list); in pnp_register_card_driver()
450 list_del(&drv->global_list); in pnp_unregister_card_driver()
Dcore.c177 list_del(&dev->global_list); in pnp_delist_device()
191 list_add_tail(&dev->global_list, &pnp_global); in __pnp_add_device()
/Linux-v5.4/drivers/pnp/isapnp/
Dcompat.c34 list = from ? from->global_list.next : pnp_cards.next; in pnp_find_card()
59 list = from->global_list.next; in pnp_find_dev()
/Linux-v5.4/drivers/md/
Ddm-bufio.c136 struct list_head global_list; member
322 list_add(&b->global_list, &global_queue); in adjust_total_allocated()
327 list_del(&b->global_list); in adjust_total_allocated()
1848 b = list_entry(global_queue.prev, struct dm_buffer, global_list); in do_global_cleanup()
1852 list_move(&b->global_list, &global_queue); in do_global_cleanup()
1878 list_move(&b->global_list, &global_queue); in do_global_cleanup()
/Linux-v5.4/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()
1440 n = from ? from->global_list.next : rio_devices.next; in rio_get_asm()
/Linux-v5.4/Documentation/core-api/
Datomic_ops.rst368 obj = obj_list_peek(&global_list);