Home
last modified time | relevance | path

Searched refs:searched (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/fs/omfs/
H A Dfile.c195 sector_t searched = 0; in find_block() local
200 if (block >= searched && in find_block()
201 block < searched + numblocks) { in find_block()
203 * found it at cluster + (block - searched) in find_block()
204 * numblocks - (block - searched) is remainder in find_block()
206 *left = numblocks - (block - searched); in find_block()
209 block - searched; in find_block()
211 searched += numblocks; in find_block()
/kernel/linux/linux-6.6/fs/omfs/
H A Dfile.c195 sector_t searched = 0; in find_block() local
200 if (block >= searched && in find_block()
201 block < searched + numblocks) { in find_block()
203 * found it at cluster + (block - searched) in find_block()
204 * numblocks - (block - searched) is remainder in find_block()
206 *left = numblocks - (block - searched); in find_block()
209 block - searched; in find_block()
211 searched += numblocks; in find_block()
/kernel/linux/linux-5.10/kernel/debug/kdb/
H A Dkdb_io.c520 static int kdb_search_string(char *searched, char *searchfor) in kdb_search_string() argument
525 /* not counting the newline at the end of "searched" */ in kdb_search_string()
526 len1 = strlen(searched)-1; in kdb_search_string()
533 if (!strncmp(searched, searchfor, len2)) in kdb_search_string()
536 if (!strncmp(searched+len1-len2, searchfor, len2)) in kdb_search_string()
540 cp = searched; in kdb_search_string()
/kernel/linux/linux-6.6/kernel/debug/kdb/
H A Dkdb_io.c528 static int kdb_search_string(char *searched, char *searchfor) in kdb_search_string() argument
533 /* not counting the newline at the end of "searched" */ in kdb_search_string()
534 len1 = strlen(searched)-1; in kdb_search_string()
541 if (!strncmp(searched, searchfor, len2)) in kdb_search_string()
544 if (!strncmp(searched+len1-len2, searchfor, len2)) in kdb_search_string()
548 cp = searched; in kdb_search_string()
/kernel/linux/linux-5.10/arch/alpha/lib/
H A Dmemchr.S72 # Deal with the case where at most 8 bytes remain to be searched
104 # searched. $16 may not be aligned.
H A Dev6-memchr.S72 # Deal with the case where at most 8 bytes remain to be searched
124 # searched. $16 may not be aligned.
/kernel/linux/linux-6.6/arch/alpha/lib/
H A Dmemchr.S72 # Deal with the case where at most 8 bytes remain to be searched
104 # searched. $16 may not be aligned.
H A Dev6-memchr.S72 # Deal with the case where at most 8 bytes remain to be searched
124 # searched. $16 may not be aligned.
/kernel/linux/linux-5.10/tools/testing/ktest/
H A Dktest.pl497 For grub2bls, \$GRUB_MENU is searched on the result of \$GRUB_BLS_GET
/kernel/linux/linux-6.6/tools/testing/ktest/
H A Dktest.pl497 For grub2bls, \$GRUB_MENU is searched on the result of \$GRUB_BLS_GET

Completed in 11 milliseconds