Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/iio/Documentation/
Dtrigger.txt17 trig->alloc_list which is useful for drivers that allocate multiple
/Linux-v4.19/include/linux/iio/
Dtrigger.h70 struct list_head alloc_list; member
/Linux-v4.19/fs/btrfs/
Dvolumes.h234 struct list_head alloc_list; member
Dvolumes.c259 INIT_LIST_HEAD(&fs_devs->alloc_list); in alloc_fs_devices()
733 list_add_tail(&device->dev_alloc_list, &fs_devices->alloc_list); in btrfs_open_one_device()
1993 &fs_devices->alloc_list); in btrfs_rm_device()
2208 INIT_LIST_HEAD(&seed_devices->alloc_list); in btrfs_prepare_sprout()
2218 list_splice_init(&fs_devices->alloc_list, &seed_devices->alloc_list); in btrfs_prepare_sprout()
2409 list_add(&device->dev_alloc_list, &fs_devices->alloc_list); in btrfs_init_new_device()
4610 if (list_empty(&fs_devices->alloc_list)) { in __btrfs_alloc_chunk()
4664 list_for_each_entry(device, &fs_devices->alloc_list, dev_alloc_list) { in __btrfs_alloc_chunk()
Ddev-replace.c663 list_add(&tgt_device->dev_alloc_list, &fs_info->fs_devices->alloc_list); in btrfs_dev_replace_finishing()
Dextent-tree.c9495 list_for_each_entry(device, &fs_devices->alloc_list, dev_alloc_list) { in btrfs_can_relocate()
10894 devices = &fs_info->fs_devices->alloc_list; in btrfs_trim_fs()
/Linux-v4.19/drivers/net/ethernet/dlink/
Ddl2k.c486 static int alloc_list(struct net_device *dev) in alloc_list() function
634 i = alloc_list(dev); in rio_open()