Searched refs:fanout (Results 1 – 15 of 15) sorted by relevance
/linux-4.1.27/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 | 94 struct packet_fanout *fanout; member
|
D | af_packet.c | 342 if (po->fanout) in register_prot_hook() 365 if (po->fanout) in __unregister_prot_hook() 1395 struct packet_fanout *f = po->fanout; in __fanout_link() 1406 struct packet_fanout *f = po->fanout; in __fanout_unlink() 1422 if (ptype->af_packet_priv == (void *)((struct packet_sock *)sk)->fanout) in match_fanout_group() 1453 if (po->fanout) in fanout_add() 1496 po->fanout = match; in fanout_add() 1512 f = po->fanout; in fanout_release() 1517 po->fanout = NULL; in fanout_release() 2702 if (po->fanout) in packet_do_bind() [all …]
|
/linux-4.1.27/fs/ubifs/ |
D | sb.c | 179 sup->fanout = cpu_to_le32(DEFAULT_FANOUT); in create_default_filesystem() 433 if (c->fanout < UBIFS_MIN_FANOUT || in validate_sb() 434 ubifs_idx_node_sz(c, c->fanout) > c->leb_size) { in validate_sb() 610 c->fanout = le32_to_cpu(sup->fanout); in ubifs_read_superblock()
|
D | tnc.c | 1965 ubifs_assert(n >= 0 && n <= c->fanout); in tnc_insert() 1970 if (znode->child_cnt < c->fanout) { in tnc_insert() 1971 ubifs_assert(n != c->fanout); in tnc_insert() 2005 if (n == c->fanout) { in tnc_insert() 2012 } else if (appending && n != c->fanout) { in tnc_insert() 2016 if (n >= (c->fanout + 1) / 2) { in tnc_insert() 2024 move = c->fanout - keep; in tnc_insert() 2033 keep = c->fanout; in tnc_insert() 2036 keep = (c->fanout + 1) / 2; in tnc_insert() 2037 move = c->fanout - keep; in tnc_insert() [all …]
|
D | tnc_misc.c | 295 if (znode->child_cnt > c->fanout || znode->level > UBIFS_MAX_LEVELS) { in read_znode() 297 c->fanout, znode->child_cnt); in read_znode()
|
D | budget.c | 654 f = c->fanout > 3 ? c->fanout >> 1 : 2; in ubifs_reported_space()
|
D | commit.c | 582 sz = sizeof(struct idx_node) + ubifs_idx_node_sz(c, c->fanout) - in dbg_check_old_index() 614 if (child_cnt < 1 || child_cnt > c->fanout) { in dbg_check_old_index()
|
D | ubifs-media.h | 637 __le32 fanout; member
|
D | super.c | 654 c->fanout * sizeof(struct ubifs_zbranch); in init_constants_sb() 660 tmp = ubifs_idx_node_sz(c, c->fanout); in init_constants_sb() 1435 dbg_gen("tree fanout: %d", c->fanout); in mount_ubifs() 1447 UBIFS_MAX_DENT_NODE_SZ, ubifs_idx_node_sz(c, c->fanout)); in mount_ubifs()
|
D | debug.c | 351 pr_err("\tfanout %u\n", le32_to_cpu(sup->fanout)); in ubifs_dump_node() 510 for (i = 0; i < n && i < c->fanout - 1; i++) { in ubifs_dump_node() 867 if (znode->child_cnt <= 0 || znode->child_cnt > c->fanout) { in ubifs_dump_znode() 1271 if (znode->child_cnt <= 0 || znode->child_cnt > c->fanout) { in dbg_check_znode() 1279 if (znode->iip < 0 || znode->iip >= c->fanout) { in dbg_check_znode()
|
D | tnc_commit.c | 426 buf_len = ubifs_idx_node_sz(c, c->fanout); in layout_in_empty_space()
|
D | ubifs.h | 1322 int fanout; member
|
/linux-4.1.27/Documentation/networking/ |
D | packet_mmap.txt | 580 + AF_PACKET fanout mode 583 In the AF_PACKET fanout mode, packet reception can be load balanced among 586 Currently implemented fanout policies are: 707 fprintf(stderr, "Unknown fanout type [%s]\n", argp[2]); 751 So it seems to be a good candidate to be used with packet fanout.
|
/linux-4.1.27/init/ |
D | Kconfig | 578 int "Tree-based hierarchical RCU fanout value" 585 This option controls the fanout of hierarchical implementations 598 int "Tree-based hierarchical RCU leaf-level fanout value" 604 This option controls the leaf-level fanout of hierarchical 608 want the default because the smaller leaf-level fanout keeps
|