/Linux-v5.4/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
D | flowring.c | 45 struct brcmf_flowring_tdls_entry *search; in brcmf_flowring_is_tdls_mac() local 47 search = flow->tdls_entry; in brcmf_flowring_is_tdls_mac() 49 while (search) { in brcmf_flowring_is_tdls_mac() 50 if (memcmp(search->mac, mac, ETH_ALEN) == 0) in brcmf_flowring_is_tdls_mac() 52 search = search->next; in brcmf_flowring_is_tdls_mac() 388 struct brcmf_flowring_tdls_entry *search; in brcmf_flowring_detach() local 397 search = flow->tdls_entry; in brcmf_flowring_detach() 398 while (search) { in brcmf_flowring_detach() 399 remove = search; in brcmf_flowring_detach() 400 search = search->next; in brcmf_flowring_detach() [all …]
|
/Linux-v5.4/net/netfilter/ |
D | nf_conntrack_amanda.c | 62 } search[] __read_mostly = { variable 119 search[SEARCH_CONNECT].ts); in amanda_help() 122 start += dataoff + search[SEARCH_CONNECT].len; in amanda_help() 125 search[SEARCH_NEWLINE].ts); in amanda_help() 131 off = skb_find_text(skb, start, stop, search[i].ts); in amanda_help() 134 off += start + search[i].len; in amanda_help() 207 for (i = 0; i < ARRAY_SIZE(search); i++) in nf_conntrack_amanda_fini() 208 textsearch_destroy(search[i].ts); in nf_conntrack_amanda_fini() 217 for (i = 0; i < ARRAY_SIZE(search); i++) { in nf_conntrack_amanda_init() 218 search[i].ts = textsearch_prepare(ts_algo, search[i].string, in nf_conntrack_amanda_init() [all …]
|
D | nf_conntrack_ftp.c | 75 } search[IP_CT_DIR_MAX][2] = { variable 446 for (i = 0; i < ARRAY_SIZE(search[dir]); i++) { in help() 448 search[dir][i].pattern, in help() 449 search[dir][i].plen, in help() 450 search[dir][i].skip, in help() 451 search[dir][i].term, in help() 454 search[dir][i].getnum); in help() 463 search[dir][i].pattern); in help() 524 ret = nf_nat_ftp(skb, ctinfo, search[dir][i].ftptype, in help()
|
/Linux-v5.4/scripts/ |
D | documentation-file-ref-check | 188 my $search = $new; 189 $search =~ s,^.*/,,; 190 $f = qx(find Documentation/devicetree/ -iname "*$search*") if ($search); 193 $search =~ s/^.*,//; 194 $f = qx(find Documentation/devicetree/ -iname "*$search*") if ($search);
|
D | headerdep.pl | 76 sub search { subroutine 96 my $path = search($header);
|
/Linux-v5.4/drivers/md/bcache/ |
D | request.c | 468 struct search { struct 493 struct search *s = container_of(cl, struct search, cl); in bch_cache_read_endio() argument 519 struct search *s = container_of(op, struct search, op); in cache_lookup_fn() 584 struct search *s = container_of(cl, struct search, iop.cl); in cache_lookup() 630 struct search *s = container_of(cl, struct search, cl); in request_endio() 646 struct search *s = container_of(cl, struct search, cl); in backing_request_endio() 673 static void bio_complete(struct search *s) in bio_complete() 686 static void do_bio_hook(struct search *s, in do_bio_hook() 708 struct search *s = container_of(cl, struct search, cl); in search_free() 717 mempool_free(s, &s->iop.c->search); in search_free() [all …]
|
D | bset.c | 943 const struct bkey *search) in bset_search_write_set() argument 950 if (bkey_cmp(table_to_bkey(t, m), search) > 0) in bset_search_write_set() 963 const struct bkey *search) in bset_search_tree() argument 979 if (f->mantissa >= bfloat_mantissa(search, f)) in bset_search_tree() 984 if (bkey_cmp(tree_to_bkey(t, j), search) > 0) in bset_search_tree() 1019 const struct bkey *search) in __bch_bset_search() argument 1049 if (unlikely(bkey_cmp(search, &t->end) >= 0)) in __bch_bset_search() 1052 if (unlikely(bkey_cmp(search, t->data->start) < 0)) in __bch_bset_search() 1055 i = bset_search_tree(t, search); in __bch_bset_search() 1060 i = bset_search_write_set(t, search); in __bch_bset_search() [all …]
|
D | util.h | 495 #define RB_SEARCH(root, search, member, cmp) \ argument 498 typeof(&(search)) this, ret = NULL; \ 502 this = container_of(n, typeof(search), member); \ 503 res = cmp(&(search), this); \ 515 #define RB_GREATER(root, search, member, cmp) \ argument 518 typeof(&(search)) this, ret = NULL; \ 522 this = container_of(n, typeof(search), member); \ 523 res = cmp(&(search), this); \
|
D | bset.h | 338 struct bkey *search); 341 const struct bkey *search); 348 const struct bkey *search) in bch_bset_search() argument 350 return search ? __bch_bset_search(b, t, search) : t->data->start; in bch_bset_search()
|
/Linux-v5.4/arch/alpha/kernel/ |
D | gct.c | 14 gct6_find_nodes(gct6_node *node, gct6_search_struct *search) in gct6_find_nodes() argument 26 for (wanted = search; in gct6_find_nodes() 41 status |= gct6_find_nodes(GCT_NODE_PTR(node->next), search); in gct6_find_nodes() 45 status |= gct6_find_nodes(GCT_NODE_PTR(node->child), search); in gct6_find_nodes()
|
/Linux-v5.4/Documentation/target/ |
D | tcm_mod_builder.py | 349 if process_fo == 0 and re.search('struct target_core_fabric_ops {', line): 357 if not re.search('\(\*', line): 365 if not re.search('\(\*', line): 426 if re.search('get_fabric_name', fo): 434 if re.search('get_wwn', fo): 444 if re.search('get_tag', fo): 453 if re.search('tpg_get_inst_index\)\(', fo): 460 if re.search('\*release_cmd\)\(', fo): 467 if re.search('sess_get_index\)\(', fo): 474 if re.search('write_pending\)\(', fo): [all …]
|
/Linux-v5.4/scripts/coccinelle/free/ |
D | put_device.cocci | 12 @search exists@ 41 p1 << search.p1; 42 p2 << search.p2; 51 p1 << search.p1; 52 p2 << search.p2;
|
D | pci_free_consistent.cocci | 13 @search@ 39 p1 << search.p1; 40 p2 << search.p2; 47 p1 << search.p1; 48 p2 << search.p2;
|
/Linux-v5.4/drivers/regulator/ |
D | of_regulator.c | 392 struct device_node *search, *child; in regulator_of_get_init_node() local 399 search = of_get_child_by_name(dev->of_node, in regulator_of_get_init_node() 402 search = of_node_get(dev->of_node); in regulator_of_get_init_node() 404 if (!strcmp(desc->of_match, search->name)) in regulator_of_get_init_node() 405 return search; in regulator_of_get_init_node() 408 if (!search) { in regulator_of_get_init_node() 414 for_each_available_child_of_node(search, child) { in regulator_of_get_init_node() 420 of_node_put(search); in regulator_of_get_init_node() 425 of_node_put(search); in regulator_of_get_init_node()
|
/Linux-v5.4/drivers/w1/ |
D | Kconfig | 25 either due to automatic or requested search. 26 2. Userspace commands. Includes read/write and search/alarm search commands.
|
/Linux-v5.4/Documentation/ABI/testing/ |
D | sysfs-bus-iio-adc-envelope-detector | 7 voltage input signal by a binary search using the output 24 dac instead of zero. The envelope detector will search 35 step of the binary search for the input peak level. Needs
|
/Linux-v5.4/tools/testing/selftests/tc-testing/plugin-lib/ |
D | valgrindPlugin.py | 130 def_mo = self.definitely_lost_re.search(content) 131 ind_mo = self.indirectly_lost_re.search(content) 132 pos_mo = self.possibly_lost_re.search(content) 133 nle_mo = self.non_leak_error_re.search(content)
|
/Linux-v5.4/scripts/coccinelle/api/alloc/ |
D | alloc_cast.cocci | 49 if m.search(t) != None: 72 if m.search(t) != None: 109 if m.search(t) != None: 119 if m.search(t) != None:
|
/Linux-v5.4/Documentation/w1/ |
D | w1-netlink.rst | 11 is found either due to automatic or requested search. 33 device (search/alarm search) 51 W1_CMD_SEARCH - search command 52 W1_CMD_ALARM_SEARCH - alarm search command 100 W1 search and alarm search commands. 202 read/write/search commands for all master/slave devices found on the bus.
|
/Linux-v5.4/Documentation/kbuild/ |
D | kconfig.rst | 11 navigation, search, and other general help text. 188 For search help, enter / followed by TAB-TAB (to highlight 190 regular expressions (regexes) in the search string, so if you 198 is when the search matches the complete symbol name); 251 You can search either in the menu entry "prompt" strings 254 Use / to begin a search through the menu entries. This does 257 terminate the search mode. 292 You can also enter a different search string without having 303 There is no search command in gconfig. However, gconfig does
|
/Linux-v5.4/Documentation/driver-api/firmware/ |
D | fw_search_path.rst | 2 Firmware search paths 5 The following search paths are used to look for firmware on your
|
/Linux-v5.4/arch/alpha/lib/ |
D | strchr.S | 22 zapnot a1, 1, a1 # e0 : zero extend the search character 24 sll a1, 8, t5 # e0 : replicate the search character 56 and t0, 0xf0, t2 # e0 : binary search for that set bit
|
D | ev6-memchr.S | 43 # search til the end of the address space, we will overflow 58 addq $16, $5, $5 # E : Max search address 65 ldq_u $6, -1($5) # L : L U U L : eight or less bytes to search Latency=3
|
/Linux-v5.4/drivers/firmware/google/ |
D | Kconfig | 49 This option enables the kernel to search for a firmware log in 58 This option enables the kernel to search for a framebuffer in 66 This option enables the kernel to search for a firmware log in
|
/Linux-v5.4/lib/ |
D | interval_tree_test.c | 30 search(struct rb_root_cached *root, unsigned long start, unsigned long last) in search() function 112 results += search(&root, start, last); in interval_tree_test_init()
|