Home
last modified time | relevance | path

Searched refs:searched (Results 1 – 34 of 34) sorted by relevance

/linux-4.4.14/fs/omfs/
Dfile.c195 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/
Dkeys-request-key.txt176 (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.
Dkeys.txt235 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
Dcredentials.txt209 be searched for the desired key. Each process may subscribe to a number
DSmack.txt437 of access allowed. The access specification is searched for letters that
/linux-4.4.14/kernel/debug/kdb/
Dkdb_io.c521 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/
Dnf_conntrack_common.h7 unsigned int searched; member
/linux-4.4.14/arch/alpha/lib/
Dmemchr.S72 # Deal with the case where at most 8 bytes remain to be searched
104 # searched. $16 may not be aligned.
Dev6-memchr.S71 # 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/
Dstrchr-700.S71 ; Found searched-for character. r0 has already advanced to next word.
/linux-4.4.14/Documentation/mtd/nand/
Dpxa3xx-nand.txt101 searched within the 'data' region, and not in the usual OOB region.
/linux-4.4.14/Documentation/w1/
Dw1.generic26 - the w1 bus is periodically searched for new slave devices
Dw1.netlink158 Then master or slave device is searched for.
/linux-4.4.14/net/ipv4/netfilter/
Dnf_conntrack_l3proto_ipv4_compat.c380 st->searched, in ct_cpu_seq_show()
/linux-4.4.14/tools/perf/Documentation/
Dperf-diff.txt116 the command line are searched for the baseline sample pair. If the pair
Dperf-report.txt149 function and searched through the callchain, thus it requires callchain
/linux-4.4.14/Documentation/filesystems/
Dsysv-fs.txt23 The superblock is only searched in the blocks 9, 15, 18, which
Dxfs-delayed-logging-design.txt447 context gets added to a "committing" list which can be searched. When a
/linux-4.4.14/net/netfilter/
Dnf_conntrack_standalone.c350 st->searched, in ct_cpu_seq_show()
Dnf_conntrack_core.c466 NF_CT_STAT_INC(net, searched); in ____nf_conntrack_find()
731 NF_CT_STAT_INC(net, searched); in nf_conntrack_tuple_taken()
Dnf_conntrack_netlink.c1984 if (nla_put_be32(skb, CTA_STATS_SEARCHED, htonl(st->searched)) || in ctnetlink_ct_stat_cpu_fill_info()
/linux-4.4.14/Documentation/connector/
Dconnector.txt90 be searched through all registered connector users,
/linux-4.4.14/Documentation/arm/Samsung-S3C24XX/
DOverview.txt65 of directories may need to be searched.
/linux-4.4.14/fs/affs/
DChanges302 - The super block is now searched in the block that
/linux-4.4.14/Documentation/RCU/
DlistRCU.txt46 Here the list is searched under the lock, but the lock is dropped before
/linux-4.4.14/Documentation/scsi/
Dadvansys.txt165 PCI boards will still be searched for and detected. This option only
/linux-4.4.14/Documentation/
Drobust-futexes.txt54 FUTEX_RECOVER. At do_exit() time, all vmas are searched to see whether
Dkernel-doc-nano-HOWTO.txt134 files. When a file is referenced it is searched for symbols
Ddynamic-debug-howto.txt173 The given string is searched for in the dynamic debug format
/linux-4.4.14/Documentation/devicetree/bindings/gpio/
Dgpio.txt169 This means that when multiple properties are present they will be searched
/linux-4.4.14/lib/
DKconfig368 Generic associative array. Can be searched and iterated over whilst
/linux-4.4.14/Documentation/kbuild/
Dmodules.txt326 are searched.
/linux-4.4.14/Documentation/isdn/
DREADME308 For an outgoing call, the inactive physical lines are searched.
/linux-4.4.14/Documentation/s390/
DDebugging390.txt1727 Adds directories to be searched for source if gdb cannot find the source.