/linux-4.4.14/fs/omfs/ |
D | file.c | 195 sector_t searched = 0; in find_block() local 200 if (block >= searched && in find_block() 201 block < searched + numblocks) { in find_block() 206 *left = numblocks - (block - searched); in find_block() 209 block - searched; in find_block() 211 searched += numblocks; in find_block()
|
/linux-4.4.14/Documentation/security/ |
D | keys-request-key.txt | 176 (1) If extant, the process's thread keyring is searched. 178 (2) If extant, the process's process keyring is searched. 180 (3) The process's session keyring is searched. 185 (a) If extant, the calling process's thread keyring is searched. 187 (b) If extant, the calling process's process keyring is searched. 189 (c) The calling process's session keyring is searched.
|
D | keys.txt | 235 This permits keyrings to be searched and keys to be found. Searches can 982 (*) If a keyring was found in the search, this can be further searched by: 1043 keyring in a process's keyrings. A keyring thus found can then be searched
|
D | credentials.txt | 209 be searched for the desired key. Each process may subscribe to a number
|
D | Smack.txt | 437 of access allowed. The access specification is searched for letters that
|
/linux-4.4.14/kernel/debug/kdb/ |
D | kdb_io.c | 521 static int kdb_search_string(char *searched, char *searchfor) in kdb_search_string() argument 527 len1 = strlen(searched)-1; in kdb_search_string() 534 if (!strncmp(searched, searchfor, len2)) in kdb_search_string() 537 if (!strncmp(searched+len1-len2, searchfor, len2)) in kdb_search_string() 541 cp = searched; in kdb_search_string()
|
/linux-4.4.14/include/linux/netfilter/ |
D | nf_conntrack_common.h | 7 unsigned int searched; member
|
/linux-4.4.14/arch/alpha/lib/ |
D | memchr.S | 72 # Deal with the case where at most 8 bytes remain to be searched 104 # searched. $16 may not be aligned.
|
D | ev6-memchr.S | 71 # Deal with the case where at most 8 bytes remain to be searched 123 # searched. $16 may not be aligned.
|
/linux-4.4.14/arch/arc/lib/ |
D | strchr-700.S | 71 ; Found searched-for character. r0 has already advanced to next word.
|
/linux-4.4.14/Documentation/mtd/nand/ |
D | pxa3xx-nand.txt | 101 searched within the 'data' region, and not in the usual OOB region.
|
/linux-4.4.14/Documentation/w1/ |
D | w1.generic | 26 - the w1 bus is periodically searched for new slave devices
|
D | w1.netlink | 158 Then master or slave device is searched for.
|
/linux-4.4.14/net/ipv4/netfilter/ |
D | nf_conntrack_l3proto_ipv4_compat.c | 380 st->searched, in ct_cpu_seq_show()
|
/linux-4.4.14/tools/perf/Documentation/ |
D | perf-diff.txt | 116 the command line are searched for the baseline sample pair. If the pair
|
D | perf-report.txt | 149 function and searched through the callchain, thus it requires callchain
|
/linux-4.4.14/Documentation/filesystems/ |
D | sysv-fs.txt | 23 The superblock is only searched in the blocks 9, 15, 18, which
|
D | xfs-delayed-logging-design.txt | 447 context gets added to a "committing" list which can be searched. When a
|
/linux-4.4.14/net/netfilter/ |
D | nf_conntrack_standalone.c | 350 st->searched, in ct_cpu_seq_show()
|
D | nf_conntrack_core.c | 466 NF_CT_STAT_INC(net, searched); in ____nf_conntrack_find() 731 NF_CT_STAT_INC(net, searched); in nf_conntrack_tuple_taken()
|
D | nf_conntrack_netlink.c | 1984 if (nla_put_be32(skb, CTA_STATS_SEARCHED, htonl(st->searched)) || in ctnetlink_ct_stat_cpu_fill_info()
|
/linux-4.4.14/Documentation/connector/ |
D | connector.txt | 90 be searched through all registered connector users,
|
/linux-4.4.14/Documentation/arm/Samsung-S3C24XX/ |
D | Overview.txt | 65 of directories may need to be searched.
|
/linux-4.4.14/fs/affs/ |
D | Changes | 302 - The super block is now searched in the block that
|
/linux-4.4.14/Documentation/RCU/ |
D | listRCU.txt | 46 Here the list is searched under the lock, but the lock is dropped before
|
/linux-4.4.14/Documentation/scsi/ |
D | advansys.txt | 165 PCI boards will still be searched for and detected. This option only
|
/linux-4.4.14/Documentation/ |
D | robust-futexes.txt | 54 FUTEX_RECOVER. At do_exit() time, all vmas are searched to see whether
|
D | kernel-doc-nano-HOWTO.txt | 134 files. When a file is referenced it is searched for symbols
|
D | dynamic-debug-howto.txt | 173 The given string is searched for in the dynamic debug format
|
/linux-4.4.14/Documentation/devicetree/bindings/gpio/ |
D | gpio.txt | 169 This means that when multiple properties are present they will be searched
|
/linux-4.4.14/lib/ |
D | Kconfig | 368 Generic associative array. Can be searched and iterated over whilst
|
/linux-4.4.14/Documentation/kbuild/ |
D | modules.txt | 326 are searched.
|
/linux-4.4.14/Documentation/isdn/ |
D | README | 308 For an outgoing call, the inactive physical lines are searched.
|
/linux-4.4.14/Documentation/s390/ |
D | Debugging390.txt | 1727 Adds directories to be searched for source if gdb cannot find the source.
|