Home
last modified time | relevance | path

Searched refs:new_rb (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/drivers/hid/intel-ish-hid/ishtp/
H A Dclient.c986 struct ishtp_cl_rb *new_rb; in recv_ishtp_cl_msg() local
1059 list_del_init(&new_rb->list); in recv_ishtp_cl_msg()
1061 new_rb->cl = cl; in recv_ishtp_cl_msg()
1062 new_rb->buf_idx = 0; in recv_ishtp_cl_msg()
1064 list_add_tail(&new_rb->list, in recv_ishtp_cl_msg()
1116 struct ishtp_cl_rb *new_rb; in recv_ishtp_cl_msg_dma() local
1188 list_del_init(&new_rb->list); in recv_ishtp_cl_msg_dma()
1190 new_rb->cl = cl; in recv_ishtp_cl_msg_dma()
1191 new_rb->buf_idx = 0; in recv_ishtp_cl_msg_dma()
1192 INIT_LIST_HEAD(&new_rb->list); in recv_ishtp_cl_msg_dma()
[all …]
/linux-6.15/fs/ocfs2/
H A Drefcounttree.c1287 struct ocfs2_refcount_block *new_rb; in ocfs2_expand_inline_ref_root() local
1332 new_rb->rf_blkno = cpu_to_le64(blkno); in ocfs2_expand_inline_ref_root()
1333 new_rb->rf_cpos = cpu_to_le32(0); in ocfs2_expand_inline_ref_root()
1351 le16_to_cpu(new_rb->rf_records.rl_used)); in ocfs2_expand_inline_ref_root()
1449 struct ocfs2_refcount_block *new_rb = in ocfs2_divide_leaf_refcount_block() local
1479 new_rb->rf_cpos = cpu_to_le32(cpos); in ocfs2_divide_leaf_refcount_block()
1520 struct ocfs2_refcount_block *new_rb; in ocfs2_new_leaf_refcount_block() local
1564 memset(new_rb, 0, sb->s_blocksize); in ocfs2_new_leaf_refcount_block()
1570 new_rb->rf_blkno = cpu_to_le64(blkno); in ocfs2_new_leaf_refcount_block()
1573 new_rb->rf_records.rl_count = in ocfs2_new_leaf_refcount_block()
[all …]
/linux-6.15/drivers/net/ethernet/cavium/thunder/
H A Dnicvf_queues.c389 int new_rb = 0; in nicvf_refill_rbdr() local
424 new_rb++; in nicvf_refill_rbdr()
440 rbdr_idx, new_rb); in nicvf_refill_rbdr()