Searched refs:alloc_list (Results 1 – 6 of 6) sorted by relevance
| /linux/tools/perf/util/ |
| H A D | parse-events.y | 32 static struct list_head* alloc_list(void) in alloc_list() function 299 list = alloc_list(); 319 list = alloc_list(); 338 list = alloc_list(); 358 list = alloc_list(); 379 list = alloc_list(); 410 list = alloc_list(); 430 list = alloc_list();
|
| /linux/include/linux/iio/ |
| H A D | trigger.h | 68 struct list_head alloc_list; member
|
| /linux/drivers/iio/trigger/ |
| H A D | stm32-timer-trigger.c | 400 list_for_each_entry(tr, &priv->tr_list, alloc_list) in stm32_unregister_iio_triggers() 443 list_add_tail(&trig->alloc_list, &priv->tr_list); in stm32_register_iio_triggers()
|
| /linux/fs/btrfs/ |
| H A D | volumes.h | 418 struct list_head alloc_list; member
|
| H A D | volumes.c | 393 INIT_LIST_HEAD(&fs_devs->alloc_list); in alloc_fs_devices() 731 list_add_tail(&device->dev_alloc_list, &fs_devices->alloc_list); in btrfs_open_one_device() 2505 &fs_devices->alloc_list); in btrfs_rm_device() 2727 INIT_LIST_HEAD(&seed_devices->alloc_list); in btrfs_init_sprout() 3007 list_add(&device->dev_alloc_list, &fs_devices->alloc_list); in btrfs_init_new_device() 5552 list_for_each_entry(device, &fs_devices->alloc_list, dev_alloc_list) { in alloc_virtual_chunk() 5641 list_for_each_entry(device, &fs_devices->alloc_list, dev_alloc_list) in calc_one_profile_avail() 5835 list_for_each_entry(device, &fs_devices->alloc_list, dev_alloc_list) { in gather_device_info() 6197 if (list_empty(&fs_devices->alloc_list)) { in btrfs_create_chunk()
|
| H A D | zoned.c | 2677 list_for_each_entry(device, &fs_devices->alloc_list, dev_alloc_list) { in btrfs_can_activate_zone()
|