Home
last modified time | relevance | path

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

/linux-4.1.27/fs/fscache/
Doperation.c94 ASSERTCMP(object->n_ops, >=, object->n_in_progress); in fscache_submit_exclusive_op()
95 ASSERTCMP(object->n_ops, >=, object->n_exclusive); in fscache_submit_exclusive_op()
101 object->n_ops++; in fscache_submit_exclusive_op()
123 object->n_ops++; in fscache_submit_exclusive_op()
162 object->n_ops, object->n_in_progress, object->n_exclusive); in fscache_report_unexpected_submission()
199 ASSERTCMP(object->n_ops, >=, object->n_in_progress); in fscache_submit_op()
200 ASSERTCMP(object->n_ops, >=, object->n_exclusive); in fscache_submit_op()
209 object->n_ops++; in fscache_submit_op()
227 object->n_ops++; in fscache_submit_op()
286 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()
415 parent->n_ops++; in fscache_parent_ready()
441 ASSERTCMP(parent->n_ops, >, 0); in fscache_look_up_object()
564 if (object->n_ops > 0) { in fscache_object_available()
565 ASSERTCMP(object->n_ops, >=, object->n_obj_ops); in fscache_object_available()
630 object->debug_id, object->n_ops, object->n_children, event); in fscache_kill_object()
636 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.1.27/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.1.27/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.1.27/include/linux/
Dfscache-cache.h353 int n_ops; /* number of extant ops on object */ member
/linux-4.1.27/net/openvswitch/
Ddatapath.c629 .n_ops = ARRAY_SIZE(dp_packet_genl_ops),
1377 .n_ops = ARRAY_SIZE(dp_flow_genl_ops),
1763 .n_ops = ARRAY_SIZE(dp_datapath_genl_ops),
2144 .n_ops = ARRAY_SIZE(dp_vport_genl_ops),
/linux-4.1.27/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()