/Linux-v5.4/fs/fscache/ |
D | operation.c | 133 object->n_ops, object->n_in_progress, object->n_exclusive); in fscache_report_unexpected_submission() 169 ASSERTCMP(object->n_ops, >=, object->n_in_progress); in fscache_submit_exclusive_op() 170 ASSERTCMP(object->n_ops, >=, object->n_exclusive); in fscache_submit_exclusive_op() 189 object->n_ops++; in fscache_submit_exclusive_op() 211 object->n_ops++; in fscache_submit_exclusive_op() 256 ASSERTCMP(object->n_ops, >=, object->n_in_progress); in fscache_submit_op() 257 ASSERTCMP(object->n_ops, >=, object->n_exclusive); in fscache_submit_op() 276 object->n_ops++; in fscache_submit_op() 294 object->n_ops++; in fscache_submit_op() 351 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() 320 object->n_ops = object->n_in_progress = object->n_exclusive = 0; in fscache_object_init() 437 parent->n_ops++; in fscache_parent_ready() 463 ASSERTCMP(parent->n_ops, >, 0); in fscache_look_up_object() 586 if (object->n_ops > 0) { in fscache_object_available() 587 ASSERTCMP(object->n_ops, >=, object->n_obj_ops); in fscache_object_available() 654 object->debug_id, object->n_ops, object->n_children, event); in fscache_kill_object() 666 object->n_ops == 0 && in fscache_kill_object() [all …]
|
D | object-list.c | 218 obj->n_ops != 0 || in fscache_objlist_show() 238 obj->n_ops, in fscache_objlist_show()
|
/Linux-v5.4/net/netlink/ |
D | genetlink.c | 115 for (i = 0; i < family->n_ops; i++) in genl_get_cmd() 290 unsigned int n_ops = family->n_ops; in genl_validate_ops() local 293 if (WARN_ON(n_ops && !ops)) in genl_validate_ops() 296 if (!n_ops) in genl_validate_ops() 299 for (i = 0; i < n_ops; i++) { in genl_validate_ops() 302 for (j = i + 1; j < n_ops; j++) in genl_validate_ops() 691 if (family->n_ops) { in ctrl_fill_info() 699 for (i = 0; i < family->n_ops; i++) { in ctrl_fill_info() 981 .n_ops = ARRAY_SIZE(genl_ctrl_ops),
|
/Linux-v5.4/net/ipv6/ila/ |
D | ila_main.c | 57 .n_ops = ARRAY_SIZE(ila_nl_ops),
|
/Linux-v5.4/net/nfc/nci/ |
D | core.c | 1348 size_t n_ops, in ops_cmd_lookup() argument 1354 if (!ops || !n_ops) in ops_cmd_lookup() 1357 for (i = 0; i < n_ops; i++) { in ops_cmd_lookup() 1368 size_t n_ops) in nci_op_rsp_packet() argument 1372 op = ops_cmd_lookup(ops, n_ops, rsp_opcode); in nci_op_rsp_packet() 1381 size_t n_ops) in nci_op_ntf_packet() argument 1385 op = ops_cmd_lookup(ops, n_ops, ntf_opcode); in nci_op_ntf_packet()
|
/Linux-v5.4/fs/dlm/ |
D | netlink.c | 77 .n_ops = ARRAY_SIZE(dlm_nl_ops),
|
/Linux-v5.4/net/ieee802154/ |
D | netlink.c | 134 .n_ops = ARRAY_SIZE(ieee802154_ops),
|
/Linux-v5.4/fs/nfs/flexfilelayout/ |
D | flexfilelayout.h | 66 atomic_t n_ops; member
|
/Linux-v5.4/net/tipc/ |
D | netlink.c | 268 .n_ops = ARRAY_SIZE(tipc_genl_v2_ops),
|
/Linux-v5.4/include/net/ |
D | genetlink.h | 72 unsigned int n_ops; member
|
/Linux-v5.4/net/psample/ |
D | psample.c | 114 .n_ops = ARRAY_SIZE(psample_nl_ops),
|
/Linux-v5.4/include/linux/ |
D | fscache-cache.h | 351 int n_ops; /* number of extant ops on object */ member
|
D | genl_magic_func.h | 295 .n_ops = ARRAY_SIZE(ZZZ_genl_ops),
|
/Linux-v5.4/net/wimax/ |
D | stack.c | 564 .n_ops = ARRAY_SIZE(wimax_gnl_ops),
|
/Linux-v5.4/net/ipv6/ |
D | seg6.c | 431 .n_ops = ARRAY_SIZE(seg6_genl_ops),
|
/Linux-v5.4/net/netlabel/ |
D | netlabel_calipso.c | 346 .n_ops = ARRAY_SIZE(netlbl_calipso_ops),
|
D | netlabel_cipso_v4.c | 766 .n_ops = ARRAY_SIZE(netlbl_cipsov4_ops),
|
D | netlabel_mgmt.c | 827 .n_ops = ARRAY_SIZE(netlbl_mgmt_genl_ops),
|
/Linux-v5.4/net/hsr/ |
D | hsr_netlink.c | 462 .n_ops = ARRAY_SIZE(hsr_ops),
|
/Linux-v5.4/net/openvswitch/ |
D | datapath.c | 650 .n_ops = ARRAY_SIZE(dp_packet_genl_ops), 1453 .n_ops = ARRAY_SIZE(dp_flow_genl_ops), 1875 .n_ops = ARRAY_SIZE(dp_datapath_genl_ops), 2338 .n_ops = ARRAY_SIZE(dp_vport_genl_ops),
|
D | meter.c | 564 .n_ops = ARRAY_SIZE(dp_meter_genl_ops),
|
/Linux-v5.4/fs/cachefiles/ |
D | interface.c | 354 ASSERTCMP(object->fscache.n_ops, ==, 0); in cachefiles_put_object()
|
/Linux-v5.4/kernel/ |
D | taskstats.c | 683 .n_ops = ARRAY_SIZE(taskstats_ops),
|
/Linux-v5.4/net/ncsi/ |
D | ncsi-netlink.c | 766 .n_ops = ARRAY_SIZE(ncsi_ops),
|