Searched refs:_count (Results 1 – 7 of 7) sorted by relevance
67 - bg\_free\_blocks\_count\_lo71 - bg\_free\_inodes\_count\_lo75 - bg\_used\_dirs\_count\_lo124 - bg\_free\_blocks\_count\_hi128 - bg\_free\_inodes\_count\_hi132 - bg\_used\_dirs\_count\_hi
31 - s\_inodes\_count35 - s\_blocks\_count\_lo39 - s\_r\_blocks\_count\_lo43 - s\_free\_blocks\_count\_lo47 - s\_free\_inodes\_count86 - s\_mnt\_count90 - s\_max\_mnt\_count276 - s\_blocks\_count\_hi280 - s\_r\_blocks\_count\_hi284 - s\_free\_blocks\_count\_hi[all …]
529 - r\_count536 After r\_count is a linear array of block numbers that are effectively
81 - i\_links\_count
1567 #define I40IW_RING_MOVE_HEAD_BY_COUNT(_ring, _count, _retcode) \ argument1571 if ((I40IW_RING_WORK_AVAILABLE(_ring) + (_count)) < size) { \1572 (_ring).head = ((_ring).head + (_count)) % size; \1585 #define I40IW_RING_MOVE_TAIL_BY_COUNT(_ring, _count) \ argument1586 (_ring).tail = ((_ring).tail + (_count)) % (_ring).size
23 &prefix ## params.name ## _count, \
218 int i2400m_zrealloc_2x(void **ptr, size_t *_count, size_t el_size, in i2400m_zrealloc_2x() argument221 size_t old_count = *_count, in i2400m_zrealloc_2x()233 *_count = new_count; in i2400m_zrealloc_2x()