Searched refs:rec_count (Results 1 – 5 of 5) sorted by relevance
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | icmp_send.c | 17 unsigned int rec_count = 0; variable 113 rec_kfunc_rets[rec_count & 1] = ret; in recursion() 114 __sync_fetch_and_add(&rec_count, 1); in recursion()
|
| /linux/fs/xfs/ |
| H A D | xfs_zone_gc.c | 118 unsigned int rec_count; member 279 iter->rec_count = 0; in xfs_zone_gc_iter_init() 300 iter->recs[iter->rec_count] = *irec; in xfs_zone_gc_query_cb() 301 if (++iter->rec_count == XFS_ZONE_GC_RECS) { in xfs_zone_gc_query_cb() 345 iter->rec_count = 0; in xfs_zone_gc_query() 367 sort(iter->recs, iter->rec_count, sizeof(iter->recs[0]), in xfs_zone_gc_query() 375 if (iter->rec_count == 0) in xfs_zone_gc_query() 398 if (iter->rec_idx == iter->rec_count) { in xfs_zone_gc_iter_irec()
|
| /linux/drivers/s390/char/ |
| H A D | vmur.c | 214 static struct ccw1 *alloc_chan_prog(const char __user *ubuf, int rec_count, in alloc_chan_prog() argument 221 TRACE("alloc_chan_prog(%p, %i, %i)\n", ubuf, rec_count, reclen); in alloc_chan_prog() 228 cpa = kzalloc_objs(struct ccw1, rec_count + 1, GFP_KERNEL | GFP_DMA); in alloc_chan_prog() 232 for (i = 0; i < rec_count; i++) { in alloc_chan_prog()
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | icmp_send_kfunc.c | 283 ASSERT_EQ(skel->bss->rec_count, 2, "rec_count"); in test_icmp_send_unreach_recursion()
|
| /linux/drivers/s390/block/ |
| H A D | dasd_eckd.c | 5257 int itcw_op, rec_count, datasize; in dasd_eckd_build_cp_tpm_writefulltrack() local 5385 rec_count = 0; in dasd_eckd_build_cp_tpm_writefulltrack() 5446 rec_count++; in dasd_eckd_build_cp_tpm_writefulltrack() 5447 if (rec_count >= (last_rec - first_rec + 1)) in dasd_eckd_build_cp_tpm_writefulltrack()
|