Searched refs:_count (Results 1 - 11 of 11) sorted by relevance

/linux-master/fs/afs/
H A Dcallback.c215 size_t *_count)
226 *_count -= 1;
227 if (*_count)
228 memmove(cbb, cbb + 1, sizeof(*cbb) * *_count);
234 for (i = *_count; i > 0; cbb++, i--) {
240 --*_count;
213 afs_break_some_callbacks(struct afs_server *server, struct afs_callback_break *cbb, size_t *_count) argument
/linux-master/tools/testing/selftests/powerpc/signal/
H A Dsig_sc_double_restart.c54 register size_t _count asm("r5") = count;
66 : "+r"(_fd), "+r"(nr), "+r"(_buf), "+r"(_count)
/linux-master/drivers/staging/fbtft/
H A Dfbtft-sysfs.c28 int _count; local
73 _count = curve_counter * par->gamma.num_values +
75 curves[_count] = val;
/linux-master/drivers/infiniband/hw/irdma/
H A Ddefs.h973 #define IRDMA_RING_MOVE_HEAD_BY_COUNT(_ring, _count, _retcode) \
977 if ((IRDMA_RING_USED_QUANTA(_ring) + (_count)) < size) { \
978 (_ring).head = ((_ring).head + (_count)) % size; \
995 #define IRDMA_SQ_RING_MOVE_HEAD_BY_COUNT(_ring, _count, _retcode) \
999 if ((IRDMA_RING_USED_QUANTA(_ring) + (_count)) < (size - 256)) { \
1000 (_ring).head = ((_ring).head + (_count)) % size; \
1006 #define IRDMA_RING_MOVE_HEAD_BY_COUNT_NOCHECK(_ring, _count) \
1007 (_ring).head = ((_ring).head + (_count)) % (_ring).size
1015 #define IRDMA_RING_MOVE_TAIL_BY_COUNT(_ring, _count) \
1016 (_ring).tail = ((_ring).tail + (_count))
[all...]
/linux-master/drivers/usb/gadget/function/
H A Df_mass_storage.h23 &prefix ## params.name ## _count, \
/linux-master/drivers/gpu/drm/msm/adreno/
H A Da6xx_gpu_state.h448 #define DEBUGBUS(_id, _count) { .id = _id, .name = #_id, .count = _count }
596 #define A7XX_DEBUGBUS(_id, _count) [_id] = { .id = _id, .name = #_id, .count = _count },
/linux-master/kernel/rcu/
H A Dtree_nocb.h1376 int _count; local
1390 _count = READ_ONCE(rdp->lazy_len);
1391 if (!_count) {
1398 sc->nr_to_scan -= _count;
1399 count += _count;
/linux-master/drivers/clk/at91/
H A Dsama7g5.c19 #define SAMA7G5_INIT_TABLE(_table, _count) \
22 for (_i = 0; _i < (_count); _i++) \
26 #define SAMA7G5_FILL_TABLE(_to, _from, _count) \
29 for (_i = 0; _i < (_count); _i++) { \
/linux-master/fs/netfs/
H A Dbuffered_write.c772 long *_count,
852 *_count -= folio_nr_pages(folio);
854 if (*_len >= max_len || *_count <= 0)
769 netfs_extend_writeback(struct address_space *mapping, struct netfs_group *group, struct xa_state *xas, long *_count, loff_t start, loff_t max_len, bool caching, size_t *_len, size_t *_top) argument
/linux-master/drivers/gpu/drm/amd/display/dc/
H A Ddc.h614 dc->debug.bw_val_profile.skip_ ## status ## _count++; \
/linux-master/fs/smb/client/
H A Dfile.c2722 long *_count,
2791 *_count -= nr_pages;
2793 if (max_pages <= 0 || *_len >= max_len || *_count <= 0)
2720 cifs_extend_writeback(struct address_space *mapping, struct xa_state *xas, long *_count, loff_t start, int max_pages, loff_t max_len, size_t *_len) argument

Completed in 259 milliseconds