Searched refs:n_ops (Results 1 – 9 of 9) sorted by relevance
/linux-3.4.99/fs/fscache/ |
D | operation.c | 88 ASSERTCMP(object->n_ops, >=, object->n_in_progress); in fscache_submit_exclusive_op() 89 ASSERTCMP(object->n_ops, >=, object->n_exclusive); in fscache_submit_exclusive_op() 95 object->n_ops++; in fscache_submit_exclusive_op() 98 if (object->n_ops > 1) { in fscache_submit_exclusive_op() 117 object->n_ops++; in fscache_submit_exclusive_op() 156 object->n_ops, object->n_in_progress, object->n_exclusive); in fscache_report_unexpected_submission() 192 ASSERTCMP(object->n_ops, >=, object->n_in_progress); in fscache_submit_op() 193 ASSERTCMP(object->n_ops, >=, object->n_exclusive); in fscache_submit_op() 201 object->n_ops++; in fscache_submit_op() 219 object->n_ops++; in fscache_submit_op() [all …]
|
D | object.c | 71 object->debug_id, parent->debug_id, parent->n_ops); in fscache_done_parent_op() 74 parent->n_ops--; in fscache_done_parent_op() 76 if (parent->n_ops == 0) in fscache_done_parent_op() 168 object->debug_id, object->n_ops, object->n_children); in fscache_object_state_machine() 169 if (object->n_ops == 0 && object->n_children == 0) { in fscache_object_state_machine() 413 parent->n_ops++; in fscache_initialise_object() 446 ASSERTCMP(parent->n_ops, >, 0); in fscache_lookup_object() 588 if (object->n_ops > 0) { in fscache_object_available() 589 ASSERTCMP(object->n_ops, >=, object->n_obj_ops); in fscache_object_available() 590 ASSERTIF(object->n_ops > object->n_obj_ops, in fscache_object_available()
|
D | object-list.c | 223 obj->n_ops != 0 || in fscache_objlist_show() 243 obj->n_ops, in fscache_objlist_show()
|
/linux-3.4.99/include/linux/ |
D | fscache-cache.h | 335 int n_ops; /* number of ops outstanding on object */ member 414 object->n_ops = object->n_in_progress = object->n_exclusive = 0; in fscache_object_init()
|
/linux-3.4.99/include/net/ |
D | genetlink.h | 123 struct genl_ops *ops, size_t n_ops);
|
/linux-3.4.99/net/netlink/ |
D | genetlink.c | 447 struct genl_ops *ops, size_t n_ops) in genl_register_family_with_ops() argument 455 for (i = 0; i < n_ops; ++i, ++ops) { in genl_register_family_with_ops()
|
/linux-3.4.99/fs/cachefiles/ |
D | interface.c | 326 ASSERTCMP(object->fscache.n_ops, ==, 0); in cachefiles_put_object()
|
D | namei.c | 46 prefix, object->fscache.n_ops, object->fscache.n_in_progress, in __cachefiles_printk_object()
|
/linux-3.4.99/net/openvswitch/ |
D | datapath.c | 1809 int n_ops; member 1847 f->n_ops); in dp_register_genl()
|