Searched refs:entry_to_rb (Results 1 – 2 of 2) sorted by relevance
55 fd->entry_to_rb = kcalloc(uctxt->expected_count, in hfi1_user_exp_rcv_init()58 if (!fd->entry_to_rb) in hfi1_user_exp_rcv_init()67 kfree(fd->entry_to_rb); in hfi1_user_exp_rcv_init()68 fd->entry_to_rb = NULL; in hfi1_user_exp_rcv_init()117 kfree(fd->entry_to_rb); in hfi1_user_exp_rcv_free()118 fd->entry_to_rb = NULL; in hfi1_user_exp_rcv_free()770 fd->entry_to_rb[node->rcventry - uctxt->expected_base] = node; in set_rcvarray_entry()807 node = fd->entry_to_rb[rcventry]; in unprogram_rcvarray()878 node = fd->entry_to_rb[rcventry - in unlock_exp_tids()964 fdata->entry_to_rb[tnode->rcventry - base] = NULL; in cacheless_tid_rb_remove()
1396 struct tid_rb_node **entry_to_rb; member