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

/linux-master/fs/omfs/
H A Dfile.c195 sector_t searched = 0; local
200 if (block >= searched &&
201 block < searched + numblocks) {
203 * found it at cluster + (block - searched)
204 * numblocks - (block - searched) is remainder
206 *left = numblocks - (block - searched);
209 block - searched;
211 searched += numblocks;
/linux-master/kernel/debug/kdb/
H A Dkdb_io.c528 static int kdb_search_string(char *searched, char *searchfor) argument
533 /* not counting the newline at the end of "searched" */
534 len1 = strlen(searched)-1;
541 if (!strncmp(searched, searchfor, len2))
544 if (!strncmp(searched+len1-len2, searchfor, len2))
548 cp = searched;
/linux-master/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.
/linux-master/arch/arc/lib/
H A Dstrchr-700.S68 ; Found searched-for character. r0 has already advanced to next word.
/linux-master/tools/testing/ktest/
H A Dktest.pl497 For grub2bls, \$GRUB_MENU is searched on the result of \$GRUB_BLS_GET

Completed in 146 milliseconds