Home
last modified time | relevance | path

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

/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/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.c528 if (rsp->_count.indir > RSS_MAX_INDIR) in read_rss_dev_info_ynl()
530 rsp->_count.indir, RSS_MAX_INDIR); in read_rss_dev_info_ynl()
533 if (rsp->_count.indir) { in read_rss_dev_info_ynl()
535 rsp->_count.indir * sizeof(rss_indir_tbl[0])); in read_rss_dev_info_ynl()
536 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.c23 d->type##_count += tsk->delays->type##_count; \
/linux/drivers/usb/gadget/function/
H A Df_mass_storage.h23 &prefix ## params.name ## _count, \
/linux/kernel/rcu/
H A Dtree_nocb.h1254 int _count; in lazy_rcu_shrink_scan() local
1268 _count = READ_ONCE(rdp->lazy_len); in lazy_rcu_shrink_scan()
1269 if (!_count) { in lazy_rcu_shrink_scan()
1276 sc->nr_to_scan -= _count; in lazy_rcu_shrink_scan()
1277 count += _count; in lazy_rcu_shrink_scan()
/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/rust/kernel/
H A Dopp.rs307 _count: u32, in config_regulators()
/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc.h763 dc->debug.bw_val_profile.skip_ ## status ## _count++; \