Searched refs:_count (Results 1 – 13 of 13) sorted by relevance
| /linux/fs/afs/ |
| H A D | callback.c | 215 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 D | pmc.h | 123 #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 D | fbtft-sysfs.c | 28 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 D | sig_sc_double_restart.c | 54 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 D | toeplitz.c | 528 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 D | qdma.h | 120 #define QDMA_REGO(_off, _count) { \ argument 122 .count = (_count), \
|
| /linux/drivers/gpu/drm/msm/adreno/ |
| H A D | a6xx_gpu_state.h | 465 #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 D | delayacct.c | 23 d->type##_count += tsk->delays->type##_count; \
|
| /linux/drivers/usb/gadget/function/ |
| H A D | f_mass_storage.h | 23 &prefix ## params.name ## _count, \
|
| /linux/kernel/rcu/ |
| H A D | tree_nocb.h | 1254 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 D | delaytop.c | 70 #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 D | opp.rs | 307 _count: u32, in config_regulators()
|
| /linux/drivers/gpu/drm/amd/display/dc/ |
| H A D | dc.h | 763 dc->debug.bw_val_profile.skip_ ## status ## _count++; \
|