Searched refs:ret_bytes (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-6.6/net/core/ |
H A D | gen_stats.c | 174 static void gnet_stats_read_basic(u64 *ret_bytes, u64 *ret_packets, in gnet_stats_read_basic() argument 198 *ret_bytes = t_bytes; in gnet_stats_read_basic() 205 *ret_bytes = u64_stats_read(&b->bytes); in gnet_stats_read_basic()
|
/kernel/linux/linux-5.10/fs/ocfs2/cluster/ |
H A D | heartbeat.c | 1537 unsigned long *ret_bytes, in o2hb_read_block_input() 1553 if (ret_bytes) in o2hb_read_block_input() 1554 *ret_bytes = bytes; in o2hb_read_block_input() 1535 o2hb_read_block_input(struct o2hb_region *reg, const char *page, unsigned long *ret_bytes, unsigned int *ret_bits) o2hb_read_block_input() argument
|
/kernel/linux/linux-6.6/fs/ocfs2/cluster/ |
H A D | heartbeat.c | 1526 unsigned long *ret_bytes, in o2hb_read_block_input() 1542 if (ret_bytes) in o2hb_read_block_input() 1543 *ret_bytes = bytes; in o2hb_read_block_input() 1524 o2hb_read_block_input(struct o2hb_region *reg, const char *page, unsigned long *ret_bytes, unsigned int *ret_bits) o2hb_read_block_input() argument
|
/kernel/linux/linux-5.10/sound/pci/hda/ |
H A D | patch_ca0132.c | 2232 unsigned int ret_bytes, send_size, ret_size; in dspio_scp() local 2259 ret_bytes = 0; in dspio_scp() 2263 sizeof(scp_reply), &ret_bytes); in dspio_scp() 2281 ret_size = (ret_bytes - sizeof(scp_reply.hdr)) in dspio_scp()
|
/kernel/linux/linux-6.6/sound/pci/hda/ |
H A D | patch_ca0132.c | 2363 unsigned int ret_bytes, send_size, ret_size; in dspio_scp() local 2390 ret_bytes = 0; in dspio_scp() 2394 sizeof(scp_reply), &ret_bytes); in dspio_scp() 2412 ret_size = (ret_bytes - sizeof(scp_reply.hdr)) in dspio_scp()
|
Completed in 31 milliseconds