Home
last modified time | relevance | path

Searched refs:loop_cnt (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/crypto/
Djitterentropy.c203 __u64 *folded, __u64 loop_cnt) in jent_fold_time() argument
217 if (loop_cnt) in jent_fold_time()
218 fold_loop_cnt = loop_cnt; in jent_fold_time()
259 static unsigned int jent_memaccess(struct rand_data *ec, __u64 loop_cnt) in jent_memaccess() argument
277 if (loop_cnt) in jent_memaccess()
278 acc_loop_cnt = loop_cnt; in jent_memaccess()
/linux-4.19.296/fs/f2fs/
Drecovery.c268 unsigned int loop_cnt = 0; in find_fsync_dnodes() local
328 if (++loop_cnt >= free_blocks || in find_fsync_dnodes()
/linux-4.19.296/drivers/misc/mic/scif/
Dscif_nodeqp.c621 int err = -ENOMEM, loop_cnt = 0; in _scif_nodeqp_send() local
634 if (loop_cnt++ > (SCIF_NODEQP_SEND_TO_MSEC)) { in _scif_nodeqp_send()