/Linux-v4.19/scripts/ |
D | check_00index.sh | 16 search="" 21 search="$search $new" 25 for i in $search; do 32 search="" 37 search="$search $new" 41 for i in $search; do
|
D | documentation-file-ref-check | 119 my $search = $new; 120 $search =~ s,^.*/,,; 121 $f = qx(find Documentation/devicetree/ -iname "*$search*") if ($search); 124 $search =~ s/^.*,//; 125 $f = qx(find Documentation/devicetree/ -iname "*$search*") if ($search);
|
D | headerdep.pl | 76 sub search { subroutine 96 my $path = search($header);
|
/Linux-v4.19/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
D | flowring.c | 55 struct brcmf_flowring_tdls_entry *search; in brcmf_flowring_is_tdls_mac() local 57 search = flow->tdls_entry; in brcmf_flowring_is_tdls_mac() 59 while (search) { in brcmf_flowring_is_tdls_mac() 60 if (memcmp(search->mac, mac, ETH_ALEN) == 0) in brcmf_flowring_is_tdls_mac() 62 search = search->next; in brcmf_flowring_is_tdls_mac() 398 struct brcmf_flowring_tdls_entry *search; in brcmf_flowring_detach() local 407 search = flow->tdls_entry; in brcmf_flowring_detach() 408 while (search) { in brcmf_flowring_detach() 409 remove = search; in brcmf_flowring_detach() 410 search = search->next; in brcmf_flowring_detach() [all …]
|
/Linux-v4.19/net/netfilter/ |
D | nf_conntrack_amanda.c | 63 } search[] __read_mostly = { variable 116 search[SEARCH_CONNECT].ts); in amanda_help() 119 start += dataoff + search[SEARCH_CONNECT].len; in amanda_help() 122 search[SEARCH_NEWLINE].ts); in amanda_help() 128 off = skb_find_text(skb, start, stop, search[i].ts); in amanda_help() 131 off += start + search[i].len; in amanda_help() 202 for (i = 0; i < ARRAY_SIZE(search); i++) in nf_conntrack_amanda_fini() 203 textsearch_destroy(search[i].ts); in nf_conntrack_amanda_fini() 212 for (i = 0; i < ARRAY_SIZE(search); i++) { in nf_conntrack_amanda_init() 213 search[i].ts = textsearch_prepare(ts_algo, search[i].string, in nf_conntrack_amanda_init() [all …]
|
D | nf_conntrack_ftp.c | 76 } search[IP_CT_DIR_MAX][2] = { variable 447 for (i = 0; i < ARRAY_SIZE(search[dir]); i++) { in help() 449 search[dir][i].pattern, in help() 450 search[dir][i].plen, in help() 451 search[dir][i].skip, in help() 452 search[dir][i].term, in help() 455 search[dir][i].getnum); in help() 464 search[dir][i].pattern); in help() 525 ret = nf_nat_ftp(skb, ctinfo, search[dir][i].ftptype, in help()
|
/Linux-v4.19/drivers/md/bcache/ |
D | request.c | 466 struct search { struct 491 struct search *s = container_of(cl, struct search, cl); in bch_cache_read_endio() argument 517 struct search *s = container_of(op, struct search, op); in cache_lookup_fn() 582 struct search *s = container_of(cl, struct search, iop.cl); in cache_lookup() 628 struct search *s = container_of(cl, struct search, cl); in request_endio() 644 struct search *s = container_of(cl, struct search, cl); in backing_request_endio() 671 static void bio_complete(struct search *s) in bio_complete() 684 static void do_bio_hook(struct search *s, in do_bio_hook() 706 struct search *s = container_of(cl, struct search, cl); in search_free() 715 mempool_free(s, &s->d->c->search); in search_free() [all …]
|
D | bset.c | 936 const struct bkey *search) in bset_search_write_set() argument 943 if (bkey_cmp(table_to_bkey(t, m), search) > 0) in bset_search_write_set() 956 const struct bkey *search) in bset_search_tree() argument 997 bfloat_mantissa(search, f))) >> 31); in bset_search_tree() 999 n = (bkey_cmp(tree_to_bkey(t, j), search) > 0) in bset_search_tree() 1032 const struct bkey *search) in __bch_bset_search() argument 1062 if (unlikely(bkey_cmp(search, &t->end) >= 0)) in __bch_bset_search() 1065 if (unlikely(bkey_cmp(search, t->data->start) < 0)) in __bch_bset_search() 1068 i = bset_search_tree(t, search); in __bch_bset_search() 1073 i = bset_search_write_set(t, search); in __bch_bset_search() [all …]
|
D | util.h | 497 #define RB_SEARCH(root, search, member, cmp) \ argument 500 typeof(&(search)) this, ret = NULL; \ 504 this = container_of(n, typeof(search), member); \ 505 res = cmp(&(search), this); \ 517 #define RB_GREATER(root, search, member, cmp) \ argument 520 typeof(&(search)) this, ret = NULL; \ 524 this = container_of(n, typeof(search), member); \ 525 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-v4.19/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-v4.19/Documentation/target/ |
D | tcm_mod_builder.py | 350 if process_fo == 0 and re.search('struct target_core_fabric_ops {', line): 358 if not re.search('\(\*', line): 366 if not re.search('\(\*', line): 427 if re.search('get_fabric_name', fo): 435 if re.search('get_wwn', fo): 445 if re.search('get_tag', fo): 454 if re.search('tpg_get_inst_index\)\(', fo): 461 if re.search('\*release_cmd\)\(', fo): 468 if re.search('sess_get_index\)\(', fo): 475 if re.search('write_pending\)\(', fo): [all …]
|
/Linux-v4.19/scripts/coccinelle/free/ |
D | pci_free_consistent.cocci | 12 @search@ 38 p1 << search.p1; 39 p2 << search.p2; 46 p1 << search.p1; 47 p2 << search.p2;
|
/Linux-v4.19/drivers/w1/ |
D | Kconfig | 24 either due to automatic or requested search. 25 2. Userspace commands. Includes read/write and search/alarm search commands.
|
/Linux-v4.19/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-v4.19/tools/testing/selftests/tc-testing/plugin-lib/ |
D | valgrindPlugin.py | 116 def_mo = self.definitely_lost_re.search(content) 117 ind_mo = self.indirectly_lost_re.search(content) 118 pos_mo = self.possibly_lost_re.search(content) 119 nle_mo = self.non_leak_error_re.search(content)
|
/Linux-v4.19/scripts/coccinelle/api/alloc/ |
D | alloc_cast.cocci | 48 if m.search(t) != None: 71 if m.search(t) != None: 108 if m.search(t) != None: 118 if m.search(t) != None:
|
/Linux-v4.19/Documentation/w1/ |
D | w1.netlink | 9 is found either due to automatic or requested search. 29 device (search/alarm search) 47 W1_CMD_SEARCH - search command 48 W1_CMD_ALARM_SEARCH - alarm search command 96 W1 search and alarm search commands. 189 read/write/search commands for all master/slave devices found on the bus.
|
/Linux-v4.19/Documentation/kbuild/ |
D | kconfig.txt | 7 navigation, search, and other general help text. 166 For search help, enter / followed by TAB-TAB (to highlight 168 regular expressions (regexes) in the search string, so if you 175 is when the search matches the complete symbol name); 222 You can search either in the menu entry "prompt" strings 225 Use / to begin a search through the menu entries. This does 228 terminate the search mode. 259 You can also enter a different search string without having 269 There is no search command in gconfig. However, gconfig does
|
/Linux-v4.19/drivers/regulator/ |
D | of_regulator.c | 372 struct device_node *search, *child; in regulator_of_get_init_data() local 380 search = of_get_child_by_name(dev->of_node, in regulator_of_get_init_data() 383 search = of_node_get(dev->of_node); in regulator_of_get_init_data() 385 if (!search) { in regulator_of_get_init_data() 391 for_each_available_child_of_node(search, child) { in regulator_of_get_init_data() 422 of_node_put(search); in regulator_of_get_init_data()
|
/Linux-v4.19/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-v4.19/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
|
/Linux-v4.19/drivers/firmware/google/ |
D | Kconfig | 54 This option enables the kernel to search for a firmware log in 63 This option enables the kernel to search for a framebuffer in 71 This option enables the kernel to search for a firmware log in
|
/Linux-v4.19/Documentation/security/keys/ |
D | request-key.rst | 102 search notes that the session keyring has auth key V in its bottom level. 104 This will permit it to then search the keyrings of process A with the 149 A search of any particular keyring proceeds in the following fashion: 153 if this denies permission, it doesn't search further. 158 not, the search continues, and the error code is retained if of higher 198 EACCES/EPERM are only returned on a direct search of a specific keyring where
|
/Linux-v4.19/lib/ |
D | interval_tree_test.c | 29 search(struct rb_root_cached *root, unsigned long start, unsigned long last) in search() function 111 results += search(&root, start, last); in interval_tree_test_init()
|