| /linux/arch/arm64/kernel/ |
| H A D | io.c | 21 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 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/tools/net/ynl/samples/ |
| H A D | devlink.c | 40 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 D | rt-link.c | 29 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 D | tc-filter-add.c | 82 for (i = 0; i < flower->_count.act; i++) { in flower_print()
|
| /linux/drivers/infiniband/hw/irdma/ |
| H A D | defs.h | 999 #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 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 | 546 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 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 | 25 d->type##_count += tsk->delays->type##_count; \
|
| /linux/kernel/rcu/ |
| H A D | tree_nocb.h | 1228 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 D | f_mass_storage.h | 23 &prefix ## params.name ## _count, \
|
| /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/drivers/regulator/ |
| H A D | s2mps11.c | 723 .n_voltages = _vrange##_count, \ 823 .n_voltages = _vrange##_count, \ 886 static const unsigned int _prefix##_vranges##_idx##_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 | 768 dc->debug.bw_val_profile.skip_ ## status ## _count++; \
|