/linux-4.4.14/fs/fscache/ |
D | operation.c | 128 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 …]
|
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() 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 …]
|
D | object-list.c | 224 obj->n_ops != 0 || in fscache_objlist_show() 244 obj->n_ops, in fscache_objlist_show()
|
/linux-4.4.14/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.4.14/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.4.14/net/nfc/nci/ |
D | core.c | 1275 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/ |
D | flexfilelayout.h | 62 atomic_t n_ops; member
|
D | flexfilelayout.c | 575 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/ |
D | fscache-cache.h | 341 int n_ops; /* number of extant ops on object */ member
|
/linux-4.4.14/net/openvswitch/ |
D | datapath.c | 672 .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/ |
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()
|