Searched refs:_count (Results 1 – 13 of 13) sorted by relevance
/Linux-v5.10/fs/afs/ |
D | callback.c | 143 size_t *_count) in afs_break_some_callbacks() argument 156 for (i = *_count; i > 0; cbb++, i--) { in afs_break_some_callbacks() 162 --*_count; in afs_break_some_callbacks()
|
/Linux-v5.10/Documentation/filesystems/ext4/ |
D | group_descr.rst | 67 - bg\_free\_blocks\_count\_lo 71 - bg\_free\_inodes\_count\_lo 75 - bg\_used\_dirs\_count\_lo 127 - bg\_free\_blocks\_count\_hi 131 - bg\_free\_inodes\_count\_hi 135 - bg\_used\_dirs\_count\_hi
|
D | super.rst | 31 - s\_inodes\_count 35 - s\_blocks\_count\_lo 39 - s\_r\_blocks\_count\_lo 43 - s\_free\_blocks\_count\_lo 47 - s\_free\_inodes\_count 86 - s\_mnt\_count 90 - s\_max\_mnt\_count 276 - s\_blocks\_count\_hi 280 - s\_r\_blocks\_count\_hi 284 - s\_free\_blocks\_count\_hi [all …]
|
D | journal.rst | 546 - r\_count 553 After r\_count is a linear array of block numbers that are effectively
|
D | inodes.rst | 82 - i\_links\_count
|
/Linux-v5.10/tools/testing/selftests/powerpc/signal/ |
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-v5.10/drivers/staging/fbtft/ |
D | fbtft-sysfs.c | 28 int _count; in fbtft_gamma_parse_str() local 73 _count = curve_counter * par->gamma.num_values + in fbtft_gamma_parse_str() 75 curves[_count] = val; in fbtft_gamma_parse_str()
|
/Linux-v5.10/drivers/gpu/drm/msm/adreno/ |
D | a6xx_gpu_state.h | 390 #define DEBUGBUS(_id, _count) { .id = _id, .name = #_id, .count = _count } argument
|
/Linux-v5.10/drivers/infiniband/hw/i40iw/ |
D | i40iw_d.h | 1586 #define I40IW_RING_MOVE_HEAD_BY_COUNT(_ring, _count, _retcode) \ argument 1590 if ((I40IW_RING_WORK_AVAILABLE(_ring) + (_count)) < size) { \ 1591 (_ring).head = ((_ring).head + (_count)) % size; \ 1604 #define I40IW_RING_MOVE_TAIL_BY_COUNT(_ring, _count) \ argument 1605 (_ring).tail = ((_ring).tail + (_count)) % (_ring).size
|
/Linux-v5.10/drivers/clk/at91/ |
D | sama7g5.c | 19 #define SAMA7G5_INIT_TABLE(_table, _count) \ argument 22 for (_i = 0; _i < (_count); _i++) \ 26 #define SAMA7G5_FILL_TABLE(_to, _from, _count) \ argument 29 for (_i = 0; _i < (_count); _i++) { \
|
/Linux-v5.10/drivers/usb/gadget/function/ |
D | f_mass_storage.h | 23 &prefix ## params.name ## _count, \
|
/Linux-v5.10/drivers/net/wimax/i2400m/ |
D | fw.c | 218 int i2400m_zrealloc_2x(void **ptr, size_t *_count, size_t el_size, in i2400m_zrealloc_2x() argument 221 size_t old_count = *_count, in i2400m_zrealloc_2x() 233 *_count = new_count; in i2400m_zrealloc_2x()
|
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/ |
D | dc.h | 393 dc->debug.bw_val_profile.skip_ ## status ## _count++; \
|