Home
last modified time | relevance | path

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

12

/linux-6.1.9/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-6.1.9/kernel/debug/kdb/
Dkdb_io.c514 static int kdb_search_string(char *searched, char *searchfor) in kdb_search_string() argument
520 len1 = strlen(searched)-1; in kdb_search_string()
527 if (!strncmp(searched, searchfor, len2)) in kdb_search_string()
530 if (!strncmp(searched+len1-len2, searchfor, len2)) in kdb_search_string()
534 cp = searched; in kdb_search_string()
/linux-6.1.9/Documentation/security/keys/
Drequest-key.rst179 1) If extant, the process's thread keyring is searched.
181 2) If extant, the process's process keyring is searched.
183 3) The process's session keyring is searched.
188 a) If extant, the calling process's thread keyring is searched.
190 b) If extant, the calling process's process keyring is searched.
192 c) The calling process's session keyring is searched.
/linux-6.1.9/Documentation/iio/
Dbno055.rst38 serial_number) is searched for; this is useful when there is more than one
40 is searched for (which can be used when only one IMU is present, without
/linux-6.1.9/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.S72 # Deal with the case where at most 8 bytes remain to be searched
124 # searched. $16 may not be aligned.
/linux-6.1.9/Documentation/driver-api/firmware/
Dfw_search_path.rst26 searched for there first.
/linux-6.1.9/arch/arc/lib/
Dstrchr-700.S68 ; Found searched-for character. r0 has already advanced to next word.
/linux-6.1.9/Documentation/crypto/
Dasymmetric-keys.rst343 The kernel builtin trusted keyring will be searched for the signing key.
353 The kernel builtin and secondary trusted keyrings will be searched for the
367 a group of keys may be searched for the signing key by providing the
371 within the destination keyring will also be searched for signing keys.
/linux-6.1.9/Documentation/w1/
Dw1-generic.rst30 - the w1 bus is periodically searched for new slave devices
Dw1-netlink.rst170 Then master or slave device is searched for.
/linux-6.1.9/Documentation/filesystems/
Dsysv-fs.rst38 The superblock is only searched in the blocks 9, 15, 18, which
/linux-6.1.9/tools/memory-model/Documentation/
Dglossary.txt3 as a way of confirming a diagnosis of OCD), but rather to be searched
/linux-6.1.9/Documentation/arm/samsung-s3c24xx/
Doverview.rst58 of directories may need to be searched.
/linux-6.1.9/tools/perf/Documentation/
Dperf-diff.txt193 the command line are searched for the baseline sample pair. If the pair
/linux-6.1.9/fs/affs/
DChanges302 - The super block is now searched in the block that
/linux-6.1.9/Documentation/x86/
Dorc-unwinder.rst156 subset of the table needs to be searched.
/linux-6.1.9/Documentation/scsi/
Dadvansys.rst180 PCI boards will still be searched for and detected. This option only
/linux-6.1.9/Documentation/locking/
Drobust-futexes.rst58 FUTEX_RECOVER. At do_exit() time, all vmas are searched to see whether
/linux-6.1.9/Documentation/filesystems/ext4/
Ddirectory.rst226 entries that can be searched; otherwise, the minor hash of the file name
/linux-6.1.9/Documentation/admin-guide/
Ddynamic-debug-howto.rst163 The given string is searched for in the dynamic debug format
/linux-6.1.9/Documentation/devicetree/bindings/gpio/
Dgpio.txt196 This means that when multiple properties are present they will be searched
/linux-6.1.9/Documentation/RCU/
DlistRCU.rst97 Here the list is searched under the lock, but the lock is dropped before
/linux-6.1.9/Documentation/userspace-api/media/v4l/
Dext-ctrls-codec.rst2092 - Last encoded frame will be searched
2094 - Two frames will be searched among the last encoded frame, the
2099 be searched.
/linux-6.1.9/lib/
DKconfig491 Generic associative array. Can be searched and iterated over whilst

12