Home
last modified time | relevance | path

Searched refs:check_len (Results 1 – 7 of 7) 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/kernel/kcsan/
H A Dcore.c1341 size_t check_len = min_t(size_t, count, MAX_ENCODABLE_SIZE); in __tsan_memset() local
1343 check_access(s, check_len, KCSAN_ACCESS_WRITE, _RET_IP_); in __tsan_memset()
1355 size_t check_len = min_t(size_t, len, MAX_ENCODABLE_SIZE); in __tsan_memmove() local
1357 check_access(dst, check_len, KCSAN_ACCESS_WRITE, _RET_IP_); in __tsan_memmove()
1358 check_access(src, check_len, 0, _RET_IP_); in __tsan_memmove()
1370 size_t check_len = min_t(size_t, len, MAX_ENCODABLE_SIZE); in __tsan_memcpy() local
1372 check_access(dst, check_len, KCSAN_ACCESS_WRITE, _RET_IP_); in __tsan_memcpy()
1373 check_access(src, check_len, 0, _RET_IP_); in __tsan_memcpy()
/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()
/linux/drivers/xen/
H A Dxen-scsiback.c1381 goto check_len; in scsiback_make_tport()
1387 goto check_len; in scsiback_make_tport()
1392 goto check_len; in scsiback_make_tport()
1399 check_len: in scsiback_make_tport()
/linux/drivers/s390/net/
H A Dctcm_fsms.c362 int check_len; in chx_rx() local
389 check_len = block_len + 2; in chx_rx()
392 check_len = block_len; in chx_rx()
395 if ((len < block_len) || (len > check_len)) { in chx_rx()
/linux/drivers/vhost/
H A Dscsi.c2878 goto check_len; in vhost_scsi_make_tport()
2884 goto check_len; in vhost_scsi_make_tport()
2889 goto check_len; in vhost_scsi_make_tport()
2897 check_len: in vhost_scsi_make_tport()