Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/hid/intel-ish-hid/ishtp/
Dclient.c822 struct ishtp_cl_rb *new_rb; in recv_ishtp_cl_msg() local
896 new_rb = list_entry(cl->free_rb_list.list.next, in recv_ishtp_cl_msg()
898 list_del_init(&new_rb->list); in recv_ishtp_cl_msg()
900 new_rb->cl = cl; in recv_ishtp_cl_msg()
901 new_rb->buf_idx = 0; in recv_ishtp_cl_msg()
902 INIT_LIST_HEAD(&new_rb->list); in recv_ishtp_cl_msg()
903 list_add_tail(&new_rb->list, in recv_ishtp_cl_msg()
955 struct ishtp_cl_rb *new_rb; in recv_ishtp_cl_msg_dma() local
1016 new_rb = list_entry(cl->free_rb_list.list.next, in recv_ishtp_cl_msg_dma()
1018 list_del_init(&new_rb->list); in recv_ishtp_cl_msg_dma()
[all …]
/Linux-v5.4/fs/ocfs2/
Drefcounttree.c1286 struct ocfs2_refcount_block *new_rb; in ocfs2_expand_inline_ref_root() local
1327 new_rb = (struct ocfs2_refcount_block *)new_bh->b_data; in ocfs2_expand_inline_ref_root()
1328 new_rb->rf_suballoc_slot = cpu_to_le16(meta_ac->ac_alloc_slot); in ocfs2_expand_inline_ref_root()
1329 new_rb->rf_suballoc_loc = cpu_to_le64(suballoc_loc); in ocfs2_expand_inline_ref_root()
1330 new_rb->rf_suballoc_bit = cpu_to_le16(suballoc_bit_start); in ocfs2_expand_inline_ref_root()
1331 new_rb->rf_blkno = cpu_to_le64(blkno); in ocfs2_expand_inline_ref_root()
1332 new_rb->rf_cpos = cpu_to_le32(0); in ocfs2_expand_inline_ref_root()
1333 new_rb->rf_parent = cpu_to_le64(ref_root_bh->b_blocknr); in ocfs2_expand_inline_ref_root()
1334 new_rb->rf_flags = cpu_to_le32(OCFS2_REFCOUNT_LEAF_FL); in ocfs2_expand_inline_ref_root()
1350 le16_to_cpu(new_rb->rf_records.rl_used)); in ocfs2_expand_inline_ref_root()
[all …]
/Linux-v5.4/drivers/net/ethernet/cavium/thunder/
Dnicvf_queues.c388 int new_rb = 0; in nicvf_refill_rbdr() local
423 new_rb++; in nicvf_refill_rbdr()
439 rbdr_idx, new_rb); in nicvf_refill_rbdr()