Searched refs:b_ (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/tools/lib/subcmd/ |
H A D | help.c | 39 int cmdname_compare(const void *a_, const void *b_) in cmdname_compare() argument 42 struct cmdname *b = *(struct cmdname **)b_; in cmdname_compare()
|
/kernel/linux/linux-6.6/tools/lib/subcmd/ |
H A D | help.c | 41 int cmdname_compare(const void *a_, const void *b_) in cmdname_compare() argument 44 struct cmdname *b = *(struct cmdname **)b_; in cmdname_compare()
|
/kernel/linux/linux-5.10/net/openvswitch/ |
H A D | flow_table.c | 982 const u8 *b_ = (const u8 *)&b->key + b->range.start; in mask_equal() local 986 && (memcmp(a_, b_, range_n_bytes(&a->range)) == 0); in mask_equal()
|
/kernel/linux/linux-6.6/net/openvswitch/ |
H A D | flow_table.c | 983 const u8 *b_ = (const u8 *)&b->key + b->range.start; in mask_equal() local 987 && (memcmp(a_, b_, range_n_bytes(&a->range)) == 0); in mask_equal()
|
/kernel/linux/linux-6.6/net/netfilter/ |
H A D | nft_set_pipapo_avx2.c | 1162 (ret = nft_pipapo_avx2_lookup_##b##b_##n(res, fill, f, \ in nft_pipapo_avx2_lookup()
|
/kernel/linux/linux-5.10/net/netfilter/ |
H A D | nft_set_pipapo_avx2.c | 1160 (ret = nft_pipapo_avx2_lookup_##b##b_##n(res, fill, f, \ in nft_pipapo_avx2_lookup()
|
/kernel/linux/linux-5.10/scripts/ |
H A D | checkpatch.pl | 5406 $dstat =~ s/\b_*asm_*\s+_*volatile_*\b/asm_volatile/g;
|
/kernel/linux/linux-6.6/scripts/ |
H A D | checkpatch.pl | 5954 $dstat =~ s/\b_*asm_*\s+_*volatile_*\b/asm_volatile/g;
|
Completed in 21 milliseconds