Searched refs:fanout (Results 1 – 15 of 15) sorted by relevance
| /linux/fs/cachefiles/ |
| H A D | volume.c | 78 volume->fanout[i] = fan; in cachefiles_acquire_volume() 98 cachefiles_put_directory(volume->fanout[i]); in cachefiles_acquire_volume() 120 cachefiles_put_directory(volume->fanout[i]); in __cachefiles_free_volume()
|
| H A D | namei.c | 390 struct dentry *fan = volume->fanout[(u8)object->cookie->key_hash]; in cachefiles_delete_object() 413 struct dentry *fan = volume->fanout[(u8)object->cookie->key_hash]; in cachefiles_create_tmpfile() 590 struct dentry *dentry, *fan = volume->fanout[(u8)object->cookie->key_hash]; in cachefiles_look_up_object() 646 struct dentry *dentry, *fan = volume->fanout[(u8)object->cookie->key_hash]; in cachefiles_commit_tmpfile()
|
| /linux/fs/ubifs/ |
| H A D | commit.c | 581 sz = sizeof(struct idx_node) + ubifs_idx_node_sz(c, c->fanout) - in dbg_check_old_index() 613 if (child_cnt < 1 || child_cnt > c->fanout) { in dbg_check_old_index() 715 ubifs_dump_node(c, idx, ubifs_idx_node_sz(c, c->fanout)); in dbg_check_old_index() 721 ubifs_dump_node(c, &i->idx, ubifs_idx_node_sz(c, c->fanout)); in dbg_check_old_index()
|
| H A D | sb.c | 205 sup->fanout = cpu_to_le32(DEFAULT_FANOUT); in create_default_filesystem() 460 if (c->fanout < UBIFS_MIN_FANOUT || in validate_sb() 461 ubifs_idx_node_sz(c, c->fanout) > c->leb_size) { in validate_sb() 722 c->fanout = le32_to_cpu(sup->fanout); in ubifs_read_superblock()
|
| H A D | tnc_misc.c | 319 if (znode->child_cnt > c->fanout || znode->level > UBIFS_MAX_LEVELS) { in read_znode() 321 c->fanout, znode->child_cnt); in read_znode()
|
| H A D | budget.c | 638 f = c->fanout > 3 ? c->fanout >> 1 : 2; in ubifs_reported_space()
|
| H A D | ubifs-media.h | 667 __le32 fanout; member
|
| H A D | tnc_commit.c | 441 buf_len = ubifs_idx_node_sz(c, c->fanout); in layout_in_empty_space()
|
| /linux/net/packet/ |
| H A D | af_packet.c | 341 if (po->fanout) in __register_prot_hook() 371 if (po->fanout) in __unregister_prot_hook() 1515 struct packet_fanout *f = po->fanout; in __fanout_link() 1528 struct packet_fanout *f = po->fanout; in __fanout_unlink() 1552 return ptype->af_packet_priv == pkt_sk(sk)->fanout; in match_fanout_group() 1601 __fanout_set_data_bpf(po->fanout, new); in fanout_set_data_cbpf() 1622 __fanout_set_data_bpf(po->fanout, new); in fanout_set_data_ebpf() 1629 switch (po->fanout->type) { in fanout_set_data() 1709 if (po->fanout) in fanout_add() 1789 WRITE_ONCE(po->fanout, match); in fanout_add() [all …]
|
| /linux/Documentation/translations/zh_CN/filesystems/ |
| H A D | ubifs-authentication.rst | 231 | ... | (fanout: 8)
|
| /linux/Documentation/RCU/Design/Data-Structures/ |
| H A D | Data-Structures.rst | 55 a two-level tree with 64 leaves can accommodate 1,024 CPUs, with a fanout 56 of 64 at the root and a fanout of 16 at the leaves. 61 | Why isn't the fanout at the leaves also 64? | 67 | leaf ``rcu_node`` structures have fanout of 64, the contention on | 69 | on a wide variety of systems has shown that a fanout of 16 works well | 73 | thousands of CPUs may demonstrate that the fanout for the non-leaf | 79 | non-leaf fanout as needed. | 679 given the fanout specified by ``RCU_FANOUT`` and ``RCU_FANOUT_LEAF``. 693 number of CPUs by the fanout supported by the number of levels from the 698 fanout.
|
| /linux/drivers/fsi/ |
| H A D | Kconfig | 44 a high target device fanout.
|
| /linux/Documentation/i2c/ |
| H A D | i2c-sysfs.rst | 174 ``i2c-73`` is a logical bus fanout by an I2C MUX under ``i2c-7`` 287 The kernel software developer is able to pin the fanout MUX channels to a static 299 can pin the fanout channels of a MUX on bus 3 to start at 30. So 30 will be the
|
| /linux/Documentation/networking/ |
| H A D | packet_mmap.rst | 599 AF_PACKET fanout mode 602 In the AF_PACKET fanout mode, packet reception can be load balanced among 605 Currently implemented fanout policies are: 726 fprintf(stderr, "Unknown fanout type [%s]\n", argp[2]); 770 So it seems to be a good candidate to be used with packet fanout.
|
| /linux/arch/arm64/boot/dts/allwinner/ |
| H A D | sun55i-a523.dtsi | 323 "iosc", "losc-fanout";
|