Searched refs:new_f (Results 1 – 4 of 4) sorted by relevance
114 new_f = match.group(1)118 if new_f != f and content:125 f = new_f
1114 __be32 new_f[1]; in octeon_prune_device_tree() local1120 new_f[0] = cpu_to_be32(48000000); in octeon_prune_device_tree()1122 "refclk-frequency", new_f, sizeof(new_f)); in octeon_prune_device_tree()
188 struct bkey_format *new_f) in btree_node_u64s_with_format() argument192 (((int) new_f->key_u64s - old_f->key_u64s) * in btree_node_u64s_with_format()194 (((int) new_f->key_u64s - BKEY_U64s) * in btree_node_u64s_with_format()216 struct bkey_format *new_f) in bch2_btree_node_format_fits() argument218 size_t u64s = btree_node_u64s_with_format(nr, &b->format, new_f); in bch2_btree_node_format_fits()1946 struct bkey_format new_f; in __bch2_foreground_maybe_merge() local2034 new_f = bch2_bkey_format_done(&new_s); in __bch2_foreground_maybe_merge()2036 sib_u64s = btree_node_u64s_with_format(b->nr, &b->format, &new_f) + in __bch2_foreground_maybe_merge()2037 btree_node_u64s_with_format(m->nr, &m->format, &new_f); in __bch2_foreground_maybe_merge()2073 n->data->format = new_f; in __bch2_foreground_maybe_merge()[all …]
992 struct iavf_mac_filter *new_f; in iavf_replace_primary_mac() local997 new_f = iavf_add_filter(adapter, new_mac); in iavf_replace_primary_mac()998 if (!new_f) { in iavf_replace_primary_mac()1012 new_f->is_primary = true; in iavf_replace_primary_mac()1013 new_f->add = true; in iavf_replace_primary_mac()
Completed in 155 milliseconds