Home
last modified time | relevance | path

Searched refs:sc_alloc (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/drivers/staging/rdma/hfi1/
Dpio.h175 struct send_context *sc_alloc(struct hfi1_devdata *dd, int type,
Dpio.c667 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()
Dinit.c163 rcd->sc = sc_alloc(dd, SC_ACK, rcd->rcvhdrqentsize, dd->node); in hfi1_create_ctxts()
Dfile_ops.c1015 uctxt->sc = sc_alloc(dd, SC_USER, uctxt->rcvhdrqentsize, in allocate_ctxt()
/linux-4.4.14/fs/ocfs2/cluster/
Dtcp.c425 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()