Home
last modified time | relevance | path

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

/openbmc/qemu/tests/fp/
H A Dfp-bench.c147 static void update_random_ops(int n_ops, enum precision prec) in update_random_ops() argument
151 for (i = 0; i < n_ops; i++) { in update_random_ops()
194 static void fill_random(union fp *ops, int n_ops, enum precision prec, in fill_random() argument
199 for (i = 0; i < n_ops; i++) { in fill_random()
232 static void bench(enum precision prec, enum op op, int n_ops, bool no_neg) in bench() argument
241 update_random_ops(n_ops, prec); in bench()
244 fill_random(ops, n_ops, prec, no_neg); in bench()
279 fill_random(ops, n_ops, prec, no_neg); in bench()
314 fill_random(ops, n_ops, prec, no_neg); in bench()
349 fill_random(ops, n_ops, prec, no_neg); in bench()
[all …]
/openbmc/linux/fs/smb/client/
H A Dnetlink.c53 .n_ops = ARRAY_SIZE(cifs_genl_ops),
/openbmc/linux/net/nfc/nci/
H 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()
/openbmc/linux/net/smc/
H A Dsmc_netlink.c145 .n_ops = ARRAY_SIZE(smc_gen_nl_ops),
H A Dsmc_pnet.c722 .n_ops = ARRAY_SIZE(smc_pnet_ops),
/openbmc/linux/net/netlink/
H A Dgenetlink.c172 for (i = 0; i < family->n_ops; i++) in genl_get_cmd_full()
217 i = iter->entry_idx - family->n_ops - family->n_small_ops; in genl_op_from_split()
342 return iter->family->n_ops + in genl_op_iter_init()
353 if (iter->entry_idx < family->n_ops) { in genl_op_iter_next()
355 } else if (iter->entry_idx < family->n_ops + family->n_small_ops) { in genl_op_iter_next()
356 genl_op_from_small(family, iter->entry_idx - family->n_ops, in genl_op_iter_next()
359 family->n_ops + family->n_small_ops + family->n_split_ops) { in genl_op_iter_next()
573 if (WARN_ON(family->n_ops && !family->ops) || in genl_validate_ops()
/openbmc/linux/net/ipv6/ila/
H A Dila_main.c56 .n_ops = ARRAY_SIZE(ila_nl_ops),
/openbmc/linux/fs/nfs/flexfilelayout/
H A Dflexfilelayout.h66 atomic_t n_ops; member
H A Dflexfilelayout.c583 if (atomic_inc_return(&timer->n_ops) == 1) { in nfs4_ff_start_busy_timer()
593 if (atomic_dec_return(&timer->n_ops) < 0) in nfs4_ff_end_busy_timer()
/openbmc/linux/net/tipc/
H A Dnetlink.c296 .n_ops = ARRAY_SIZE(tipc_genl_v2_ops),
/openbmc/linux/include/net/
H A Dgenetlink.h69 u8 n_ops; member
/openbmc/linux/include/linux/
H A Dgenl_magic_func.h296 .n_ops = ARRAY_SIZE(ZZZ_genl_ops),
/openbmc/linux/net/ipv6/
H A Dseg6.c506 .n_ops = ARRAY_SIZE(seg6_genl_ops),
H A Dioam6.c621 .n_ops = ARRAY_SIZE(ioam6_genl_ops),
/openbmc/linux/kernel/
H A Dtaskstats.c690 .n_ops = ARRAY_SIZE(taskstats_ops),
/openbmc/linux/drivers/net/wireguard/
H A Dnetlink.c626 .n_ops = ARRAY_SIZE(genl_ops),
/openbmc/linux/fs/smb/server/
H A Dtransport_ipc.c200 .n_ops = ARRAY_SIZE(ksmbd_genl_ops),
/openbmc/linux/net/ethtool/
H A Dnetlink.c1144 .n_ops = ARRAY_SIZE(ethtool_genl_ops),
/openbmc/linux/drivers/vdpa/
H A Dvdpa.c1298 .n_ops = ARRAY_SIZE(vdpa_nl_ops),
/openbmc/linux/net/nfc/
H A Dnetlink.c1823 .n_ops = ARRAY_SIZE(nfc_genl_ops),
/openbmc/linux/net/ieee802154/
H A Dnl802154.c2892 .n_ops = ARRAY_SIZE(nl802154_ops),
/openbmc/linux/net/wireless/
H A Dnl80211.c17601 .n_ops = ARRAY_SIZE(nl80211_ops),