Home
last modified time | relevance | path

Searched refs:r_count (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/media/usb/pvrusb2/
H A Dpvrusb2-io.c42 unsigned int r_count; member
133 cnt = &sp->r_count; in pvr2_buffer_remove()
178 fl = (sp->r_count == 0); in pvr2_buffer_set_ready()
182 (sp->r_count)++; in pvr2_buffer_set_ready()
187 sp->r_bcount, sp->r_count); in pvr2_buffer_set_ready()
515 stats->buffers_in_ready = sp->r_count; in pvr2_stream_get_stats()
570 return sp->r_count; in pvr2_stream_get_ready_count()
/linux/fs/smb/server/
H A Dconnection.c130 atomic_set(&conn->r_count, 0); in ksmbd_conn_alloc()
475 ksmbd_debug(CONN, "Wait for all pending requests(%d)\n", atomic_read(&conn->r_count)); in ksmbd_conn_handler_loop()
476 wait_event(conn->r_count_q, atomic_read(&conn->r_count) == 0); in ksmbd_conn_handler_loop()
496 atomic_inc(&conn->r_count); in ksmbd_conn_r_count_inc()
507 if (!atomic_dec_return(&conn->r_count) && waitqueue_active(&conn->r_count_q)) in ksmbd_conn_r_count_dec()
/linux/drivers/gpu/drm/bridge/
H A Dsil-sii8620.c95 int r_count; member
645 if (ctx->burst.r_count + len > ctx->burst.r_size) in sii8620_burst_send()
650 ctx->burst.r_count += len; in sii8620_burst_send()
660 if (ctx->burst.r_count + 2 > ctx->burst.r_size) in sii8620_burst_send()
664 ctx->burst.r_count += 2; in sii8620_burst_send()
681 ctx->burst.r_count -= buf[1]; in sii8620_burst_receive()
682 if (ctx->burst.r_count < 0) in sii8620_burst_receive()
683 ctx->burst.r_count = 0; in sii8620_burst_receive()
/linux/drivers/media/dvb-frontends/drx39xyj/
H A Ddrx_driver.h115 u16 r_count, u8 *r_data);
207 r_dev_addr, u16 r_count,
241 u16 r_count, u8 *r_data);
1350 u16 r_count; /*< Size of data to read in bytes */ member
H A Ddrxj.c1306 u16 r_count, u8 *r_data) in drxbsp_i2c_write_read() argument
1318 msg[0].len = r_count; in drxbsp_i2c_write_read()
1338 msg[1].len = r_count; in drxbsp_i2c_write_read()
1367 msg[1].len = r_count; in drxbsp_i2c_write_read()
1371 w_dev_addr->i2c_addr, state->i2c, w_count, r_count); in drxbsp_i2c_write_read()
/linux/drivers/net/ethernet/freescale/
H A Dfec_mpc52xx.h101 u32 r_count; /* FEC + 0x154 */ member
/linux/fs/jbd2/
H A Drevoke.c651 header->r_count = cpu_to_be32(offset); in flush_descriptor()
/linux/Documentation/filesystems/ext4/
H A Djournal.rst551 - r_count
558 After r_count is a linear array of block numbers that are effectively
/linux/fs/ocfs2/
H A Drefcounttree.c2225 unsigned int r_count = 0, r_len; in __ocfs2_decrease_refcount() local
2242 r_count = le32_to_cpu(rec.r_refcount); in __ocfs2_decrease_refcount()
2243 BUG_ON(r_count == 0); in __ocfs2_decrease_refcount()
2245 BUG_ON(r_count > 1); in __ocfs2_decrease_refcount()