Searched refs:searched (Results 1 – 25 of 36) sorted by relevance
12
/Linux-v4.19/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-v4.19/Documentation/security/keys/ |
D | request-key.rst | 173 1) If extant, the process's thread keyring is searched. 175 2) If extant, the process's process keyring is searched. 177 3) The process's session keyring is searched. 182 a) If extant, the calling process's thread keyring is searched. 184 b) If extant, the calling process's process keyring is searched. 186 c) The calling process's session keyring is searched.
|
/Linux-v4.19/kernel/debug/kdb/ |
D | kdb_io.c | 522 static int kdb_search_string(char *searched, char *searchfor) in kdb_search_string() argument 528 len1 = strlen(searched)-1; in kdb_search_string() 535 if (!strncmp(searched, searchfor, len2)) in kdb_search_string() 538 if (!strncmp(searched+len1-len2, searchfor, len2)) in kdb_search_string() 542 cp = searched; in kdb_search_string()
|
/Linux-v4.19/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 | 72 # Deal with the case where at most 8 bytes remain to be searched 124 # searched. $16 may not be aligned.
|
/Linux-v4.19/Documentation/driver-api/firmware/ |
D | fw_search_path.rst | 26 searched for there first.
|
/Linux-v4.19/arch/arc/lib/ |
D | strchr-700.S | 71 ; Found searched-for character. r0 has already advanced to next word.
|
/Linux-v4.19/Documentation/crypto/ |
D | asymmetric-keys.txt | 332 The kernel builtin trusted keyring will be searched for the signing key. 342 The kernel builtin and secondary trusted keyrings will be searched for the 356 a group of keys may be searched for the signing key by providing the 360 within the destination keyring will also be searched for signing keys.
|
/Linux-v4.19/Documentation/mtd/nand/ |
D | pxa3xx-nand.txt | 101 searched within the 'data' region, and not in the usual OOB region.
|
/Linux-v4.19/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-v4.19/Documentation/filesystems/ |
D | sysv-fs.txt | 23 The superblock is only searched in the blocks 9, 15, 18, which
|
/Linux-v4.19/tools/perf/Documentation/ |
D | perf-diff.txt | 125 the command line are searched for the baseline sample pair. If the pair
|
/Linux-v4.19/Documentation/connector/ |
D | connector.txt | 90 be searched through all registered connector users,
|
/Linux-v4.19/Documentation/arm/Samsung-S3C24XX/ |
D | Overview.txt | 65 of directories may need to be searched.
|
/Linux-v4.19/Documentation/x86/ |
D | orc-unwinder.txt | 153 subset of the table needs to be searched.
|
/Linux-v4.19/fs/affs/ |
D | Changes | 302 - The super block is now searched in the block that
|
/Linux-v4.19/Documentation/scsi/ |
D | advansys.txt | 165 PCI boards will still be searched for and detected. This option only
|
/Linux-v4.19/Documentation/RCU/ |
D | listRCU.txt | 46 Here the list is searched under the lock, but the lock is dropped before
|
/Linux-v4.19/Documentation/ |
D | robust-futexes.txt | 58 FUTEX_RECOVER. At do_exit() time, all vmas are searched to see whether
|
/Linux-v4.19/Documentation/admin-guide/ |
D | dynamic-debug-howto.rst | 179 The given string is searched for in the dynamic debug format
|
/Linux-v4.19/Documentation/devicetree/bindings/gpio/ |
D | gpio.txt | 199 This means that when multiple properties are present they will be searched
|
/Linux-v4.19/Documentation/filesystems/ext4/ondisk/ |
D | directory.rst | 201 entries that can be searched; otherwise, the minor hash of the file name
|
/Linux-v4.19/lib/ |
D | Kconfig | 408 Generic associative array. Can be searched and iterated over whilst
|
/Linux-v4.19/Documentation/kbuild/ |
D | modules.txt | 326 are searched.
|
12