Searched refs:alloc_list (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/tools/perf/util/ |
H A D | parse-events.y | 33 static struct list_head* alloc_list(void) in alloc_list() function 294 list = alloc_list(); 396 list = alloc_list(); 416 list = alloc_list(); 430 list = alloc_list(); 446 list = alloc_list(); 467 list = alloc_list(); 487 list = alloc_list(); 506 list = alloc_list(); 526 list = alloc_list(); [all …]
|
/openbmc/linux/include/linux/iio/ |
H A D | trigger.h | 68 struct list_head alloc_list; member
|
/openbmc/qemu/hw/acpi/ |
H A D | aml-build.c | 446 static GPtrArray *alloc_list; variable 452 g_ptr_array_add(alloc_list, var); in aml_alloc() 485 assert(!alloc_list); in init_aml_allocator() 486 alloc_list = g_ptr_array_new(); in init_aml_allocator() 492 g_ptr_array_foreach(alloc_list, aml_free, NULL); in free_aml_allocator() 493 g_ptr_array_free(alloc_list, true); in free_aml_allocator() 494 alloc_list = 0; in free_aml_allocator()
|
/openbmc/linux/drivers/iio/trigger/ |
H A D | stm32-timer-trigger.c | 395 list_for_each_entry(tr, &priv->tr_list, alloc_list) in stm32_unregister_iio_triggers() 438 list_add_tail(&trig->alloc_list, &priv->tr_list); in stm32_register_iio_triggers()
|
/openbmc/linux/fs/btrfs/ |
H A D | volumes.h | 351 struct list_head alloc_list; member
|
H A D | volumes.c | 382 INIT_LIST_HEAD(&fs_devs->alloc_list); in alloc_fs_devices() 671 list_add_tail(&device->dev_alloc_list, &fs_devices->alloc_list); in btrfs_open_one_device() 2298 &fs_devices->alloc_list); in btrfs_rm_device() 2518 INIT_LIST_HEAD(&seed_devices->alloc_list); in btrfs_init_sprout() 2761 list_add(&device->dev_alloc_list, &fs_devices->alloc_list); in btrfs_init_new_device() 5252 list_for_each_entry(device, &fs_devices->alloc_list, dev_alloc_list) { in gather_device_info() 5536 if (list_empty(&fs_devices->alloc_list)) { in btrfs_create_chunk()
|
H A D | dev-replace.c | 977 list_add(&tgt_device->dev_alloc_list, &fs_devices->alloc_list); in btrfs_dev_replace_finishing()
|
H A D | zoned.c | 2220 list_for_each_entry(device, &fs_devices->alloc_list, dev_alloc_list) { in btrfs_can_activate_zone()
|
/openbmc/linux/drivers/net/ethernet/dlink/ |
H A D | dl2k.c | 479 static int alloc_list(struct net_device *dev) in alloc_list() function 626 i = alloc_list(dev); in rio_open()
|