Home
last modified time | relevance | path

Searched refs:check_len (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/target/tcm_remote/
H A Dtcm_remote.c170 goto check_len; in tcm_remote_make_wwn()
176 goto check_len; in tcm_remote_make_wwn()
182 goto check_len; in tcm_remote_make_wwn()
193 check_len: in tcm_remote_make_wwn()
/linux/drivers/mtd/tests/
H A Dtorturetest.c376 size_t check_len = mtd->erasesize; in report_corrupt() local
379 check_len = pgcnt * pgsize; in report_corrupt()
382 for (i = 0; i < check_len; i += pgsize) in report_corrupt()
392 for (i = 0; i < check_len; i += pgsize) { in report_corrupt()
405 (mtd->erasesize - check_len + i) / pgsize, in report_corrupt()
/linux/crypto/asymmetric_keys/
H A Dverify_pefile.c179 goto check_len; in pefile_strip_sig_wrapper()
184 goto check_len; in pefile_strip_sig_wrapper()
187 goto check_len; in pefile_strip_sig_wrapper()
194 check_len: in pefile_strip_sig_wrapper()
/linux/kernel/kcsan/
H A Dcore.c1333 size_t check_len = min_t(size_t, count, MAX_ENCODABLE_SIZE); in __tsan_memset() local
1335 check_access(s, check_len, KCSAN_ACCESS_WRITE, _RET_IP_); in __tsan_memset()
1347 size_t check_len = min_t(size_t, len, MAX_ENCODABLE_SIZE); in __tsan_memmove() local
1349 check_access(dst, check_len, KCSAN_ACCESS_WRITE, _RET_IP_); in __tsan_memmove()
1350 check_access(src, check_len, 0, _RET_IP_); in __tsan_memmove()
1362 size_t check_len = min_t(size_t, len, MAX_ENCODABLE_SIZE); in __tsan_memcpy() local
1364 check_access(dst, check_len, KCSAN_ACCESS_WRITE, _RET_IP_); in __tsan_memcpy()
1365 check_access(src, check_len, 0, _RET_IP_); in __tsan_memcpy()
/linux/drivers/target/loopback/
H A Dtcm_loop.c1048 goto check_len; in tcm_loop_make_scsi_hba()
1054 goto check_len; in tcm_loop_make_scsi_hba()
1065 check_len: in tcm_loop_make_scsi_hba()
/linux/fs/ubifs/
H A Drecovery.c404 int empty_offs, check_len; in is_last_write() local
412 check_len = c->leb_size - empty_offs; in is_last_write()
414 return is_empty(p, check_len); in is_last_write()