Home
last modified time | relevance | path

Searched refs:n_ops (Results 1 – 22 of 22) sorted by relevance

/linux/fs/smb/client/
A Dnetlink.c53 .n_ops = ARRAY_SIZE(cifs_genl_ops),
/linux/net/smc/
A Dsmc_netlink.c145 .n_ops = ARRAY_SIZE(smc_gen_nl_ops),
A Dsmc_pnet.c722 .n_ops = ARRAY_SIZE(smc_pnet_ops),
/linux/net/nfc/nci/
A Dcore.c1394 size_t n_ops, in ops_cmd_lookup() argument
1400 if (!ops || !n_ops) in ops_cmd_lookup()
1403 for (i = 0; i < n_ops; i++) { in ops_cmd_lookup()
1414 size_t n_ops) in nci_op_rsp_packet() argument
1418 op = ops_cmd_lookup(ops, n_ops, rsp_opcode); in nci_op_rsp_packet()
1427 size_t n_ops) in nci_op_ntf_packet() argument
1431 op = ops_cmd_lookup(ops, n_ops, ntf_opcode); in nci_op_ntf_packet()
/linux/net/ipv6/ila/
A Dila_main.c56 .n_ops = ARRAY_SIZE(ila_nl_ops),
/linux/net/netlink/
A Dgenetlink.c174 for (i = 0; i < family->n_ops; i++) in genl_get_cmd_full()
219 i = iter->entry_idx - family->n_ops - family->n_small_ops; in genl_op_from_split()
345 return iter->family->n_ops + in genl_op_iter_init()
356 if (iter->entry_idx < family->n_ops) { in genl_op_iter_next()
358 } else if (iter->entry_idx < family->n_ops + family->n_small_ops) { in genl_op_iter_next()
359 genl_op_from_small(family, iter->entry_idx - family->n_ops, in genl_op_iter_next()
362 family->n_ops + family->n_small_ops + family->n_split_ops) { in genl_op_iter_next()
576 if (WARN_ON(family->n_ops && !family->ops) || in genl_validate_ops()
/linux/fs/nfs/flexfilelayout/
A Dflexfilelayout.h66 atomic_t n_ops; member
A Dflexfilelayout.c599 if (atomic_inc_return(&timer->n_ops) == 1) { in nfs4_ff_start_busy_timer()
609 if (atomic_dec_return(&timer->n_ops) < 0) in nfs4_ff_end_busy_timer()
/linux/net/tipc/
A Dnetlink.c296 .n_ops = ARRAY_SIZE(tipc_genl_v2_ops),
/linux/include/net/
A Dgenetlink.h85 u8 n_ops; member
/linux/include/linux/
A Dgenl_magic_func.h296 .n_ops = ARRAY_SIZE(ZZZ_genl_ops),
/linux/net/ipv6/
A Dseg6.c500 .n_ops = ARRAY_SIZE(seg6_genl_ops),
A Dioam6.c683 .n_ops = ARRAY_SIZE(ioam6_genl_ops),
/linux/kernel/
A Dtaskstats.c689 .n_ops = ARRAY_SIZE(taskstats_ops),
/linux/drivers/net/wireguard/
A Dnetlink.c626 .n_ops = ARRAY_SIZE(genl_ops),
/linux/fs/smb/server/
A Dtransport_ipc.c214 .n_ops = ARRAY_SIZE(ksmbd_genl_ops),
/linux/net/ethtool/
A Dnetlink.c1258 .n_ops = ARRAY_SIZE(ethtool_genl_ops),
/linux/drivers/vdpa/
A Dvdpa.c1589 .n_ops = ARRAY_SIZE(vdpa_nl_ops),
/linux/net/nfc/
A Dnetlink.c1821 .n_ops = ARRAY_SIZE(nfc_genl_ops),
/linux/net/mptcp/
A Dpm_netlink.c2415 .n_ops = ARRAY_SIZE(mptcp_pm_nl_ops),
/linux/net/ieee802154/
A Dnl802154.c3099 .n_ops = ARRAY_SIZE(nl802154_ops),
/linux/net/wireless/
A Dnl80211.c17682 .n_ops = ARRAY_SIZE(nl80211_ops),

Completed in 93 milliseconds