Home
last modified time | relevance | path

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

/linux-4.4.14/fs/fscache/
Doperation.c128 object->n_ops, object->n_in_progress, object->n_exclusive); in fscache_report_unexpected_submission()
162 ASSERTCMP(object->n_ops, >=, object->n_in_progress); in fscache_submit_exclusive_op()
163 ASSERTCMP(object->n_ops, >=, object->n_exclusive); in fscache_submit_exclusive_op()
182 object->n_ops++; in fscache_submit_exclusive_op()
204 object->n_ops++; in fscache_submit_exclusive_op()
247 ASSERTCMP(object->n_ops, >=, object->n_in_progress); in fscache_submit_op()
248 ASSERTCMP(object->n_ops, >=, object->n_exclusive); in fscache_submit_op()
267 object->n_ops++; in fscache_submit_op()
285 object->n_ops++; in fscache_submit_op()
342 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()
310 object->n_ops = object->n_in_progress = object->n_exclusive = 0; in fscache_object_init()
426 parent->n_ops++; in fscache_parent_ready()
452 ASSERTCMP(parent->n_ops, >, 0); in fscache_look_up_object()
575 if (object->n_ops > 0) { in fscache_object_available()
576 ASSERTCMP(object->n_ops, >=, object->n_obj_ops); in fscache_object_available()
643 object->debug_id, object->n_ops, object->n_children, event); in fscache_kill_object()
649 object->n_ops == 0 && in fscache_kill_object()
[all …]
Dobject-list.c224 obj->n_ops != 0 || in fscache_objlist_show()
244 obj->n_ops, in fscache_objlist_show()
/linux-4.4.14/include/net/
Dgenetlink.h69 unsigned int n_ops; /* private */ member
164 const struct genl_ops *ops, size_t n_ops, in _genl_register_family_with_ops_grps() argument
170 family->n_ops = n_ops; in _genl_register_family_with_ops_grps()
/linux-4.4.14/net/netlink/
Dgenetlink.c131 for (i = 0; i < family->n_ops; i++) in genl_get_cmd()
326 unsigned int n_ops = family->n_ops; in genl_validate_ops() local
329 if (WARN_ON(n_ops && !ops)) in genl_validate_ops()
332 if (!n_ops) in genl_validate_ops()
335 for (i = 0; i < n_ops; i++) { in genl_validate_ops()
338 for (j = i + 1; j < n_ops; j++) in genl_validate_ops()
448 family->n_ops = 0; in genl_unregister_family()
702 if (family->n_ops) { in ctrl_fill_info()
710 for (i = 0; i < family->n_ops; i++) { in ctrl_fill_info()
/linux-4.4.14/net/nfc/nci/
Dcore.c1275 size_t n_ops, in ops_cmd_lookup() argument
1281 if (!ops || !n_ops) in ops_cmd_lookup()
1284 for (i = 0; i < n_ops; i++) { in ops_cmd_lookup()
1295 size_t n_ops) in nci_op_rsp_packet() argument
1299 op = ops_cmd_lookup(ops, n_ops, rsp_opcode); in nci_op_rsp_packet()
1308 size_t n_ops) in nci_op_ntf_packet() argument
1312 op = ops_cmd_lookup(ops, n_ops, ntf_opcode); in nci_op_ntf_packet()
/linux-4.4.14/fs/nfs/flexfilelayout/
Dflexfilelayout.h62 atomic_t n_ops; member
Dflexfilelayout.c575 if (atomic_inc_return(&timer->n_ops) == 1) { in nfs4_ff_start_busy_timer()
585 if (atomic_dec_return(&timer->n_ops) < 0) in nfs4_ff_end_busy_timer()
/linux-4.4.14/include/linux/
Dfscache-cache.h341 int n_ops; /* number of extant ops on object */ member
/linux-4.4.14/net/openvswitch/
Ddatapath.c672 .n_ops = ARRAY_SIZE(dp_packet_genl_ops),
1425 .n_ops = ARRAY_SIZE(dp_flow_genl_ops),
1811 .n_ops = ARRAY_SIZE(dp_datapath_genl_ops),
2192 .n_ops = ARRAY_SIZE(dp_vport_genl_ops),
/linux-4.4.14/fs/cachefiles/
Dinterface.c339 ASSERTCMP(object->fscache.n_ops, ==, 0); in cachefiles_put_object()
Dnamei.c44 prefix, object->fscache.n_ops, object->fscache.n_in_progress, in __cachefiles_printk_object()