global_list       136 drivers/md/dm-bufio.c 	struct list_head global_list;
global_list       322 drivers/md/dm-bufio.c 		list_add(&b->global_list, &global_queue);
global_list       327 drivers/md/dm-bufio.c 		list_del(&b->global_list);
global_list      1848 drivers/md/dm-bufio.c 		b = list_entry(global_queue.prev, struct dm_buffer, global_list);
global_list      1852 drivers/md/dm-bufio.c 			list_move(&b->global_list, &global_queue);
global_list      1878 drivers/md/dm-bufio.c 			list_move(&b->global_list, &global_queue);
global_list       250 drivers/pnp/card.c 	list_add_tail(&card->global_list, &pnp_cards);
global_list       266 drivers/pnp/card.c 			       global_list);
global_list       282 drivers/pnp/card.c 	list_del(&card->global_list);
global_list       432 drivers/pnp/card.c 	list_add_tail(&drv->global_list, &pnp_card_drivers);
global_list       437 drivers/pnp/card.c 		    list_entry(pos, struct pnp_card, global_list);
global_list       450 drivers/pnp/card.c 	list_del(&drv->global_list);
global_list       177 drivers/pnp/core.c 	list_del(&dev->global_list);
global_list       191 drivers/pnp/core.c 	list_add_tail(&dev->global_list, &pnp_global);
global_list        34 drivers/pnp/isapnp/compat.c 	list = from ? from->global_list.next : pnp_cards.next;
global_list        59 drivers/pnp/isapnp/compat.c 			list = from->global_list.next;
global_list       182 drivers/rapidio/rio.c 	list_add_tail(&rdev->global_list, &rio_devices);
global_list       208 drivers/rapidio/rio.c 	list_del(&rdev->global_list);
global_list       846 drivers/rapidio/rio.c 	n = from ? from->global_list.next : rio_devices.next;
global_list      1440 drivers/rapidio/rio.c 	n = from ? from->global_list.next : rio_devices.next;
global_list       205 include/linux/pnp.h 	struct list_head global_list;	/* node in global list of cards */
global_list       220 include/linux/pnp.h #define global_to_pnp_card(n) list_entry(n, struct pnp_card, global_list)
global_list       224 include/linux/pnp.h 	list_for_each_entry(card, &pnp_cards, global_list)
global_list       249 include/linux/pnp.h 	struct list_head global_list;	/* node in global list of devices */
global_list       273 include/linux/pnp.h #define global_to_pnp_dev(n) list_entry(n, struct pnp_dev, global_list)
global_list       277 include/linux/pnp.h #define pnp_for_each_dev(dev) list_for_each_entry(dev, &pnp_global, global_list)
global_list       389 include/linux/pnp.h 	struct list_head global_list;
global_list       176 include/linux/rio.h 	struct list_head global_list;	/* node in list of all RIO devices */
global_list       207 include/linux/rio.h #define rio_dev_g(n) list_entry(n, struct rio_dev, global_list)
global_list        69 kernel/async.c 	struct list_head	global_list;
global_list        96 kernel/async.c 					struct async_entry, global_list);
global_list       136 kernel/async.c 	list_del_init(&entry->global_list);
global_list       190 kernel/async.c 	INIT_LIST_HEAD(&entry->global_list);
global_list       203 kernel/async.c 		list_add_tail(&entry->global_list, &async_global_pending);
global_list        37 tools/testing/selftests/timers/threadtest.c struct timespec global_list[LISTSIZE];
global_list        89 tools/testing/selftests/timers/threadtest.c 			checklist(global_list, LISTSIZE);
global_list        92 tools/testing/selftests/timers/threadtest.c 		clock_gettime(CLOCK_MONOTONIC, &global_list[listcount++]);