Home
last modified time | relevance | path

Searched refs:fanout (Results 1 – 19 of 19) sorted by relevance

/linux/net/packet/
A Ddiag.c118 if (po->fanout) { in pdiag_put_fanout()
121 val = (u32)po->fanout->id | ((u32)po->fanout->type << 16); in pdiag_put_fanout()
A Daf_packet.c342 if (po->fanout) in __register_prot_hook()
372 if (po->fanout) in __unregister_prot_hook()
1631 switch (po->fanout->type) { in fanout_set_data()
1711 if (po->fanout) in fanout_add()
1790 po->fanout = match; in fanout_add()
1822 f = po->fanout; in fanout_release()
1824 po->fanout = NULL; in fanout_release()
3177 if (po->fanout) { in packet_do_bind()
3942 if (!po->fanout) in packet_setsockopt()
4079 val = (po->fanout ? in packet_getsockopt()
[all …]
A Dinternal.h112 struct packet_fanout *fanout; member
/linux/kernel/rcu/
A DKconfig118 int "Tree-based hierarchical RCU fanout value"
125 This option controls the fanout of hierarchical implementations
138 int "Tree-based hierarchical RCU leaf-level fanout value"
146 This option controls the leaf-level fanout of hierarchical
150 want the default because the smaller leaf-level fanout keeps
159 fanout to a large number will likely cause problematic
/linux/fs/ubifs/
A Dcommit.c570 sz = sizeof(struct idx_node) + ubifs_idx_node_sz(c, c->fanout) - in dbg_check_old_index()
602 if (child_cnt < 1 || child_cnt > c->fanout) { in dbg_check_old_index()
704 ubifs_dump_node(c, idx, ubifs_idx_node_sz(c, c->fanout)); in dbg_check_old_index()
710 ubifs_dump_node(c, &i->idx, ubifs_idx_node_sz(c, c->fanout)); in dbg_check_old_index()
A Dsb.c205 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()
A Dtnc.c2087 ubifs_assert(c, n >= 0 && n <= c->fanout); in tnc_insert()
2092 if (znode->child_cnt < c->fanout) { in tnc_insert()
2093 ubifs_assert(c, n != c->fanout); in tnc_insert()
2127 if (n == c->fanout) { in tnc_insert()
2134 } else if (appending && n != c->fanout) { in tnc_insert()
2138 if (n >= (c->fanout + 1) / 2) { in tnc_insert()
2146 move = c->fanout - keep; in tnc_insert()
2155 keep = c->fanout; in tnc_insert()
2158 keep = (c->fanout + 1) / 2; in tnc_insert()
2159 move = c->fanout - keep; in tnc_insert()
[all …]
A Dtnc_misc.c297 if (znode->child_cnt > c->fanout || znode->level > UBIFS_MAX_LEVELS) { in read_znode()
299 c->fanout, znode->child_cnt); in read_znode()
A Dbudget.c642 f = c->fanout > 3 ? c->fanout >> 1 : 2; in ubifs_reported_space()
A Dubifs-media.h667 __le32 fanout; member
A Dsuper.c684 c->fanout * sizeof(struct ubifs_zbranch); in init_constants_sb()
690 tmp = ubifs_idx_node_sz(c, c->fanout); in init_constants_sb()
1582 dbg_gen("tree fanout: %d", c->fanout); in mount_ubifs()
1594 UBIFS_MAX_DENT_NODE_SZ, ubifs_idx_node_sz(c, c->fanout)); in mount_ubifs()
A Ddebug.c374 pr_err("\tfanout %u\n", le32_to_cpu(sup->fanout)); in ubifs_dump_node()
540 for (i = 0; i < n && i < c->fanout; i++) { in ubifs_dump_node()
886 if (znode->child_cnt <= 0 || znode->child_cnt > c->fanout) { in ubifs_dump_znode()
1291 if (znode->child_cnt <= 0 || znode->child_cnt > c->fanout) { in dbg_check_znode()
1299 if (znode->iip < 0 || znode->iip >= c->fanout) { in dbg_check_znode()
A Dtnc_commit.c442 buf_len = ubifs_idx_node_sz(c, c->fanout); in layout_in_empty_space()
A Dubifs.h1345 int fanout; member
/linux/Documentation/RCU/Design/Data-Structures/
A DData-Structures.rst55 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. |
646 given the fanout specified by ``RCU_FANOUT`` and ``RCU_FANOUT_LEAF``.
660 number of CPUs by the fanout supported by the number of levels from the
665 fanout.
/linux/drivers/fsi/
A DKconfig44 a high target device fanout.
/linux/Documentation/i2c/
A Di2c-sysfs.rst177 ``i2c-73`` is a logical bus fanout by an I2C MUX under ``i2c-7``
290 The kernel software developer is able to pin the fanout MUX channels to a static
303 can pin the fanout channels of a MUX on bus 3 to start at 30. So 30 will be the
/linux/Documentation/networking/
A Dpacket_mmap.rst598 AF_PACKET fanout mode
601 In the AF_PACKET fanout mode, packet reception can be load balanced among
604 Currently implemented fanout policies are:
725 fprintf(stderr, "Unknown fanout type [%s]\n", argp[2]);
769 So it seems to be a good candidate to be used with packet fanout.
/linux/Documentation/filesystems/
A Dubifs-authentication.rst293 | ... | (fanout: 8)

Completed in 63 milliseconds