Searched refs:n_ops (Results 1 – 9 of 9) sorted by relevance
/linux-4.1.27/fs/fscache/ |
D | operation.c | 94 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 …]
|
D | object.c | 154 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 …]
|
D | object-list.c | 224 obj->n_ops != 0 || in fscache_objlist_show() 244 obj->n_ops, in fscache_objlist_show()
|
/linux-4.1.27/include/net/ |
D | genetlink.h | 69 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/ |
D | genetlink.c | 131 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/ |
D | fscache-cache.h | 353 int n_ops; /* number of extant ops on object */ member
|
/linux-4.1.27/net/openvswitch/ |
D | datapath.c | 629 .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/ |
D | interface.c | 339 ASSERTCMP(object->fscache.n_ops, ==, 0); in cachefiles_put_object()
|
D | namei.c | 44 prefix, object->fscache.n_ops, object->fscache.n_in_progress, in __cachefiles_printk_object()
|