Home
last modified time | relevance | path

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

12

/Linux-v4.19/fs/fscache/
Doperation.c137 object->n_ops, object->n_in_progress, object->n_exclusive); in fscache_report_unexpected_submission()
173 ASSERTCMP(object->n_ops, >=, object->n_in_progress); in fscache_submit_exclusive_op()
174 ASSERTCMP(object->n_ops, >=, object->n_exclusive); in fscache_submit_exclusive_op()
193 object->n_ops++; in fscache_submit_exclusive_op()
215 object->n_ops++; in fscache_submit_exclusive_op()
260 ASSERTCMP(object->n_ops, >=, object->n_in_progress); in fscache_submit_op()
261 ASSERTCMP(object->n_ops, >=, object->n_exclusive); in fscache_submit_op()
280 object->n_ops++; in fscache_submit_op()
298 object->n_ops++; in fscache_submit_op()
355 ASSERTCMP(object->n_in_progress, <=, object->n_ops); in fscache_start_operations()
[all …]
Dobject.c158 object->debug_id, parent->debug_id, parent->n_ops); in fscache_done_parent_op()
162 parent->n_ops--; in fscache_done_parent_op()
163 if (parent->n_ops == 0) in fscache_done_parent_op()
324 object->n_ops = object->n_in_progress = object->n_exclusive = 0; in fscache_object_init()
441 parent->n_ops++; in fscache_parent_ready()
467 ASSERTCMP(parent->n_ops, >, 0); in fscache_look_up_object()
590 if (object->n_ops > 0) { in fscache_object_available()
591 ASSERTCMP(object->n_ops, >=, object->n_obj_ops); in fscache_object_available()
658 object->debug_id, object->n_ops, object->n_children, event); in fscache_kill_object()
670 object->n_ops == 0 && in fscache_kill_object()
[all …]
Dobject-list.c222 obj->n_ops != 0 || in fscache_objlist_show()
242 obj->n_ops, in fscache_objlist_show()
/Linux-v4.19/net/netlink/
Dgenetlink.c115 for (i = 0; i < family->n_ops; i++) in genl_get_cmd()
290 unsigned int n_ops = family->n_ops; in genl_validate_ops() local
293 if (WARN_ON(n_ops && !ops)) in genl_validate_ops()
296 if (!n_ops) in genl_validate_ops()
299 for (i = 0; i < n_ops; i++) { in genl_validate_ops()
302 for (j = i + 1; j < n_ops; j++) in genl_validate_ops()
663 if (family->n_ops) { in ctrl_fill_info()
671 for (i = 0; i < family->n_ops; i++) { in ctrl_fill_info()
953 .n_ops = ARRAY_SIZE(genl_ctrl_ops),
/Linux-v4.19/net/ipv6/ila/
Dila_main.c56 .n_ops = ARRAY_SIZE(ila_nl_ops),
/Linux-v4.19/net/nfc/nci/
Dcore.c1360 size_t n_ops, in ops_cmd_lookup() argument
1366 if (!ops || !n_ops) in ops_cmd_lookup()
1369 for (i = 0; i < n_ops; i++) { in ops_cmd_lookup()
1380 size_t n_ops) in nci_op_rsp_packet() argument
1384 op = ops_cmd_lookup(ops, n_ops, rsp_opcode); in nci_op_rsp_packet()
1393 size_t n_ops) in nci_op_ntf_packet() argument
1397 op = ops_cmd_lookup(ops, n_ops, ntf_opcode); in nci_op_ntf_packet()
/Linux-v4.19/fs/dlm/
Dnetlink.c79 .n_ops = ARRAY_SIZE(dlm_nl_ops),
/Linux-v4.19/net/ieee802154/
Dnetlink.c141 .n_ops = ARRAY_SIZE(ieee802154_ops),
/Linux-v4.19/fs/nfs/flexfilelayout/
Dflexfilelayout.h66 atomic_t n_ops; member
/Linux-v4.19/include/net/
Dgenetlink.h70 unsigned int n_ops; member
/Linux-v4.19/net/tipc/
Dnetlink.c265 .n_ops = ARRAY_SIZE(tipc_genl_v2_ops),
/Linux-v4.19/net/psample/
Dpsample.c116 .n_ops = ARRAY_SIZE(psample_nl_ops),
/Linux-v4.19/include/linux/
Dfscache-cache.h356 int n_ops; /* number of extant ops on object */ member
Dgenl_magic_func.h295 .n_ops = ARRAY_SIZE(ZZZ_genl_ops),
/Linux-v4.19/net/core/
Ddrop_monitor.c376 .n_ops = ARRAY_SIZE(dropmon_ops),
/Linux-v4.19/net/wimax/
Dstack.c587 .n_ops = ARRAY_SIZE(wimax_gnl_ops),
/Linux-v4.19/net/netlabel/
Dnetlabel_calipso.c359 .n_ops = ARRAY_SIZE(netlbl_calipso_ops),
/Linux-v4.19/net/ipv6/
Dseg6.c437 .n_ops = ARRAY_SIZE(seg6_genl_ops),
/Linux-v4.19/net/hsr/
Dhsr_netlink.c472 .n_ops = ARRAY_SIZE(hsr_ops),
/Linux-v4.19/net/ncsi/
Dncsi-netlink.c397 .n_ops = ARRAY_SIZE(ncsi_ops),
/Linux-v4.19/net/batman-adv/
Dnetlink.c640 .n_ops = ARRAY_SIZE(batadv_netlink_ops),
/Linux-v4.19/net/openvswitch/
Ddatapath.c643 .n_ops = ARRAY_SIZE(dp_packet_genl_ops),
1444 .n_ops = ARRAY_SIZE(dp_flow_genl_ops),
1837 .n_ops = ARRAY_SIZE(dp_datapath_genl_ops),
2280 .n_ops = ARRAY_SIZE(dp_vport_genl_ops),
Dmeter.c567 .n_ops = ARRAY_SIZE(dp_meter_genl_ops),
/Linux-v4.19/fs/cachefiles/
Dinterface.c358 ASSERTCMP(object->fscache.n_ops, ==, 0); in cachefiles_put_object()
/Linux-v4.19/net/smc/
Dsmc_pnet.c472 .n_ops = ARRAY_SIZE(smc_pnet_ops)

12