Home
last modified time | relevance | path

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

/linux/kernel/
H A Dasync.c71 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 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/include/linux/
H A 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)
224 list_for_each_entry(card, &pnp_cards, global_list)
249 struct list_head global_list; /* node in global list of devices */ member
273 #define global_to_pnp_dev(n) list_entry(n, struct pnp_dev, global_list)
277 #define pnp_for_each_dev(dev) list_for_each_entry(dev, &pnp_global, global_list)
389 struct list_head global_list; member
H A 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/drivers/pnp/
H A Dcore.c155 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 Dcompat.c37 list = from->global_list.next; in pnp_find_dev()
/linux/tools/objtool/
H A Delf.c545 list_add_tail(&sym->global_list, &elf->symbols); in elf_add_symbol()