Searched refs:sc_alloc (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/drivers/staging/rdma/hfi1/ |
D | pio.h | 175 struct send_context *sc_alloc(struct hfi1_devdata *dd, int type,
|
D | pio.c | 667 struct send_context *sc_alloc(struct hfi1_devdata *dd, int type, in sc_alloc() function 1659 dd->vld[15].sc = sc_alloc(dd, SC_KERNEL, in init_pervl_scs() 1673 dd->vld[i].sc = sc_alloc(dd, SC_KERNEL, in init_pervl_scs()
|
D | init.c | 163 rcd->sc = sc_alloc(dd, SC_ACK, rcd->rcvhdrqentsize, dd->node); in hfi1_create_ctxts()
|
D | file_ops.c | 1015 uctxt->sc = sc_alloc(dd, SC_USER, uctxt->rcvhdrqentsize, in allocate_ctxt()
|
/linux-4.4.14/fs/ocfs2/cluster/ |
D | tcp.c | 425 static struct o2net_sock_container *sc_alloc(struct o2nm_node *node) in sc_alloc() function 1649 sc = sc_alloc(node); in o2net_start_connect() 1945 sc = sc_alloc(node); in o2net_accept_one()
|