Searched refs:r_count (Results 1 – 11 of 11) sorted by relevance
/linux/fs/smb/server/ |
H A D | connection.c | 73 atomic_set(&conn->r_count, 0); in ksmbd_conn_alloc() 419 ksmbd_debug(CONN, "Wait for all pending requests(%d)\n", atomic_read(&conn->r_count)); in ksmbd_conn_handler_loop() 420 wait_event(conn->r_count_q, atomic_read(&conn->r_count) == 0); in ksmbd_conn_handler_loop() 440 atomic_inc(&conn->r_count); in ksmbd_conn_r_count_inc() 451 if (!atomic_dec_return(&conn->r_count) && waitqueue_active(&conn->r_count_q)) in ksmbd_conn_r_count_dec()
|
H A D | connection.h | 62 atomic_t r_count; member
|
/linux/drivers/media/usb/pvrusb2/ |
H A D | pvrusb2-io.c | 42 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/drivers/mtd/nand/raw/ |
H A D | omap2.c | 266 uint32_t r_count = 0; in omap_nand_data_in_pref() local 287 r_count = readl(info->reg.gpmc_prefetch_status); in omap_nand_data_in_pref() 288 r_count = PREFETCH_STATUS_FIFO_CNT(r_count); in omap_nand_data_in_pref() 289 r_count = r_count >> 2; in omap_nand_data_in_pref() 290 ioread32_rep(info->fifo, p, r_count); in omap_nand_data_in_pref() 291 p += r_count; in omap_nand_data_in_pref() 292 pref_len -= r_count << 2; in omap_nand_data_in_pref()
|
/linux/drivers/net/ethernet/freescale/ |
H A D | fec_mpc52xx.h | 101 u32 r_count; /* FEC + 0x154 */ member
|
/linux/drivers/tty/serial/ |
H A D | msm_serial.c | 755 int sysrq, r_count, i; in msm_handle_rx_dm() local 764 r_count = min_t(int, count, sizeof(buf)); in msm_handle_rx_dm() 766 for (i = 0; i < r_count; i++) { in msm_handle_rx_dm() 784 count -= r_count; in msm_handle_rx_dm()
|
/linux/fs/jbd2/ |
H A D | revoke.c | 651 header->r_count = cpu_to_be32(offset); in flush_descriptor()
|
H A D | recovery.c | 966 rcount = be32_to_cpu(header->r_count); in scan_revoke_records()
|
/linux/include/linux/ |
H A D | jbd2.h | 213 __be32 r_count; /* Count of bytes used in the block */ member
|
/linux/Documentation/filesystems/ext4/ |
H A D | journal.rst | 551 - r_count 558 After r_count is a linear array of block numbers that are effectively
|
/linux/drivers/media/dvb-frontends/drx39xyj/ |
H A D | drxj.c | 1306 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()
|