Home
last modified time | relevance | path

Searched refs:entry_to_rb (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/infiniband/hw/hfi1/
Duser_exp_rcv.c96 fd->entry_to_rb = kcalloc(uctxt->expected_count, in hfi1_user_exp_rcv_init()
99 if (!fd->entry_to_rb) in hfi1_user_exp_rcv_init()
108 kfree(fd->entry_to_rb); in hfi1_user_exp_rcv_init()
109 fd->entry_to_rb = NULL; in hfi1_user_exp_rcv_init()
177 kfree(fd->entry_to_rb); in hfi1_user_exp_rcv_free()
178 fd->entry_to_rb = NULL; in hfi1_user_exp_rcv_free()
829 node = fd->entry_to_rb[rcventry]; in unprogram_rcvarray()
892 node = fd->entry_to_rb[rcventry - in unlock_exp_tids()
959 fdata->entry_to_rb[tnode->rcventry - base] = tnode; in tid_rb_insert()
968 fdata->entry_to_rb[tnode->rcventry - base] = NULL; in cacheless_tid_rb_remove()
Dhfi.h1448 struct tid_rb_node **entry_to_rb; member