Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/iio/trigger/
Diio-trig-periodic-rtc.c135 list_add(&trig->alloc_list, &iio_prtc_trigger_list); in iio_trig_periodic_rtc_probe()
168 list_del(&trig->alloc_list); in iio_trig_periodic_rtc_probe()
174 alloc_list) { in iio_trig_periodic_rtc_probe()
193 alloc_list) { in iio_trig_periodic_rtc_remove()
/linux-4.4.14/include/linux/iio/
Dtrigger.h67 struct list_head alloc_list; member
/linux-4.4.14/drivers/staging/iio/Documentation/
Dtrigger.txt21 trig->alloc_list which is useful for drivers that allocate multiple
/linux-4.4.14/fs/btrfs/
Dvolumes.h244 struct list_head alloc_list; member
Dvolumes.c148 INIT_LIST_HEAD(&fs_devs->alloc_list); in __alloc_fs_devices()
951 &fs_devices->alloc_list); in __btrfs_open_devices()
1946 &root->fs_info->fs_devices->alloc_list); in btrfs_rm_device()
2134 INIT_LIST_HEAD(&seed_devices->alloc_list); in btrfs_prepare_sprout()
2144 list_splice_init(&fs_devices->alloc_list, &seed_devices->alloc_list); in btrfs_prepare_sprout()
2337 &root->fs_info->fs_devices->alloc_list); in btrfs_init_new_device()
4519 if (list_empty(&fs_devices->alloc_list)) in __btrfs_alloc_chunk()
4565 cur = fs_devices->alloc_list.next; in __btrfs_alloc_chunk()
4572 while (cur != &fs_devices->alloc_list) { in __btrfs_alloc_chunk()
Ddev-replace.c565 list_add(&tgt_device->dev_alloc_list, &fs_info->fs_devices->alloc_list); in btrfs_dev_replace_finishing()
Dextent-tree.c9409 list_for_each_entry(device, &fs_devices->alloc_list, dev_alloc_list) { in btrfs_can_relocate()
10698 devices = &root->fs_info->fs_devices->alloc_list; in btrfs_trim_fs()
/linux-4.4.14/drivers/net/ethernet/dlink/
Ddl2k.c73 static void alloc_list (struct net_device *dev);
476 alloc_list (dev); in rio_open()
591 alloc_list (struct net_device *dev) in alloc_list() function