n_ops            2198 drivers/block/nbd.c 	.n_ops		= ARRAY_SIZE(nbd_connect_genl_ops),
n_ops            1339 drivers/net/gtp.c 	.n_ops		= ARRAY_SIZE(gtp_genl_ops),
n_ops             632 drivers/net/ieee802154/mac802154_hwsim.c 	.n_ops = ARRAY_SIZE(hwsim_nl_ops),
n_ops            2706 drivers/net/macsec.c 	.n_ops		= ARRAY_SIZE(macsec_genl_ops),
n_ops            2835 drivers/net/team/team.c 	.n_ops		= ARRAY_SIZE(team_nl_ops),
n_ops            3776 drivers/net/wireless/mac80211_hwsim.c 	.n_ops = ARRAY_SIZE(hwsim_ops),
n_ops             468 drivers/target/target_core_user.c 	.n_ops = ARRAY_SIZE(tcmu_genl_ops),
n_ops             354 fs/cachefiles/interface.c 		ASSERTCMP(object->fscache.n_ops, ==, 0);
n_ops              40 fs/cachefiles/namei.c 	       prefix, object->fscache.n_ops, object->fscache.n_in_progress,
n_ops              77 fs/dlm/netlink.c 	.n_ops		= ARRAY_SIZE(dlm_nl_ops),
n_ops             218 fs/fscache/object-list.c 		       obj->n_ops != 0 ||
n_ops             238 fs/fscache/object-list.c 		   obj->n_ops,
n_ops             154 fs/fscache/object.c 	       object->debug_id, parent->debug_id, parent->n_ops);
n_ops             158 fs/fscache/object.c 	parent->n_ops--;
n_ops             159 fs/fscache/object.c 	if (parent->n_ops == 0)
n_ops             320 fs/fscache/object.c 	object->n_ops = object->n_in_progress = object->n_exclusive = 0;
n_ops             437 fs/fscache/object.c 	parent->n_ops++;
n_ops             463 fs/fscache/object.c 	ASSERTCMP(parent->n_ops, >, 0);
n_ops             586 fs/fscache/object.c 		if (object->n_ops > 0) {
n_ops             587 fs/fscache/object.c 			ASSERTCMP(object->n_ops, >=, object->n_obj_ops);
n_ops             654 fs/fscache/object.c 	       object->debug_id, object->n_ops, object->n_children, event);
n_ops             666 fs/fscache/object.c 	    object->n_ops == 0 &&
n_ops             672 fs/fscache/object.c 		if (object->n_ops > 0 && object->n_in_progress == 0)
n_ops             133 fs/fscache/operation.c 	       object->n_ops, object->n_in_progress, object->n_exclusive);
n_ops             169 fs/fscache/operation.c 	ASSERTCMP(object->n_ops, >=, object->n_in_progress);
n_ops             170 fs/fscache/operation.c 	ASSERTCMP(object->n_ops, >=, object->n_exclusive);
n_ops             189 fs/fscache/operation.c 		object->n_ops++;
n_ops             211 fs/fscache/operation.c 		object->n_ops++;
n_ops             256 fs/fscache/operation.c 	ASSERTCMP(object->n_ops, >=, object->n_in_progress);
n_ops             257 fs/fscache/operation.c 	ASSERTCMP(object->n_ops, >=, object->n_exclusive);
n_ops             276 fs/fscache/operation.c 		object->n_ops++;
n_ops             294 fs/fscache/operation.c 		object->n_ops++;
n_ops             351 fs/fscache/operation.c 	ASSERTCMP(object->n_in_progress, <=, object->n_ops);
n_ops             545 fs/fscache/operation.c 		ASSERTCMP(object->n_ops, >, 0);
n_ops             546 fs/fscache/operation.c 		object->n_ops--;
n_ops             547 fs/fscache/operation.c 		if (object->n_ops == 0)
n_ops             595 fs/fscache/operation.c 		ASSERTCMP(object->n_ops, >, 0);
n_ops             596 fs/fscache/operation.c 		object->n_ops--;
n_ops             597 fs/fscache/operation.c 		if (object->n_ops == 0)
n_ops             609 fs/nfs/flexfilelayout/flexfilelayout.c 	if (atomic_inc_return(&timer->n_ops) == 1) {
n_ops             619 fs/nfs/flexfilelayout/flexfilelayout.c 	if (atomic_dec_return(&timer->n_ops) < 0)
n_ops              66 fs/nfs/flexfilelayout/flexfilelayout.h 	atomic_t n_ops;
n_ops             351 include/linux/fscache-cache.h 	int			n_ops;		/* number of extant ops on object */
n_ops             295 include/linux/genl_magic_func.h 	.n_ops = ARRAY_SIZE(ZZZ_genl_ops),
n_ops              72 include/net/genetlink.h 	unsigned int		n_ops;
n_ops             691 kernel/taskstats.c 	.n_ops		= ARRAY_SIZE(taskstats_ops),
n_ops            1478 net/batman-adv/netlink.c 	.n_ops = ARRAY_SIZE(batadv_netlink_ops),
n_ops            6159 net/core/devlink.c 	.n_ops		= ARRAY_SIZE(devlink_nl_ops),
n_ops            1575 net/core/drop_monitor.c 	.n_ops		= ARRAY_SIZE(dropmon_ops),
n_ops             482 net/hsr/hsr_netlink.c 	.n_ops = ARRAY_SIZE(hsr_ops),
n_ops             134 net/ieee802154/netlink.c 	.n_ops		= ARRAY_SIZE(ieee802154_ops),
n_ops            2461 net/ieee802154/nl802154.c 	.n_ops = ARRAY_SIZE(nl802154_ops),
n_ops             944 net/ipv4/fou.c 	.n_ops		= ARRAY_SIZE(fou_nl_ops),
n_ops             965 net/ipv4/tcp_metrics.c 	.n_ops		= ARRAY_SIZE(tcp_metrics_nl_ops),
n_ops              57 net/ipv6/ila/ila_main.c 	.n_ops		= ARRAY_SIZE(ila_nl_ops),
n_ops             431 net/ipv6/seg6.c 	.n_ops		= ARRAY_SIZE(seg6_genl_ops),
n_ops             980 net/l2tp/l2tp_netlink.c 	.n_ops		= ARRAY_SIZE(l2tp_nl_ops),
n_ops             766 net/ncsi/ncsi-netlink.c 	.n_ops = ARRAY_SIZE(ncsi_ops),
n_ops            3961 net/netfilter/ipvs/ip_vs_ctl.c 	.n_ops		= ARRAY_SIZE(ip_vs_genl_ops),
n_ops             346 net/netlabel/netlabel_calipso.c 	.n_ops = ARRAY_SIZE(netlbl_calipso_ops),
n_ops             766 net/netlabel/netlabel_cipso_v4.c 	.n_ops = ARRAY_SIZE(netlbl_cipsov4_ops),
n_ops             827 net/netlabel/netlabel_mgmt.c 	.n_ops = ARRAY_SIZE(netlbl_mgmt_genl_ops),
n_ops            1370 net/netlabel/netlabel_unlabeled.c 	.n_ops = ARRAY_SIZE(netlbl_unlabel_genl_ops),
n_ops             115 net/netlink/genetlink.c 	for (i = 0; i < family->n_ops; i++)
n_ops             290 net/netlink/genetlink.c 	unsigned int n_ops = family->n_ops;
n_ops             293 net/netlink/genetlink.c 	if (WARN_ON(n_ops && !ops))
n_ops             296 net/netlink/genetlink.c 	if (!n_ops)
n_ops             299 net/netlink/genetlink.c 	for (i = 0; i < n_ops; i++) {
n_ops             302 net/netlink/genetlink.c 		for (j = i + 1; j < n_ops; j++)
n_ops             691 net/netlink/genetlink.c 	if (family->n_ops) {
n_ops             699 net/netlink/genetlink.c 		for (i = 0; i < family->n_ops; i++) {
n_ops             981 net/netlink/genetlink.c 	.n_ops = ARRAY_SIZE(genl_ctrl_ops),
n_ops            1348 net/nfc/nci/core.c 					     size_t n_ops,
n_ops            1354 net/nfc/nci/core.c 	if (!ops || !n_ops)
n_ops            1357 net/nfc/nci/core.c 	for (i = 0; i < n_ops; i++) {
n_ops            1368 net/nfc/nci/core.c 			     size_t n_ops)
n_ops            1372 net/nfc/nci/core.c 	op = ops_cmd_lookup(ops, n_ops, rsp_opcode);
n_ops            1381 net/nfc/nci/core.c 			     size_t n_ops)
n_ops            1385 net/nfc/nci/core.c 	op = ops_cmd_lookup(ops, n_ops, ntf_opcode);
n_ops            1772 net/nfc/netlink.c 	.n_ops = ARRAY_SIZE(nfc_genl_ops),
n_ops            2260 net/openvswitch/conntrack.c 	.n_ops = ARRAY_SIZE(ct_limit_genl_ops),
n_ops             650 net/openvswitch/datapath.c 	.n_ops = ARRAY_SIZE(dp_packet_genl_ops),
n_ops            1464 net/openvswitch/datapath.c 	.n_ops = ARRAY_SIZE(dp_flow_genl_ops),
n_ops            1886 net/openvswitch/datapath.c 	.n_ops = ARRAY_SIZE(dp_datapath_genl_ops),
n_ops            2349 net/openvswitch/datapath.c 	.n_ops = ARRAY_SIZE(dp_vport_genl_ops),
n_ops             564 net/openvswitch/meter.c 	.n_ops = ARRAY_SIZE(dp_meter_genl_ops),
n_ops             114 net/psample/psample.c 	.n_ops		= ARRAY_SIZE(psample_nl_ops),
n_ops             649 net/smc/smc_pnet.c 	.n_ops =  ARRAY_SIZE(smc_pnet_ops)
n_ops             269 net/tipc/netlink.c 	.n_ops		= ARRAY_SIZE(tipc_genl_v2_ops),
n_ops            1326 net/tipc/netlink_compat.c 	.n_ops		= ARRAY_SIZE(tipc_genl_compat_ops),
n_ops             564 net/wimax/stack.c 	.n_ops = ARRAY_SIZE(wimax_gnl_ops),
n_ops            14767 net/wireless/nl80211.c 	.n_ops = ARRAY_SIZE(nl80211_ops),