/linux-4.1.27/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.1.27/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() 380 struct brcmf_flowring_tdls_entry *search; in brcmf_flowring_detach() local 389 search = flow->tdls_entry; in brcmf_flowring_detach() 390 while (search) { in brcmf_flowring_detach() 391 remove = search; in brcmf_flowring_detach() 392 search = search->next; in brcmf_flowring_detach() [all …]
|
/linux-4.1.27/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.1.27/Documentation/target/ |
D | tcm_mod_builder.py | 456 if process_fo == 0 and re.search('struct target_core_fabric_ops {', line): 464 if not re.search('\(\*', line): 472 if not re.search('\(\*', line): 537 if re.search('get_fabric_name', fo): 545 if re.search('get_fabric_proto_ident', fo): 574 if re.search('get_wwn', fo): 584 if re.search('get_tag', fo): 593 if re.search('get_default_depth', fo): 600 if re.search('get_pr_transport_id\)\(', fo): 639 if re.search('get_pr_transport_id_len\)\(', fo): [all …]
|
/linux-4.1.27/drivers/md/bcache/ |
D | request.c | 454 struct search { struct 478 struct search *s = container_of(cl, struct search, cl); in bch_cache_read_endio() argument 504 struct search *s = container_of(op, struct search, op); in cache_lookup_fn() 569 struct search *s = container_of(cl, struct search, iop.cl); in cache_lookup() 591 struct search *s = container_of(cl, struct search, cl); in request_endio() 601 static void bio_complete(struct search *s) in bio_complete() 613 static void do_bio_hook(struct search *s, struct bio *orig_bio) in do_bio_hook() 627 struct search *s = container_of(cl, struct search, cl); in search_free() 634 mempool_free(s, s->d->c->search); in search_free() 637 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 | 510 #define RB_SEARCH(root, search, member, cmp) \ argument 513 typeof(&(search)) this, ret = NULL; \ 517 this = container_of(n, typeof(search), member); \ 518 res = cmp(&(search), this); \ 530 #define RB_GREATER(root, search, member, cmp) \ argument 533 typeof(&(search)) this, ret = NULL; \ 537 this = container_of(n, typeof(search), member); \ 538 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; 288 int (*cache_miss)(struct btree *, struct search *, 513 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 | 1385 if (c->search) in cache_set_free() 1386 mempool_destroy(c->search); in cache_set_free() 1538 c->search = mempool_create_slab_pool(32, bch_search_cache); in bch_cache_set_alloc() 1539 if (!c->search) in bch_cache_set_alloc()
|
/linux-4.1.27/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.1.27/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.1.27/drivers/regulator/ |
D | of_regulator.c | 276 struct device_node *search, *child; in regulator_of_get_init_data() local 284 search = of_get_child_by_name(dev->of_node, in regulator_of_get_init_data() 287 search = dev->of_node; in regulator_of_get_init_data() 289 if (!search) { in regulator_of_get_init_data() 295 for_each_child_of_node(search, child) { in regulator_of_get_init_data() 326 of_node_put(search); in regulator_of_get_init_data()
|
/linux-4.1.27/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 | 547 static W1_MASTER_ATTR_RW(search, S_IRUGO | S_IWUSR | S_IWGRP);
|
/linux-4.1.27/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 - the number of times a search was attempted 85 - maximum number of slaves to search for at a time 100 generally only make sense when searching is disabled, as a search will
|
/linux-4.1.27/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.1.27/scripts/ |
D | headerdep.pl | 75 sub search { subroutine 95 my $path = search($header);
|
D | checkkconfigsymbols.py | 219 if not REGEX_FILTER_FEATURES.search(feature):
|
D | spelling.txt | 848 scarch||search 849 seach||search
|
/linux-4.1.27/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 | 363 it is being modified. It is also reasonably quick to search and
|
/linux-4.1.27/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 | 448 search a directory requires execute access. Creating a file with write access
|
/linux-4.1.27/include/linux/netfilter/ |
D | nf_conntrack_sip.h | 64 const char *search; member 79 .search = (__search), \
|
/linux-4.1.27/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.1.27/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 | 736 1 int search(long key, int *result) 1 int search(long key, int *result)
|
/linux-4.1.27/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 | 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 | 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 | 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 | 398 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.1.27/Documentation/devicetree/bindings/mfd/ |
D | syscon.txt | 7 reference to the syscon node (e.g. by phandle, node path, or search
|
/linux-4.1.27/Documentation/devicetree/bindings/powerpc/fsl/cpm_qe/qe/ |
D | firmware.txt | 11 Device drivers can search this string to determine if the
|
/linux-4.1.27/drivers/firmware/google/ |
D | Kconfig | 27 This option enables the kernel to search for a firmware log in
|
/linux-4.1.27/drivers/pci/ |
D | Makefile | 6 pci-driver.o search.o pci-sysfs.o rom.o setup-res.o \
|
/linux-4.1.27/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.1.27/Documentation/w1/masters/ |
D | ds2490 | 40 conditions. If a bus search is in progress and the ds2490 is 42 search finishes.
|
/linux-4.1.27/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.1.27/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 | kernel-parameters.txt | 1568 When an interrupt is not handled search all handlers 1573 When an interrupt is not handled search all handlers
|
/linux-4.1.27/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.1.27/security/integrity/ |
D | Kconfig | 27 Different keyrings improves search performance, but also allow
|
/linux-4.1.27/kernel/trace/ |
D | ftrace.c | 3499 char *search = buff; in match_records() local 3504 type = filter_parse_regex(buff, len, &search, ¬); in match_records() 3505 search_len = strlen(search); in match_records() 3514 if (ftrace_match_record(rec, mod, search, search_len, type)) { in match_records() 3705 char *search; in register_ftrace_function_probe() local 3708 type = filter_parse_regex(glob, strlen(glob), &search, ¬); in register_ftrace_function_probe() 3709 len = strlen(search); in register_ftrace_function_probe() 3736 if (!ftrace_match_record(rec, NULL, search, len, type)) in register_ftrace_function_probe() 3817 char *search; in __unregister_ftrace_function_probe() local 3825 type = filter_parse_regex(glob, strlen(glob), &search, ¬); in __unregister_ftrace_function_probe() [all …]
|
D | trace_events_filter.c | 320 enum regex_type filter_parse_regex(char *buff, int len, char **search, int *not) in filter_parse_regex() argument 332 *search = buff; in filter_parse_regex() 337 *search = buff + 1; in filter_parse_regex() 356 char *search; in filter_build_regex() local 361 type = filter_parse_regex(r->pattern, r->len, &search, ¬); in filter_build_regex() 362 r->len = strlen(search); in filter_build_regex() 363 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 | 1055 filter_parse_regex(char *buff, int len, char **search, int *not);
|
/linux-4.1.27/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.1.27/Documentation/video4linux/ |
D | hauppauge-wintv-cx88-ir.txt | 44 This data sheet (google search) seems to have a lovely description of the
|
/linux-4.1.27/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.1.27/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.1.27/Documentation/DocBook/ |
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.…
|
/linux-4.1.27/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.1.27/Documentation/ia64/ |
D | IRQ-redir.txt | 50 search begins at the default CPU. Therefore most of the interrupts
|
/linux-4.1.27/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.1.27/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.1.27/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.1.27/fs/reiserfs/ |
D | Kconfig | 17 database and keyword search systems than block allocation based file
|
/linux-4.1.27/Documentation/vm/ |
D | zswap.txt | 47 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
|
D | unevictable-lru.txt | 553 in the page's mapping's reverse map priority search tree. It also visits
|
/linux-4.1.27/drivers/media/dvb-core/ |
D | dvb_frontend.h | 313 enum dvbfe_search (*search)(struct dvb_frontend *fe); member
|
D | dvb_frontend.c | 798 if (fe->ops.search) { in dvb_frontend_thread() 799 fepriv->algo_status = fe->ops.search(fe); in dvb_frontend_thread()
|
/linux-4.1.27/scripts/kconfig/ |
D | qconf.h | 290 void search(void);
|
D | qconf.cc | 1197 connect(editField, SIGNAL(returnPressed()), SLOT(search())); in ConfigSearchWindow() 1201 connect(searchButton, SIGNAL(clicked()), SLOT(search())); in ConfigSearchWindow() 1251 void ConfigSearchWindow::search(void) in search() function in ConfigSearchWindow
|
/linux-4.1.27/Documentation/misc-devices/ |
D | spear-pcie-gadget.txt | 98 is initialized and start to search PCIe devices on its port.
|
/linux-4.1.27/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 | 3816 struct ocfs2_xattr_bucket *search; in ocfs2_xattr_bucket_find() local 3820 search = ocfs2_xattr_bucket_new(inode); in ocfs2_xattr_bucket_find() 3821 if (!search) { in ocfs2_xattr_bucket_find() 3827 ret = ocfs2_read_xattr_bucket(search, p_blkno); in ocfs2_xattr_bucket_find() 3833 xh = bucket_xh(search); in ocfs2_xattr_bucket_find() 3836 ocfs2_xattr_bucket_relse(search); in ocfs2_xattr_bucket_find() 3840 ret = ocfs2_read_xattr_bucket(search, blkno); in ocfs2_xattr_bucket_find() 3846 xh = bucket_xh(search); in ocfs2_xattr_bucket_find() 3872 ret = ocfs2_find_xe_in_bucket(inode, search, in ocfs2_xattr_bucket_find() 3911 ocfs2_xattr_bucket_free(search); in ocfs2_xattr_bucket_find()
|
D | suballoc.c | 1487 int search = -ENOSPC; in ocfs2_cluster_group_search() local 1539 search = 0; /* success */ in ocfs2_cluster_group_search() 1549 return search; in ocfs2_cluster_group_search()
|
D | dir.c | 938 goto search; in ocfs2_dx_dir_search() 967 search: in ocfs2_dx_dir_search()
|
/linux-4.1.27/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.1.27/fs/btrfs/ |
D | ctree.c | 2241 u64 search; in reada_for_search() local 2259 search = btrfs_node_blockptr(node, slot); in reada_for_search() 2261 eb = btrfs_find_tree_block(root->fs_info, search); in reada_for_search() 2267 target = search; in reada_for_search() 2287 search = btrfs_node_blockptr(node, nr); in reada_for_search() 2288 if ((search <= target && target - search <= 65536) || in reada_for_search() 2289 (search > target && search - target <= 65536)) { in reada_for_search() 2291 readahead_tree_block(root, search); in reada_for_search()
|
D | delayed-inode.c | 1073 goto search; in __btrfs_update_delayed_inode() 1099 search: in __btrfs_update_delayed_inode()
|
D | extent-tree.c | 6817 search: in find_free_extent() 7067 goto search; in find_free_extent() 7070 goto search; in find_free_extent() 7120 goto search; in find_free_extent()
|
/linux-4.1.27/Documentation/acpi/ |
D | scan_handlers.txt | 7 is scanned in search of device objects that generally represent various pieces
|
/linux-4.1.27/drivers/w1/masters/ |
D | ds1wm.c | 450 .search = ds1wm_search,
|
D | omap_hdq.c | 101 .search = omap_w1_search_bus,
|
D | ds2490.c | 973 dev->master.search = &ds9490r_search; in ds_w1_init()
|
/linux-4.1.27/Documentation/crypto/ |
D | asymmetric-keys.txt | 63 keyctl search @s asymmetric id:5acc2142 74 keyctl search @s asymmetric tpm:5acc2142
|
/linux-4.1.27/Documentation/devicetree/bindings/powerpc/4xx/ |
D | emac.txt | 67 a search is performed.
|
/linux-4.1.27/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 | coda.txt | 606 and Venus will search the directory identified by cfs_lookup_in.VFid.
|
D | vfs.txt | 33 to search through the directory entry cache (also known as the dentry
|
/linux-4.1.27/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 | TEST.DOC | 45 with a global search and replace function.
|
D | fpsp.doc | 51 search and replace function.
|
/linux-4.1.27/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 | 684 .search = cxd2820r_search,
|
D | hd29l2.c | 856 .search = hd29l2_search,
|
D | stb0899_drv.c | 1612 .search = stb0899_search,
|
D | lgdt3306a.c | 2138 .search = lgdt3306a_search,
|
D | mb86a16.c | 1837 .search = mb86a16_search,
|
D | stv0900_core.c | 1900 .search = stv0900_search,
|
D | stv090x.c | 4915 .search = stv090x_search,
|
/linux-4.1.27/tools/perf/util/ |
D | header.c | 247 const char *search = cpuinfo_proc; in __write_cpudesc() local 251 if (!search) in __write_cpudesc() 259 ret = strncmp(buf, search, strlen(search)); in __write_cpudesc()
|
/linux-4.1.27/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.1.27/Documentation/fault-injection/ |
D | fault-injection.txt | 94 specifies the maximum stacktrace depth walked during search
|
/linux-4.1.27/tools/perf/Documentation/ |
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.1.27/drivers/hid/ |
D | hid-core.c | 1117 static int search(__s32 *array, __s32 value, unsigned n) in search() function 1244 && search(value, field->value[n], count)) in hid_input_field() 1249 && search(field->value, value[n], count)) in hid_input_field()
|
/linux-4.1.27/Documentation/x86/ |
D | exception-tables.txt | 47 (fixup). If this search is successful, the fault handler modifies the
|
/linux-4.1.27/arch/x86/crypto/ |
D | sha512-avx-asm.S | 46 # and search for that title.
|
D | sha512-ssse3-asm.S | 46 # and search for that title.
|
D | sha256-avx-asm.S | 44 # and search for that title.
|
D | sha256-ssse3-asm.S | 45 # 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.1.27/fs/f2fs/ |
D | data.c | 926 goto search; in find_data_page() 932 search: in find_data_page()
|
/linux-4.1.27/net/ipv4/ |
D | Kconfig | 473 called additive increase and binary search increase. When the 476 scalability. Under small congestion windows, binary search
|
/linux-4.1.27/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.1.27/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.1.27/Documentation/usb/ |
D | gadget_serial.txt | 166 next screen select "Include this location in the search" and enter the
|
/linux-4.1.27/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.1.27/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.1.27/mm/ |
D | slub.c | 894 static int on_freelist(struct kmem_cache *s, struct page *page, void *search) in on_freelist() argument 903 if (fp == search) in on_freelist() 940 return search == NULL; in on_freelist()
|
/linux-4.1.27/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.1.27/Documentation/s390/ |
D | Debugging390.txt | 1300 and be able to use them on a web search engine to find more useful information.
|
/linux-4.1.27/drivers/staging/speakup/ |
D | spkguide.txt | 676 If you run a google search for Fonix, you'll find their web site.
|
/linux-4.1.27/arch/x86/ |
D | Kconfig | 1124 <https://downloadcenter.intel.com> and search for
|