| /linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
| H A 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/tools/docs/ |
| H A D | documentation-file-ref-check | 199 my $search = $new; 200 $search =~ s,^.*/,,; 201 $f = qx(find Documentation/devicetree/ -iname "*$search*") if ($search); 204 $search =~ s/^.*,//; 205 $f = qx(find Documentation/devicetree/ -iname "*$search*") if ($search);
|
| /linux/tools/lib/python/kdoc/ |
| H A D | kdoc_parser.py | 201 for search, subst in xforms: 202 text = search.sub(subst, text) 539 while arg_expr.search(args): 561 elif KernRe(r'\(.+\)\s*\(').search(arg): 577 elif KernRe(r'\(.+\)\s*\[').search(arg): 624 elif bitfield_re.search(param): 640 not known_sections.search(section): 659 if not return_type or KernRe(r'void\s*\w*\s*$').search(return_type): 681 if r.search(proto): 685 if r.search(proto): [all …]
|
| /linux/tools/testing/selftests/ftrace/test.d/ftrace/ |
| H A D | fgraph-multi-filter.tc | 44 search=$1 47 if [ -z "$search" ]; then 50 grep $search enabled_functions | wc -l 52 grep $search enabled_functions | grep $vsearch| wc -l 78 search=$2 81 cnt=`function_count $search $vsearch`
|
| /linux/arch/alpha/kernel/ |
| H A 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/drivers/md/bcache/ |
| H A D | request.c | 477 struct search { struct 503 struct search *s = container_of(cl, struct search, cl); in bch_cache_read_endio() argument 529 struct search *s = container_of(op, struct search, op); in cache_lookup_fn() 594 closure_type(s, struct search, iop.cl); in CLOSURE_CALLBACK() 640 struct search *s = container_of(cl, struct search, cl); in request_endio() 656 struct search *s = container_of(cl, struct search, cl); in backing_request_endio() 683 static void bio_complete(struct search *s) in bio_complete() 696 static void do_bio_hook(struct search *s, in do_bio_hook() 717 closure_type(s, struct search, cl); in CLOSURE_CALLBACK() 726 mempool_free(s, &s->iop.c->search); in CLOSURE_CALLBACK() [all …]
|
| H A D | bset.c | 940 const struct bkey *search) in bset_search_write_set() argument 947 if (bkey_cmp(table_to_bkey(t, m), search) > 0) in bset_search_write_set() 960 const struct bkey *search) in bset_search_tree() argument 976 if (f->mantissa >= bfloat_mantissa(search, f)) in bset_search_tree() 981 if (bkey_cmp(tree_to_bkey(t, j), search) > 0) in bset_search_tree() 1016 const struct bkey *search) in __bch_bset_search() argument 1046 if (unlikely(bkey_cmp(search, &t->end) >= 0)) in __bch_bset_search() 1049 if (unlikely(bkey_cmp(search, t->data->start) < 0)) in __bch_bset_search() 1052 i = bset_search_tree(t, search); in __bch_bset_search() 1057 i = bset_search_write_set(t, search); in __bch_bset_search() [all …]
|
| H A D | util.h | 475 #define RB_SEARCH(root, search, member, cmp) \ argument 478 typeof(&(search)) this, ret = NULL; \ 482 this = container_of(n, typeof(search), member); \ 483 res = cmp(&(search), this); \ 495 #define RB_GREATER(root, search, member, cmp) \ argument 498 typeof(&(search)) this, ret = NULL; \ 502 this = container_of(n, typeof(search), member); \ 503 res = cmp(&(search), this); \
|
| /linux/scripts/coccinelle/free/ |
| H A D | put_device.cocci | 12 @search exists@ 40 p1 << search.p1; 41 p2 << search.p2; 50 p1 << search.p1; 51 p2 << search.p2;
|
| H A D | pci_free_consistent.cocci | 13 @search@ 39 p1 << search.p1; 40 p2 << search.p2; 47 p1 << search.p1; 48 p2 << search.p2;
|
| /linux/drivers/net/wireless/ath/ath11k/ |
| H A D | spectral.c | 500 struct spectral_search_fft_report *search, in ath11k_spectral_pull_search() argument 503 report->timestamp = __le32_to_cpu(search->timestamp); in ath11k_spectral_pull_search() 505 __le32_to_cpu(search->info0)); in ath11k_spectral_pull_search() 507 __le32_to_cpu(search->info0)); in ath11k_spectral_pull_search() 509 __le32_to_cpu(search->info0)); in ath11k_spectral_pull_search() 511 __le32_to_cpu(search->info0)); in ath11k_spectral_pull_search() 513 __le32_to_cpu(search->info0)); in ath11k_spectral_pull_search() 515 __le32_to_cpu(search->info1)); in ath11k_spectral_pull_search() 517 __le32_to_cpu(search->info1)); in ath11k_spectral_pull_search() 519 __le32_to_cpu(search->info2)); in ath11k_spectral_pull_search() [all …]
|
| /linux/tools/perf/tests/shell/ |
| H A D | trace_summary.sh | 18 search="^\s*(open|read|close).*[0-9]+%$" 29 count=$(grep -E -c -m 3 "${search}" ${OUTPUT}) 31 echo "Error: cannot find enough pattern ${search} in the output"
|
| /linux/scripts/ |
| H A D | Makefile.build | 81 suffix-search = $(strip $(foreach s, $3, $($(1:%$(strip $2)=%$s)))) 83 multi-search = $(sort $(foreach m, $1, $(if $(call suffix-search, $m, $2, $3 -), $m))) 85 real-search = $(foreach m, $1, $(if $(call suffix-search, $m, $2, $3 -), $(call suffix-search, $m, … 88 multi-obj-y := $(call multi-search, $(obj-y), .o, -objs -y) 89 multi-obj-m := $(call multi-search, $(obj-m), .o, -objs -y -m) 94 real-obj-y := $(call real-search, $(obj-y), .o, -objs -y) 95 real-obj-m := $(call real-search, $(obj-m), .o, -objs -y -m) 292 cmd_mod = printf '%s\n' $(call real-search, $*.o, .o, -objs -y -m) | \
|
| /linux/net/netfilter/ |
| H A D | nf_conntrack_ftp.c | 71 } search[IP_CT_DIR_MAX][2] = { variable 445 for (i = 0; i < ARRAY_SIZE(search[dir]); i++) { in help() 447 search[dir][i].pattern, in help() 448 search[dir][i].plen, in help() 449 search[dir][i].skip, in help() 450 search[dir][i].term, in help() 453 search[dir][i].getnum); in help() 462 search[dir][i].pattern); in help() 523 ret = nf_nat_ftp(skb, ctinfo, search[dir][i].ftptype, in help()
|
| /linux/drivers/w1/ |
| H A D | Kconfig | 25 either due to automatic or requested search. 26 2. Userspace commands. Includes read/write and search/alarm search commands.
|
| /linux/scripts/dummy-tools/ |
| H A D | nm | 12 search="$1" 17 if [ "$search" = "$1" ]; then
|
| H A D | objcopy | 12 search="$1" 17 if [ "$search" = "$1" ]; then
|
| H A D | ld | 12 search="$1" 17 if [ "$search" = "$1" ]; then
|
| H A D | gcc | 39 search="$1" 44 if [ "$search" = "$1" ]; then
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-bus-iio-adc-envelope-detector | 7 voltage input signal by a binary search using the output 26 dac instead of zero. The envelope detector will search 38 step of the binary search for the input peak level. Needs
|
| /linux/Documentation/kbuild/ |
| H A D | kconfig.rst | 11 navigation, search, and other general help text. 178 For search help, enter / followed by TAB-TAB (to highlight 180 regular expressions (regexes) in the search string, so if you 188 is when the search matches the complete symbol name); 202 search results after exiting this new menu. 240 You can search either in the menu entry "prompt" strings 243 Use / to begin a search through the menu entries. This does 246 terminate the search mode. 253 current search results after exiting this new menu. 285 You can also enter a different search string without having [all …]
|
| /linux/scripts/coccinelle/api/alloc/ |
| H A 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/tools/testing/selftests/tc-testing/plugin-lib/ |
| H A D | valgrindPlugin.py | 131 def_mo = self.definitely_lost_re.search(content) 132 ind_mo = self.indirectly_lost_re.search(content) 133 pos_mo = self.possibly_lost_re.search(content) 134 nle_mo = self.non_leak_error_re.search(content)
|
| /linux/Documentation/w1/ |
| H A 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/drivers/firmware/google/ |
| H A D | Kconfig | 33 kernel to search for Coreboot CBMEM entries, and expose the 56 This option enables the kernel to search for a firmware log in 65 This option enables the kernel to search for a framebuffer in 73 This option enables the kernel to search for a firmware log in
|