Searched refs:fanout (Results 1 – 17 of 17) sorted by relevance
/Linux-v5.4/kernel/rcu/ |
D | Kconfig | 92 int "Tree-based hierarchical RCU fanout value" 99 This option controls the fanout of hierarchical implementations 112 int "Tree-based hierarchical RCU leaf-level fanout value" 118 This option controls the leaf-level fanout of hierarchical 122 want the default because the smaller leaf-level fanout keeps 131 fanout to a large number will likely cause problematic
|
/Linux-v5.4/net/packet/ |
D | diag.c | 118 if (po->fanout) { in pdiag_put_fanout() 121 val = (u32)po->fanout->id | ((u32)po->fanout->type << 16); in pdiag_put_fanout()
|
D | internal.h | 108 struct packet_fanout *fanout; member
|
D | af_packet.c | 302 if (po->fanout) in __register_prot_hook() 332 if (po->fanout) in __unregister_prot_hook() 1466 struct packet_fanout *f = po->fanout; in __fanout_link() 1479 struct packet_fanout *f = po->fanout; in __fanout_unlink() 1500 return ptype->af_packet_priv == pkt_sk(sk)->fanout; in match_fanout_group() 1549 __fanout_set_data_bpf(po->fanout, new); in fanout_set_data_cbpf() 1570 __fanout_set_data_bpf(po->fanout, new); in fanout_set_data_ebpf() 1577 switch (po->fanout->type) { in fanout_set_data() 1654 if (po->fanout) in fanout_add() 1722 po->fanout = match; in fanout_add() [all …]
|
/Linux-v5.4/fs/ubifs/ |
D | sb.c | 202 sup->fanout = cpu_to_le32(DEFAULT_FANOUT); in create_default_filesystem() 459 if (c->fanout < UBIFS_MIN_FANOUT || in validate_sb() 460 ubifs_idx_node_sz(c, c->fanout) > c->leb_size) { in validate_sb() 721 c->fanout = le32_to_cpu(sup->fanout); in ubifs_read_superblock()
|
D | tnc_misc.c | 297 if (znode->child_cnt > c->fanout || znode->level > UBIFS_MAX_LEVELS) { in read_znode() 299 c->fanout, znode->child_cnt); in read_znode()
|
D | tnc.c | 2088 ubifs_assert(c, n >= 0 && n <= c->fanout); in tnc_insert() 2093 if (znode->child_cnt < c->fanout) { in tnc_insert() 2094 ubifs_assert(c, n != c->fanout); in tnc_insert() 2128 if (n == c->fanout) { in tnc_insert() 2135 } else if (appending && n != c->fanout) { in tnc_insert() 2139 if (n >= (c->fanout + 1) / 2) { in tnc_insert() 2147 move = c->fanout - keep; in tnc_insert() 2156 keep = c->fanout; in tnc_insert() 2159 keep = (c->fanout + 1) / 2; in tnc_insert() 2160 move = c->fanout - keep; in tnc_insert() [all …]
|
D | budget.c | 642 f = c->fanout > 3 ? c->fanout >> 1 : 2; in ubifs_reported_space()
|
D | commit.c | 570 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()
|
D | ubifs-media.h | 667 __le32 fanout; member
|
D | super.c | 665 c->fanout * sizeof(struct ubifs_zbranch); in init_constants_sb() 671 tmp = ubifs_idx_node_sz(c, c->fanout); in init_constants_sb() 1543 dbg_gen("tree fanout: %d", c->fanout); in mount_ubifs() 1555 UBIFS_MAX_DENT_NODE_SZ, ubifs_idx_node_sz(c, c->fanout)); in mount_ubifs()
|
D | debug.c | 344 pr_err("\tfanout %u\n", le32_to_cpu(sup->fanout)); in ubifs_dump_node() 504 for (i = 0; i < n && i < c->fanout - 1; i++) { in ubifs_dump_node() 865 if (znode->child_cnt <= 0 || znode->child_cnt > c->fanout) { in ubifs_dump_znode() 1269 if (znode->child_cnt <= 0 || znode->child_cnt > c->fanout) { in dbg_check_znode() 1277 if (znode->iip < 0 || znode->iip >= c->fanout) { in dbg_check_znode()
|
D | tnc_commit.c | 422 buf_len = ubifs_idx_node_sz(c, c->fanout); in layout_in_empty_space()
|
D | ubifs.h | 1343 int fanout; member
|
/Linux-v5.4/drivers/fsi/ |
D | Kconfig | 44 a high target device fanout.
|
/Linux-v5.4/Documentation/networking/ |
D | packet_mmap.txt | 573 + AF_PACKET fanout mode 576 In the AF_PACKET fanout mode, packet reception can be load balanced among 579 Currently implemented fanout policies are: 700 fprintf(stderr, "Unknown fanout type [%s]\n", argp[2]); 744 So it seems to be a good candidate to be used with packet fanout.
|
/Linux-v5.4/Documentation/filesystems/ |
D | ubifs-authentication.rst | 289 | ... | (fanout: 8)
|