Home
last modified time | relevance | path

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

12

/Linux-v5.4/fs/fscache/
Doperation.c133 object->n_ops, object->n_in_progress, object->n_exclusive); in fscache_report_unexpected_submission()
169 ASSERTCMP(object->n_ops, >=, object->n_in_progress); in fscache_submit_exclusive_op()
170 ASSERTCMP(object->n_ops, >=, object->n_exclusive); in fscache_submit_exclusive_op()
189 object->n_ops++; in fscache_submit_exclusive_op()
211 object->n_ops++; in fscache_submit_exclusive_op()
256 ASSERTCMP(object->n_ops, >=, object->n_in_progress); in fscache_submit_op()
257 ASSERTCMP(object->n_ops, >=, object->n_exclusive); in fscache_submit_op()
276 object->n_ops++; in fscache_submit_op()
294 object->n_ops++; in fscache_submit_op()
351 ASSERTCMP(object->n_in_progress, <=, object->n_ops); in fscache_start_operations()
[all …]
Dobject.c154 object->debug_id, parent->debug_id, parent->n_ops); in fscache_done_parent_op()
158 parent->n_ops--; in fscache_done_parent_op()
159 if (parent->n_ops == 0) in fscache_done_parent_op()
320 object->n_ops = object->n_in_progress = object->n_exclusive = 0; in fscache_object_init()
437 parent->n_ops++; in fscache_parent_ready()
463 ASSERTCMP(parent->n_ops, >, 0); in fscache_look_up_object()
586 if (object->n_ops > 0) { in fscache_object_available()
587 ASSERTCMP(object->n_ops, >=, object->n_obj_ops); in fscache_object_available()
654 object->debug_id, object->n_ops, object->n_children, event); in fscache_kill_object()
666 object->n_ops == 0 && in fscache_kill_object()
[all …]
Dobject-list.c218 obj->n_ops != 0 || in fscache_objlist_show()
238 obj->n_ops, in fscache_objlist_show()
/Linux-v5.4/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()
691 if (family->n_ops) { in ctrl_fill_info()
699 for (i = 0; i < family->n_ops; i++) { in ctrl_fill_info()
981 .n_ops = ARRAY_SIZE(genl_ctrl_ops),
/Linux-v5.4/net/ipv6/ila/
Dila_main.c57 .n_ops = ARRAY_SIZE(ila_nl_ops),
/Linux-v5.4/net/nfc/nci/
Dcore.c1348 size_t n_ops, in ops_cmd_lookup() argument
1354 if (!ops || !n_ops) in ops_cmd_lookup()
1357 for (i = 0; i < n_ops; i++) { in ops_cmd_lookup()
1368 size_t n_ops) in nci_op_rsp_packet() argument
1372 op = ops_cmd_lookup(ops, n_ops, rsp_opcode); in nci_op_rsp_packet()
1381 size_t n_ops) in nci_op_ntf_packet() argument
1385 op = ops_cmd_lookup(ops, n_ops, ntf_opcode); in nci_op_ntf_packet()
/Linux-v5.4/fs/dlm/
Dnetlink.c77 .n_ops = ARRAY_SIZE(dlm_nl_ops),
/Linux-v5.4/net/ieee802154/
Dnetlink.c134 .n_ops = ARRAY_SIZE(ieee802154_ops),
/Linux-v5.4/fs/nfs/flexfilelayout/
Dflexfilelayout.h66 atomic_t n_ops; member
/Linux-v5.4/net/tipc/
Dnetlink.c268 .n_ops = ARRAY_SIZE(tipc_genl_v2_ops),
/Linux-v5.4/include/net/
Dgenetlink.h72 unsigned int n_ops; member
/Linux-v5.4/net/psample/
Dpsample.c114 .n_ops = ARRAY_SIZE(psample_nl_ops),
/Linux-v5.4/include/linux/
Dfscache-cache.h351 int n_ops; /* number of extant ops on object */ member
Dgenl_magic_func.h295 .n_ops = ARRAY_SIZE(ZZZ_genl_ops),
/Linux-v5.4/net/wimax/
Dstack.c564 .n_ops = ARRAY_SIZE(wimax_gnl_ops),
/Linux-v5.4/net/ipv6/
Dseg6.c431 .n_ops = ARRAY_SIZE(seg6_genl_ops),
/Linux-v5.4/net/netlabel/
Dnetlabel_calipso.c346 .n_ops = ARRAY_SIZE(netlbl_calipso_ops),
Dnetlabel_cipso_v4.c766 .n_ops = ARRAY_SIZE(netlbl_cipsov4_ops),
Dnetlabel_mgmt.c827 .n_ops = ARRAY_SIZE(netlbl_mgmt_genl_ops),
/Linux-v5.4/net/hsr/
Dhsr_netlink.c462 .n_ops = ARRAY_SIZE(hsr_ops),
/Linux-v5.4/net/openvswitch/
Ddatapath.c650 .n_ops = ARRAY_SIZE(dp_packet_genl_ops),
1453 .n_ops = ARRAY_SIZE(dp_flow_genl_ops),
1875 .n_ops = ARRAY_SIZE(dp_datapath_genl_ops),
2338 .n_ops = ARRAY_SIZE(dp_vport_genl_ops),
Dmeter.c564 .n_ops = ARRAY_SIZE(dp_meter_genl_ops),
/Linux-v5.4/fs/cachefiles/
Dinterface.c354 ASSERTCMP(object->fscache.n_ops, ==, 0); in cachefiles_put_object()
/Linux-v5.4/kernel/
Dtaskstats.c683 .n_ops = ARRAY_SIZE(taskstats_ops),
/Linux-v5.4/net/ncsi/
Dncsi-netlink.c766 .n_ops = ARRAY_SIZE(ncsi_ops),

12