Home
last modified time | relevance | path

Searched refs:_count (Results 1 – 19 of 19) sorted by relevance

/linux/arch/arm64/kernel/
H A Dio.c21 size_t _count = count; \
22 const u##bits *_end_from = _from + ALIGN_DOWN(_count, 8); \
26 if ((_count % 8) >= 4) { \
31 if ((_count % 4) >= 2) { \
36 if (_count % 2) \
/linux/fs/afs/
H A Dcallback.c215 size_t *_count) in afs_break_some_callbacks() argument
226 *_count -= 1; in afs_break_some_callbacks()
227 if (*_count) in afs_break_some_callbacks()
228 memmove(cbb, cbb + 1, sizeof(*cbb) * *_count); in afs_break_some_callbacks()
234 for (i = *_count; i > 0; cbb++, i--) { in afs_break_some_callbacks()
240 --*_count; in afs_break_some_callbacks()
/linux/tools/net/ynl/samples/
H A Ddevlink.c40 if (info_rsp->_count.info_version_running) in main()
42 for (i = 0; i < info_rsp->_count.info_version_running; i++) in main()
H A Drt-link.c29 if (r->prop_list._count.alt_ifname) { in rt_link_print()
31 for (i = 0; i < r->prop_list._count.alt_ifname; i++) in rt_link_print()
H A Dtc-filter-add.c82 for (i = 0; i < flower->_count.act; i++) { in flower_print()
/linux/drivers/infiniband/hw/irdma/
H A Ddefs.h999 #define IRDMA_RING_MOVE_HEAD_BY_COUNT(_ring, _count, _retcode) \ argument
1003 if ((IRDMA_RING_USED_QUANTA(_ring) + (_count)) < size) { \
1004 (_ring).head = ((_ring).head + (_count)) % size; \
1021 #define IRDMA_SQ_RING_MOVE_HEAD_BY_COUNT(_ring, _count, _retcode) \ argument
1025 if ((IRDMA_RING_USED_QUANTA(_ring) + (_count)) < (size - 256)) { \
1026 (_ring).head = ((_ring).head + (_count)) % size; \
1032 #define IRDMA_RING_MOVE_HEAD_BY_COUNT_NOCHECK(_ring, _count) \ argument
1033 (_ring).head = ((_ring).head + (_count)) % (_ring).size
1041 #define IRDMA_RING_MOVE_TAIL_BY_COUNT(_ring, _count) \ argument
1042 (_ring).tail = ((_ring).tail + (_count)) % (_ring).size
/linux/drivers/clk/at91/
H A Dpmc.h123 #define PMC_INIT_TABLE(_table, _count) \ argument
126 for (_i = 0; _i < (_count); _i++) \
130 #define PMC_FILL_TABLE(_to, _from, _count) \ argument
133 for (_i = 0; _i < (_count); _i++) { \
/linux/drivers/staging/fbtft/
H A Dfbtft-sysfs.c28 int _count; in fbtft_gamma_parse_str() local
69 _count = curve_counter * par->gamma.num_values + in fbtft_gamma_parse_str()
71 curves[_count] = val; in fbtft_gamma_parse_str()
/linux/tools/testing/selftests/powerpc/signal/
H A Dsig_sc_double_restart.c54 register size_t _count asm("r5") = count; in raw_read()
66 : "+r"(_fd), "+r"(nr), "+r"(_buf), "+r"(_count) in raw_read()
/linux/tools/testing/selftests/drivers/net/hw/
H A Dtoeplitz.c546 if (rsp->_count.indir > RSS_MAX_INDIR) in read_rss_dev_info_ynl()
548 rsp->_count.indir, RSS_MAX_INDIR); in read_rss_dev_info_ynl()
551 if (rsp->_count.indir) { in read_rss_dev_info_ynl()
553 rsp->_count.indir * sizeof(rss_indir_tbl[0])); in read_rss_dev_info_ynl()
554 rss_indir_tbl_size = rsp->_count.indir; in read_rss_dev_info_ynl()
/linux/drivers/dma/amd/qdma/
H A Dqdma.h120 #define QDMA_REGO(_off, _count) { \ argument
122 .count = (_count), \
/linux/drivers/gpu/drm/msm/adreno/
H A Da6xx_gpu_state.h465 #define DEBUGBUS(_id, _count) { .id = _id, .name = #_id, .count = _count } argument
613 #define A7XX_DEBUGBUS(_id, _count) [_id] = { .id = _id, .name = #_id, .count = _count }, argument
/linux/kernel/
H A Ddelayacct.c25 d->type##_count += tsk->delays->type##_count; \
/linux/kernel/rcu/
H A Dtree_nocb.h1228 int _count; in lazy_rcu_shrink_scan() local
1242 _count = READ_ONCE(rdp->lazy_len); in lazy_rcu_shrink_scan()
1243 if (!_count) { in lazy_rcu_shrink_scan()
1250 sc->nr_to_scan -= _count; in lazy_rcu_shrink_scan()
1251 count += _count; in lazy_rcu_shrink_scan()
/linux/drivers/usb/gadget/function/
H A Df_mass_storage.h23 &prefix ## params.name ## _count, \
/linux/tools/accounting/
H A Ddelaytop.c70 #define TASK_AVG(task, field) average_ms((task).field##_delay_total, (task).field##_count)
77 offsetof(struct task_info, name##_count), \
/linux/drivers/regulator/
H A Ds2mps11.c723 .n_voltages = _vrange##_count, \
823 .n_voltages = _vrange##_count, \
886 static const unsigned int _prefix##_vranges##_idx##_count = \
/linux/rust/kernel/
H A Dopp.rs307 _count: u32, in config_regulators()
/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc.h768 dc->debug.bw_val_profile.skip_ ## status ## _count++; \