Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/infiniband/core/
Dnetlink.c46 const struct rdma_nl_cbs *cb_table; member
84 const struct rdma_nl_cbs *cb_table; in get_cb_table() local
93 cb_table = READ_ONCE(rdma_nl_types[type].cb_table); in get_cb_table()
94 if (!cb_table) { in get_cb_table()
104 cb_table = READ_ONCE(rdma_nl_types[type].cb_table); in get_cb_table()
106 if (!cb_table || (!cb_table[op].dump && !cb_table[op].doit)) in get_cb_table()
108 return cb_table; in get_cb_table()
112 const struct rdma_nl_cbs cb_table[]) in rdma_nl_register() argument
115 WARN_ON(READ_ONCE(rdma_nl_types[index].cb_table))) in rdma_nl_register()
119 smp_store_release(&rdma_nl_types[index].cb_table, cb_table); in rdma_nl_register()
[all …]
/linux-5.19.10/include/rdma/
Drdma_netlink.h45 const struct rdma_nl_cbs cb_table[]);