Searched refs:num_roots (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/pci/ |
H A D | xen-pcifront.c | 850 int i, num_roots, len; in pcifront_try_connect() local 868 "root_num", "%d", &num_roots); in pcifront_try_connect() 878 num_roots = 0; in pcifront_try_connect() 887 for (i = 0; i < num_roots; i++) { in pcifront_try_connect() 945 int i, num_roots, len; in pcifront_attach_devices() local 954 "root_num", "%d", &num_roots); in pcifront_attach_devices() 964 num_roots = 0; in pcifront_attach_devices() 973 for (i = 0; i < num_roots; i++) { in pcifront_attach_devices()
|
/kernel/linux/linux-6.6/drivers/pci/ |
H A D | xen-pcifront.c | 807 int i, num_roots, len; in pcifront_connect() local 812 "root_num", "%d", &num_roots); in pcifront_connect() 822 num_roots = 0; in pcifront_connect() 829 for (i = 0; i < num_roots; i++) { in pcifront_connect()
|
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | send.c | 114 int num_roots; member 1434 *root_count_ret = entry->num_roots; in lookup_backref_cache() 1462 new_entry->num_roots = 0; in store_backref_cache() 1475 if (new_entry->num_roots >= SEND_MAX_BACKREF_CACHE_ROOTS) { in store_backref_cache() 1480 new_entry->root_ids[new_entry->num_roots] = root_id; in store_backref_cache() 1481 new_entry->num_roots++; in store_backref_cache()
|
/kernel/linux/linux-6.6/drivers/scsi/mpi3mr/mpi/ |
H A D | mpi30_cnfg.h | 1547 u8 num_roots; member
|
Completed in 20 milliseconds