/linux-4.4.14/arch/metag/tbx/ |
D | tbistring.c | 28 const TBISTR *search = start; in __TBIFindStr() local 45 if (!search) { in __TBIFindStr() 56 search = seg->pGAddr; in __TBIFindStr() 60 while (!search->Tag) in __TBIFindStr() 62 search = (const TBISTR *)((const char *)search + 8); in __TBIFindStr() 64 if (search->Tag == METAG_TBI_STRE) { in __TBIFindStr() 66 search = NULL; in __TBIFindStr() 70 if ((search->Len >= match_len) && in __TBIFindStr() 71 (!exact || (search->Len == match_len + 1)) && in __TBIFindStr() 72 (search->Tag != METAG_TBI_STRG)) { in __TBIFindStr() [all …]
|
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmfmac/ |
D | flowring.c | 53 struct brcmf_flowring_tdls_entry *search; in brcmf_flowring_is_tdls_mac() local 55 search = flow->tdls_entry; in brcmf_flowring_is_tdls_mac() 57 while (search) { in brcmf_flowring_is_tdls_mac() 58 if (memcmp(search->mac, mac, ETH_ALEN) == 0) in brcmf_flowring_is_tdls_mac() 60 search = search->next; in brcmf_flowring_is_tdls_mac() 385 struct brcmf_flowring_tdls_entry *search; in brcmf_flowring_detach() local 394 search = flow->tdls_entry; in brcmf_flowring_detach() 395 while (search) { in brcmf_flowring_detach() 396 remove = search; in brcmf_flowring_detach() 397 search = search->next; in brcmf_flowring_detach() [all …]
|
/linux-4.4.14/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() 210 for (i = 0; i < ARRAY_SIZE(search); i++) { in nf_conntrack_amanda_init() 211 search[i].ts = textsearch_prepare(ts_algo, search[i].string, in nf_conntrack_amanda_init() [all …]
|
D | nf_conntrack_ftp.c | 74 } search[IP_CT_DIR_MAX][2] = { variable 458 for (i = 0; i < ARRAY_SIZE(search[dir]); i++) { in help() 460 search[dir][i].pattern, in help() 461 search[dir][i].plen, in help() 462 search[dir][i].skip, in help() 463 search[dir][i].term, in help() 466 search[dir][i].getnum); in help() 475 search[dir][i].pattern); in help() 536 ret = nf_nat_ftp(skb, ctinfo, search[dir][i].ftptype, in help()
|
D | nf_conntrack_sip.c | 408 if (hdr->search) { in ct_sip_get_header() 409 dptr = ct_sip_header_search(dptr, limit, hdr->search, in ct_sip_get_header() 442 dptr = ct_sip_header_search(dptr, limit, hdr->search, hdr->slen); in ct_sip_next_header() 755 if (hdr->search) { in ct_sip_get_sdp_header() 756 dptr = ct_sdp_header_search(dptr, limit, hdr->search, in ct_sip_get_sdp_header()
|
/linux-4.4.14/drivers/md/bcache/ |
D | request.c | 460 struct search { struct 484 struct search *s = container_of(cl, struct search, cl); in bch_cache_read_endio() argument 510 struct search *s = container_of(op, struct search, op); in cache_lookup_fn() 575 struct search *s = container_of(cl, struct search, iop.cl); in cache_lookup() 599 struct search *s = container_of(cl, struct search, cl); in request_endio() 609 static void bio_complete(struct search *s) in bio_complete() 622 static void do_bio_hook(struct search *s, struct bio *orig_bio) in do_bio_hook() 636 struct search *s = container_of(cl, struct search, cl); in search_free() 643 mempool_free(s, s->d->c->search); in search_free() 646 static inline struct search *search_alloc(struct bio *bio, in search_alloc() [all …]
|
D | bset.c | 872 const struct bkey *search) in bset_search_write_set() argument 879 if (bkey_cmp(table_to_bkey(t, m), search) > 0) in bset_search_write_set() 892 const struct bkey *search) in bset_search_tree() argument 918 bfloat_mantissa(search, f))) >> 31); in bset_search_tree() 920 n = (bkey_cmp(tree_to_bkey(t, j), search) > 0) in bset_search_tree() 953 const struct bkey *search) in __bch_bset_search() argument 983 if (unlikely(bkey_cmp(search, &t->end) >= 0)) in __bch_bset_search() 986 if (unlikely(bkey_cmp(search, t->data->start) < 0)) in __bch_bset_search() 989 i = bset_search_tree(t, search); in __bch_bset_search() 994 i = bset_search_write_set(t, search); in __bch_bset_search() [all …]
|
D | util.h | 505 #define RB_SEARCH(root, search, member, cmp) \ argument 508 typeof(&(search)) this, ret = NULL; \ 512 this = container_of(n, typeof(search), member); \ 513 res = cmp(&(search), this); \ 525 #define RB_GREATER(root, search, member, cmp) \ argument 528 typeof(&(search)) this, ret = NULL; \ 532 this = container_of(n, typeof(search), member); \ 533 res = cmp(&(search), this); \
|
D | bset.h | 333 const struct bkey *search) in bch_bset_search() argument 335 return search ? __bch_bset_search(b, t, search) : t->data->start; in bch_bset_search()
|
D | bcache.h | 218 struct search; 275 int (*cache_miss)(struct btree *, struct search *, 496 mempool_t *search; member
|
D | alloc.c | 534 const struct bkey *search, in pick_data_bucket() argument 541 if (!bkey_cmp(&ret->key, search)) in pick_data_bucket()
|
D | super.c | 1354 if (c->search) in cache_set_free() 1355 mempool_destroy(c->search); in cache_set_free() 1507 c->search = mempool_create_slab_pool(32, bch_search_cache); in bch_cache_set_alloc() 1508 if (!c->search) in bch_cache_set_alloc()
|
/linux-4.4.14/Documentation/target/ |
D | tcm_mod_builder.py | 352 if process_fo == 0 and re.search('struct target_core_fabric_ops {', line): 360 if not re.search('\(\*', line): 368 if not re.search('\(\*', line): 429 if re.search('get_fabric_name', fo): 437 if re.search('get_wwn', fo): 447 if re.search('get_tag', fo): 456 if re.search('tpg_get_inst_index\)\(', fo): 463 if re.search('\*release_cmd\)\(', fo): 470 if re.search('shutdown_session\)\(', fo): 477 if re.search('close_session\)\(', fo): [all …]
|
/linux-4.4.14/arch/alpha/kernel/ |
D | gct.c | 13 gct6_find_nodes(gct6_node *node, gct6_search_struct *search) in gct6_find_nodes() argument 25 for (wanted = search; in gct6_find_nodes() 40 status |= gct6_find_nodes(GCT_NODE_PTR(node->next), search); in gct6_find_nodes() 44 status |= gct6_find_nodes(GCT_NODE_PTR(node->child), search); in gct6_find_nodes()
|
/linux-4.4.14/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-4.4.14/drivers/w1/ |
D | Kconfig | 24 either due to automatic or requested search. 25 2. Userspace commands. Includes read/write and search/alarm search commands.
|
D | w1_io.c | 383 if (dev->bus_master->search) in w1_search_devices() 384 dev->bus_master->search(dev->bus_master->data, dev, in w1_search_devices()
|
D | w1.h | 174 void (*search)(void *, struct w1_master *, member
|
D | w1.c | 560 static W1_MASTER_ATTR_RW(search, S_IRUGO | S_IWUSR | S_IWGRP);
|
/linux-4.4.14/drivers/regulator/ |
D | of_regulator.c | 294 struct device_node *search, *child; in regulator_of_get_init_data() local 302 search = of_get_child_by_name(dev->of_node, in regulator_of_get_init_data() 305 search = dev->of_node; in regulator_of_get_init_data() 307 if (!search) { in regulator_of_get_init_data() 313 for_each_available_child_of_node(search, child) { in regulator_of_get_init_data() 344 of_node_put(search); in regulator_of_get_init_data()
|
/linux-4.4.14/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.
|
D | w1.generic | 83 w1_master_attempts - (ro) the number of times a search was attempted 85 - (rw) maximum number of slaves to search for at a time 103 generally only make sense when searching is disabled, as a search will 109 w1_master_search remains greater than 0 or is -1. Each search attempt
|
/linux-4.4.14/arch/alpha/lib/ |
D | strchr.S | 21 zapnot a1, 1, a1 # e0 : zero extend the search character 23 sll a1, 8, t5 # e0 : replicate the search character 55 and t0, 0xf0, t2 # e0 : binary search for that set bit
|
D | ev6-memchr.S | 42 # search til the end of the address space, we will overflow 57 addq $16, $5, $5 # E : Max search address 64 ldq_u $6, -1($5) # L : L U U L : eight or less bytes to search Latency=3
|
D | strcat.S | 37 and $2, 0xf0, $3 # binary search for that set bit
|
D | memchr.S | 45 # search til the end of the address space, we will overflow 67 ldq_u $6, -1($5) #-e1 : eight or less bytes to search
|
D | strncat.S | 43 and $2, 0xf0, $3 # binary search for that set bit
|
D | strrchr.S | 70 and t8, 0xf0, t2 # e0 : binary search for the high bit set
|
/linux-4.4.14/scripts/ |
D | headerdep.pl | 75 sub search { subroutine 95 my $path = search($header);
|
D | checkkconfigsymbols.py | 276 if not REGEX_FILTER_FEATURES.search(feature):
|
D | spelling.txt | 871 scarch||search 872 seach||search
|
/linux-4.4.14/lib/ |
D | interval_tree_test.c | 18 search(unsigned long query, struct rb_root *root) in search() function 83 results += search(queries[j], &root); in interval_tree_test_init()
|
D | Kconfig | 369 it is being modified. It is also reasonably quick to search and
|
/linux-4.4.14/Documentation/security/ |
D | keys-request-key.txt | 103 search notes that the session keyring has auth key V in its bottom level. 105 This will permit it to then search the keyrings of process A with the 152 A search of any particular keyring proceeds in the following fashion: 156 if this denies permission, it doesn't search further. 161 not, the search continues, and the error code is retained if of higher 201 EACCES/EPERM are only returned on a direct search of a specific keyring where
|
D | keys.txt | 11 kernel service can search for relevant keys. 43 - A description (for matching a key in a search). 200 (*) There's a kernel interface by which services can register types and search 203 (*) There's a way for the a search done from the kernel to call back to 236 only recurse into nested keyrings that have search permission set. 481 To attach to a named keyring, the keyring must have search permission for 617 The process must have search permission on the top level keyring, or else 618 error EACCES will result. Only keyrings that the process has search 620 a process has search permission can be matched. If the specified keyring 623 If the search succeeds, the function will attempt to link the found key [all …]
|
D | Smack.txt | 483 search a directory requires execute access. Creating a file with write access
|
/linux-4.4.14/include/linux/netfilter/ |
D | nf_conntrack_sip.h | 64 const char *search; member 79 .search = (__search), \
|
/linux-4.4.14/Documentation/kbuild/ |
D | kconfig.txt | 7 search, and other general help text. 163 For search help, enter / followed TAB-TAB-TAB (to highlight 165 regular expressions (regexes) in the search string, so if you 172 is when the search matches the complete symbol name); 223 You can also enter a different search string without having
|
/linux-4.4.14/Documentation/RCU/ |
D | listRCU.txt | 15 based on the results of the search. The most celebrated example is 231 entry does not exist. For this to be helpful, the search function must 234 Quick Quiz: Why does the search function need to return holding the 302 in conjunction with a per-entry spinlock in order to allow the search 307 Why does the search function need to return holding the per-entry 310 If the search function drops the per-entry lock before returning,
|
D | rcu.txt | 69 more information on where this name came from, search for 75 search for the string "Patent" in RTFP.txt to find them.
|
D | RTFP.txt | 7 and search engines will usually find what you are looking for. 11 of nodes in a parallel binary search tree in order to simplify its 18 for a parallel binary search tree. This approach works well in systems 192 2011 marked the inclusion of Nick Piggin's fully lockless dentry search 374 Concurrent access to skip lists. Has both weak and strong search. 953 Applies RCU to a wildcard-search Patricia tree in order to permit
|
D | whatisRCU.txt | 738 1 int search(long key, int *result) 1 int search(long key, int *result)
|
/linux-4.4.14/Documentation/networking/ |
D | igbvf.txt | 50 website. In the search field, enter your adapter name or type, or use the 51 networking link on the left to search for your adapter:
|
D | e100.txt | 45 website. In the search field, enter your adapter name or type, or use the 46 networking link on the left to search for your adapter:
|
D | fib_trie.txt | 31 Note that the search algorithm will simply skip over these bits when 131 Inside each tnode, the search for longest matching prefix consists of searching
|
D | dns_resolver.txt | 125 When dns_query() is invoked, it calls request_key() to search the local
|
D | e1000e.txt | 31 website. In the search field, enter your adapter name or type, or use the 32 networking link on the left to search for your adapter:
|
D | batman-adv.txt | 30 batman advanced will scan your systems interfaces to search for
|
D | PLIP.txt | 35 minutes' work, no need to search for a [supported] netcard. This might
|
D | e1000.txt | 25 website. In the search field, enter your adapter name or type, or use the 26 networking link on the left to search for your adapter:
|
D | spider_net.txt | 174 search the ring for the next full descr, and the driver will resume
|
D | filter.txt | 833 can be determined in two steps: first step does depth-first-search to disallow
|
D | ip-sysctl.txt | 415 will stop in respect to the width of search range in bytes. Default
|
D | arcnet-hardware.txt | 369 able to use your text viewer's "search" function to find the entry you want.
|
/linux-4.4.14/Documentation/devicetree/bindings/mfd/ |
D | syscon.txt | 7 reference to the syscon node (e.g. by phandle, node path, or search
|
/linux-4.4.14/Documentation/DocBook/ |
D | mtdnand.xml.db | 100 API-search-bbt 101 API-search-read-bbts
|
D | w1.xml.db | 7 API-w1-search
|
D | .kernel-api.xml.cmd | 2 …vers/pci/pci.c drivers/pci/pci-driver.c drivers/pci/remove.c drivers/pci/search.c drivers/pci/msi.…
|
D | device-drivers.xml.db | 900 API-enum-dvbfe-search
|
/linux-4.4.14/Documentation/devicetree/bindings/powerpc/fsl/cpm_qe/qe/ |
D | firmware.txt | 11 Device drivers can search this string to determine if the
|
/linux-4.4.14/drivers/firmware/google/ |
D | Kconfig | 27 This option enables the kernel to search for a firmware log in
|
/linux-4.4.14/drivers/pci/ |
D | Makefile | 6 pci-driver.o search.o pci-sysfs.o rom.o setup-res.o \
|
/linux-4.4.14/Documentation/w1/masters/ |
D | ds2490 | 40 conditions. If a bus search is in progress and the ds2490 is 42 search finishes.
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-fs-ext4 | 23 will search to find the best extent 30 will search to find the best extent
|
/linux-4.4.14/kernel/trace/ |
D | ftrace.c | 3430 char *search; member 3442 if (strcmp(str, g->search) == 0) in ftrace_match() 3446 if (strncmp(str, g->search, g->len) == 0) in ftrace_match() 3450 if (strstr(str, g->search)) in ftrace_match() 3456 memcmp(str + slen - g->len, g->search, g->len) == 0) in ftrace_match() 3541 func_g.type = filter_parse_regex(func, len, &func_g.search, in match_records() 3543 func_g.len = strlen(func_g.search); in match_records() 3548 &mod_g.search, &exclude_mod); in match_records() 3549 mod_g.len = strlen(mod_g.search); in match_records() 3725 &func_g.search, ¬); in register_ftrace_function_probe() [all …]
|
D | trace_events_filter.c | 364 enum regex_type filter_parse_regex(char *buff, int len, char **search, int *not) in filter_parse_regex() argument 376 *search = buff; in filter_parse_regex() 381 *search = buff + 1; in filter_parse_regex() 400 char *search; in filter_build_regex() local 405 type = filter_parse_regex(r->pattern, r->len, &search, ¬); in filter_build_regex() 406 r->len = strlen(search); in filter_build_regex() 407 memmove(r->pattern, search, r->len+1); in filter_build_regex()
|
D | Kconfig | 180 The default measurement method is a maximum search, which is 204 The default measurement method is a maximum search, which is
|
D | trace.h | 1117 filter_parse_regex(char *buff, int len, char **search, int *not);
|
/linux-4.4.14/Documentation/firmware_class/ |
D | README | 24 in the below search path of root filesystem: 25 User customized search path by module parameter 'path'[1]
|
/linux-4.4.14/Documentation/ |
D | rbtree.txt | 9 Red-black trees are a type of self-balancing binary search tree, used for 52 users are expected to write their own tree search and insert functions 78 Writing a search function for your tree is fairly straightforward: start at the 109 The search for insertion differs from the previous search by finding the
|
D | digsig.txt | 55 * @keyring: keyring to search key in
|
D | BUG-HUNTING | 68 . Do a binary search over the kernels to figure out which one 238 with this look at mm/slab.c and search for POISON_INUSE. When using this an
|
D | HOWTO | 176 of basic kernel development question (make sure to search the archives 375 places. Use a search engine to find these archives. For example: 377 It is highly recommended that you search the archives about the topic
|
D | sysfs-rules.txt | 34 application's behavior, but never try to search for sysfs. Never try
|
D | kernel-doc-nano-HOWTO.txt | 346 !D<filename> is used to name additional files to search for functions
|
D | parport-lowlevel.txt | 847 Find a device by class. The search starts from device number from+1. 879 Find a device by vendor and model. The search starts from device
|
D | oops-tracing.txt | 130 programs to search for specific patterns in the kernel code segment, and
|
D | kernel-docs.txt | 712 * Name: "linux-kernel mailing list archives and search engines" 719 Keywords: linux-kernel, archives, search.
|
D | 00-INDEX | 19 - brute force method of doing binary search of patches to find bug.
|
D | bcache.txt | 387 Statistics about the auxiliary search trees
|
D | assoc_array.txt | 293 It is possible for other threads to iterate over or search the array under
|
D | edac.txt | 750 (available from http://support.amd.com/en-us/search/tech-docs):
|
D | kernel-parameters.txt | 1633 When an interrupt is not handled search all handlers 1638 When an interrupt is not handled search all handlers
|
/linux-4.4.14/Documentation/power/ |
D | opp.txt | 52 -> queries to search/retrieve information -> 135 to search the OPP list that OPP library internally manages. These search 157 NOTE: This is the only search function that operates on OPPs which are 241 retrieved using the search functions, the following functions can be used by SoC
|
D | basic-pm-debugging.txt | 110 you can carry out a binary search according to the rules: 202 you may be able to search for failing drivers by following the procedure
|
/linux-4.4.14/security/integrity/ |
D | Kconfig | 27 Different keyrings improves search performance, but also allow
|
/linux-4.4.14/Documentation/fpga/ |
D | fpga-mgr.txt | 30 the firmware search path (see the firmware class documentation). 96 /* FPGA image is in this file which is in the firmware search path */
|
/linux-4.4.14/tools/perf/scripts/python/ |
D | compaction-times.py | 33 m = self.re.search(comm) 297 m = pid_re.search(opt)
|
/linux-4.4.14/Documentation/video4linux/ |
D | hauppauge-wintv-cx88-ir.txt | 44 This data sheet (google search) seems to have a lovely description of the
|
/linux-4.4.14/Documentation/video4linux/cx88/ |
D | hauppauge-wintv-cx88-ir.txt | 44 This data sheet (google search) seems to have a lovely description of the
|
/linux-4.4.14/Documentation/arm/ |
D | tcm.txt | 20 at http://infocenter.arm.com, search for "TCM Status Register" 25 There is further a TCM region register (search for "TCM Region
|
/linux-4.4.14/Documentation/isdn/ |
D | README.hfc-pci | 35 supplied else the parameter is assumed 0 and a auto search for a free card is
|
/linux-4.4.14/Documentation/sound/oss/ |
D | Soundblaster | 30 reverse=1 Reverses the order of the search in the PnP table.
|
D | Introduction | 72 resort, inspect the code (search for module_param).
|
/linux-4.4.14/Documentation/ia64/ |
D | IRQ-redir.txt | 50 search begins at the default CPU. Therefore most of the interrupts
|
/linux-4.4.14/drivers/media/dvb-core/ |
D | dvb_frontend.h | 472 enum dvbfe_search (*search)(struct dvb_frontend *fe); member
|
D | dvb_frontend.c | 799 if (fe->ops.search) { in dvb_frontend_thread() 800 fepriv->algo_status = fe->ops.search(fe); in dvb_frontend_thread()
|
/linux-4.4.14/drivers/scsi/aic7xxx/ |
D | Kconfig.aic79xx | 74 are defined in the drivers/scsi/aic7xxx/aic79xx.h - search for the
|
D | Kconfig.aic7xxx | 79 are defined in the drivers/scsi/aic7xxx/aic7xxx.h - search for the
|
D | aic7xxx.seq | 1875 * SCB. With SCB paging, we must search for non-tagged
|
/linux-4.4.14/Documentation/filesystems/cifs/ |
D | CHANGES | 82 Samba servers (worked to Windows). Fix rmdir so that pending search 254 so we can do search (ls etc.) to OS/2. Do not send NTCreateX 328 Fix readdir caching when unlink removes file in current search buffer, 329 and this is followed by a rewind search to just before the deleted entry. 353 search (readdir) output when resume filename was a long filename. 381 transact response for an SMB request and search entry split across two frames. 456 for readdir to netapp servers. Fix search rewind (seek into readdir to return 620 unitialized. Reset search to restart at correct file when kernel routine 808 Add resume key support to search (readdir) code to workaround 834 Fix search handle leak on rewind. Fix setuid and gid so that they are [all …]
|
D | TODO | 81 See http://bugzilla.samba.org - search on product "CifsVFS" for
|
/linux-4.4.14/Documentation/scsi/ |
D | in2000.txt | 98 search for the 'nosync' keyword in the command-line 132 search for 'setup_strings' near the top of the in2000.c file and
|
D | osd.txt | 13 or search the web for "OSD SCSI"
|
/linux-4.4.14/fs/reiserfs/ |
D | Kconfig | 17 database and keyword search systems than block allocation based file
|
/linux-4.4.14/scripts/kconfig/ |
D | qconf.h | 279 void search(void);
|
D | qconf.cc | 1258 connect(editField, SIGNAL(returnPressed()), SLOT(search())); in ConfigSearchWindow() 1262 connect(searchButton, SIGNAL(clicked()), SLOT(search())); in ConfigSearchWindow() 1312 void ConfigSearchWindow::search(void) in search() function in ConfigSearchWindow
|
/linux-4.4.14/Documentation/misc-devices/ |
D | spear-pcie-gadget.txt | 98 is initialized and start to search PCIe devices on its port.
|
/linux-4.4.14/fs/ocfs2/ |
D | extent_map.c | 241 search: in ocfs2_extent_map_insert_rec() 267 goto search; in ocfs2_extent_map_insert_rec()
|
D | xattr.c | 3808 struct ocfs2_xattr_bucket *search; in ocfs2_xattr_bucket_find() local 3812 search = ocfs2_xattr_bucket_new(inode); in ocfs2_xattr_bucket_find() 3813 if (!search) { in ocfs2_xattr_bucket_find() 3819 ret = ocfs2_read_xattr_bucket(search, p_blkno); in ocfs2_xattr_bucket_find() 3825 xh = bucket_xh(search); in ocfs2_xattr_bucket_find() 3828 ocfs2_xattr_bucket_relse(search); in ocfs2_xattr_bucket_find() 3832 ret = ocfs2_read_xattr_bucket(search, blkno); in ocfs2_xattr_bucket_find() 3838 xh = bucket_xh(search); in ocfs2_xattr_bucket_find() 3864 ret = ocfs2_find_xe_in_bucket(inode, search, in ocfs2_xattr_bucket_find() 3903 ocfs2_xattr_bucket_free(search); in ocfs2_xattr_bucket_find()
|
D | suballoc.c | 1470 int search = -ENOSPC; in ocfs2_cluster_group_search() local 1522 search = 0; /* success */ in ocfs2_cluster_group_search() 1532 return search; in ocfs2_cluster_group_search()
|
D | dir.c | 928 goto search; in ocfs2_dx_dir_search() 957 search: in ocfs2_dx_dir_search()
|
/linux-4.4.14/Documentation/cgroups/ |
D | cpusets.txt | 539 idle CPUs, the scheduler might not search all CPUs in the domain 557 0 : no search. 558 1 : search siblings (hyperthreads in a core). 559 2 : search cores in a package. 560 3 : search cpus in a node [= system wide on non-NUMA system] 561 4 : search nodes in a chunk of node [on NUMA system] 562 5 : search system wide [on NUMA system]
|
/linux-4.4.14/fs/btrfs/ |
D | ctree.c | 2247 u64 search; in reada_for_search() local 2265 search = btrfs_node_blockptr(node, slot); in reada_for_search() 2267 eb = btrfs_find_tree_block(root->fs_info, search); in reada_for_search() 2273 target = search; in reada_for_search() 2293 search = btrfs_node_blockptr(node, nr); in reada_for_search() 2294 if ((search <= target && target - search <= 65536) || in reada_for_search() 2295 (search > target && search - target <= 65536)) { in reada_for_search() 2297 readahead_tree_block(root, search); in reada_for_search()
|
D | delayed-inode.c | 1077 goto search; in __btrfs_update_delayed_inode() 1103 search: in __btrfs_update_delayed_inode()
|
D | extent-tree.c | 7128 search: in find_free_extent() 7393 goto search; in find_free_extent() 7396 goto search; in find_free_extent() 7477 goto search; in find_free_extent()
|
/linux-4.4.14/Documentation/acpi/ |
D | scan_handlers.txt | 7 is scanned in search of device objects that generally represent various pieces
|
/linux-4.4.14/tools/perf/Documentation/ |
D | perf-list.txt | 129 . As a last resort, it will do a substring search in all event names.
|
D | perf-script-perl.txt | 115 search path and 'use'ing a few support modules (see module
|
D | perf-script-python.txt | 511 module search path and 'import'ing a few support modules (see module
|
/linux-4.4.14/drivers/w1/masters/ |
D | ds1wm.c | 450 .search = ds1wm_search,
|
D | omap_hdq.c | 749 omap_w1_master.search = omap_w1_search_bus; in omap_hdq_probe()
|
D | ds2490.c | 973 dev->master.search = &ds9490r_search; in ds_w1_init()
|
/linux-4.4.14/Documentation/crypto/ |
D | asymmetric-keys.txt | 63 keyctl search @s asymmetric id:5acc2142 74 keyctl search @s asymmetric tpm:5acc2142
|
/linux-4.4.14/Documentation/devicetree/bindings/powerpc/4xx/ |
D | emac.txt | 67 a search is performed.
|
/linux-4.4.14/Documentation/filesystems/ |
D | sysv-fs.txt | 75 When it is exhausted, new free inodes are found using a linear search.
|
D | ext4.txt | 478 allocator will search to find the best extent 481 allocator will search to find the best extent
|
D | hpfs.txt | 112 OS/2 uppercases the search pattern with its system code page (852) and file
|
D | vfs.txt | 33 to search through the directory entry cache (also known as the dentry
|
D | coda.txt | 606 and Venus will search the directory identified by cfs_lookup_in.VFid.
|
/linux-4.4.14/Documentation/vm/ |
D | zswap.txt | 73 with a red-black tree per swap type. The swap offset is the search key for the
|
D | numa_memory_policy.txt | 174 allocation fails, the kernel will search other nodes, in order of
|
/linux-4.4.14/arch/m68k/ifpsp060/ |
D | ilsp.doc | 54 search and replace function.
|
D | fplsp.doc | 55 search and replace function.
|
D | isp.doc | 59 search and replace function.
|
D | fpsp.doc | 51 search and replace function.
|
D | TEST.DOC | 45 with a global search and replace function.
|
/linux-4.4.14/tools/perf/util/ |
D | header.c | 216 const char *search = cpuinfo_proc; in __write_cpudesc() local 220 if (!search) in __write_cpudesc() 228 ret = strncmp(buf, search, strlen(search)); in __write_cpudesc()
|
/linux-4.4.14/drivers/media/dvb-frontends/ |
D | dib9000.c | 1475 int ret = 10, search = state->channel_status.status == CHANNEL_STATUS_PARAMETERS_UNKNOWN; in dib9000_fw_tune() local 1486 if (search) in dib9000_fw_tune() 1495 if (search) in dib9000_fw_tune() 1504 if (search) in dib9000_fw_tune()
|
D | cxd2820r_core.c | 685 .search = cxd2820r_search,
|
D | hd29l2.c | 856 .search = hd29l2_search,
|
D | stb0899_drv.c | 1614 .search = stb0899_search,
|
D | lgdt3306a.c | 2139 .search = lgdt3306a_search,
|
D | mb86a16.c | 1838 .search = mb86a16_search,
|
D | stv0900_core.c | 1902 .search = stv0900_search,
|
D | stv090x.c | 4916 .search = stv090x_search,
|
/linux-4.4.14/fs/befs/ |
D | ChangeLog | 37 * Sergey S. Kostyliov made befs_find_key() use a binary search to find 38 keys within btree nodes, rather than the linear search we were using
|
/linux-4.4.14/Documentation/fault-injection/ |
D | fault-injection.txt | 98 specifies the maximum stacktrace depth walked during search
|
/linux-4.4.14/drivers/hid/ |
D | hid-core.c | 1140 static int search(__s32 *array, __s32 value, unsigned n) in search() function 1267 && search(value, field->value[n], count)) in hid_input_field() 1272 && search(field->value, value[n], count)) in hid_input_field()
|
/linux-4.4.14/Documentation/x86/ |
D | exception-tables.txt | 47 (fixup). If this search is successful, the fault handler modifies the
|
/linux-4.4.14/arch/x86/crypto/ |
D | sha512-ssse3-asm.S | 46 # and search for that title.
|
D | sha512-avx-asm.S | 46 # and search for that title.
|
D | sha256-ssse3-asm.S | 45 # and search for that title.
|
D | sha256-avx-asm.S | 44 # and search for that title.
|
D | sha256-avx2-asm.S | 45 # and search for that title.
|
D | sha512-avx2-asm.S | 46 # and search for that title.
|
/linux-4.4.14/net/ipv4/ |
D | Kconfig | 459 called additive increase and binary search increase. When the 462 scalability. Under small congestion windows, binary search
|
/linux-4.4.14/fs/jfs/ |
D | jfs_xtree.c | 107 uint search; member 255 INCREMENT(xtStat.search); in xtSearch() 3885 xtStat.search, in jfs_xtstat_proc_show()
|
/linux-4.4.14/Documentation/usb/ |
D | gadget_serial.txt | 166 next screen select "Include this location in the search" and enter the
|
/linux-4.4.14/Documentation/development-process/ |
D | 3.Early-stage | 150 get_maintainer.pl will search for maintainers; please be careful about
|
D | 6.Followthrough | 83 place for this kind of information. Reviewers should not have to search
|
/linux-4.4.14/Documentation/PCI/ |
D | pci.txt | 204 pci_register_driver() interface to search for PCI devices. 209 A manual search may be performed using the following constructs:
|
/linux-4.4.14/fs/gfs2/ |
D | rgrp.c | 164 static const u64 search[] = { in gfs2_bit_search() local 170 tmp = le64_to_cpu(*ptr) ^ search[state]; in gfs2_bit_search()
|
/linux-4.4.14/Documentation/filesystems/caching/ |
D | fscache.txt | 108 desires, though it must be aware that the index search function is
|
D | netfs-api.txt | 113 (3) The depth of the index tree should be judged with care as the search
|
/linux-4.4.14/mm/ |
D | slub.c | 896 static int on_freelist(struct kmem_cache *s, struct page *page, void *search) in on_freelist() argument 905 if (fp == search) in on_freelist() 942 return search == NULL; in on_freelist()
|
/linux-4.4.14/Documentation/s390/ |
D | Debugging390.txt | 1300 and be able to use them on a web search engine to find more useful information.
|
/linux-4.4.14/drivers/staging/speakup/ |
D | spkguide.txt | 676 If you run a google search for Fonix, you'll find their web site.
|
/linux-4.4.14/arch/x86/ |
D | Kconfig | 1157 <https://downloadcenter.intel.com> and search for
|