/Linux-v4.19/fs/fscache/ |
D | operation.c | 137 object->n_ops, object->n_in_progress, object->n_exclusive); in fscache_report_unexpected_submission() 173 ASSERTCMP(object->n_ops, >=, object->n_in_progress); in fscache_submit_exclusive_op() 174 ASSERTCMP(object->n_ops, >=, object->n_exclusive); in fscache_submit_exclusive_op() 193 object->n_ops++; in fscache_submit_exclusive_op() 215 object->n_ops++; in fscache_submit_exclusive_op() 260 ASSERTCMP(object->n_ops, >=, object->n_in_progress); in fscache_submit_op() 261 ASSERTCMP(object->n_ops, >=, object->n_exclusive); in fscache_submit_op() 280 object->n_ops++; in fscache_submit_op() 298 object->n_ops++; in fscache_submit_op() 355 ASSERTCMP(object->n_in_progress, <=, object->n_ops); in fscache_start_operations() [all …]
|
D | object.c | 158 object->debug_id, parent->debug_id, parent->n_ops); in fscache_done_parent_op() 162 parent->n_ops--; in fscache_done_parent_op() 163 if (parent->n_ops == 0) in fscache_done_parent_op() 324 object->n_ops = object->n_in_progress = object->n_exclusive = 0; in fscache_object_init() 441 parent->n_ops++; in fscache_parent_ready() 467 ASSERTCMP(parent->n_ops, >, 0); in fscache_look_up_object() 590 if (object->n_ops > 0) { in fscache_object_available() 591 ASSERTCMP(object->n_ops, >=, object->n_obj_ops); in fscache_object_available() 658 object->debug_id, object->n_ops, object->n_children, event); in fscache_kill_object() 670 object->n_ops == 0 && in fscache_kill_object() [all …]
|
D | object-list.c | 222 obj->n_ops != 0 || in fscache_objlist_show() 242 obj->n_ops, in fscache_objlist_show()
|
/Linux-v4.19/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() 663 if (family->n_ops) { in ctrl_fill_info() 671 for (i = 0; i < family->n_ops; i++) { in ctrl_fill_info() 953 .n_ops = ARRAY_SIZE(genl_ctrl_ops),
|
/Linux-v4.19/net/ipv6/ila/ |
D | ila_main.c | 56 .n_ops = ARRAY_SIZE(ila_nl_ops),
|
/Linux-v4.19/net/nfc/nci/ |
D | core.c | 1360 size_t n_ops, in ops_cmd_lookup() argument 1366 if (!ops || !n_ops) in ops_cmd_lookup() 1369 for (i = 0; i < n_ops; i++) { in ops_cmd_lookup() 1380 size_t n_ops) in nci_op_rsp_packet() argument 1384 op = ops_cmd_lookup(ops, n_ops, rsp_opcode); in nci_op_rsp_packet() 1393 size_t n_ops) in nci_op_ntf_packet() argument 1397 op = ops_cmd_lookup(ops, n_ops, ntf_opcode); in nci_op_ntf_packet()
|
/Linux-v4.19/fs/dlm/ |
D | netlink.c | 79 .n_ops = ARRAY_SIZE(dlm_nl_ops),
|
/Linux-v4.19/net/ieee802154/ |
D | netlink.c | 141 .n_ops = ARRAY_SIZE(ieee802154_ops),
|
/Linux-v4.19/fs/nfs/flexfilelayout/ |
D | flexfilelayout.h | 66 atomic_t n_ops; member
|
/Linux-v4.19/include/net/ |
D | genetlink.h | 70 unsigned int n_ops; member
|
/Linux-v4.19/net/tipc/ |
D | netlink.c | 265 .n_ops = ARRAY_SIZE(tipc_genl_v2_ops),
|
/Linux-v4.19/net/psample/ |
D | psample.c | 116 .n_ops = ARRAY_SIZE(psample_nl_ops),
|
/Linux-v4.19/include/linux/ |
D | fscache-cache.h | 356 int n_ops; /* number of extant ops on object */ member
|
D | genl_magic_func.h | 295 .n_ops = ARRAY_SIZE(ZZZ_genl_ops),
|
/Linux-v4.19/net/core/ |
D | drop_monitor.c | 376 .n_ops = ARRAY_SIZE(dropmon_ops),
|
/Linux-v4.19/net/wimax/ |
D | stack.c | 587 .n_ops = ARRAY_SIZE(wimax_gnl_ops),
|
/Linux-v4.19/net/netlabel/ |
D | netlabel_calipso.c | 359 .n_ops = ARRAY_SIZE(netlbl_calipso_ops),
|
/Linux-v4.19/net/ipv6/ |
D | seg6.c | 437 .n_ops = ARRAY_SIZE(seg6_genl_ops),
|
/Linux-v4.19/net/hsr/ |
D | hsr_netlink.c | 472 .n_ops = ARRAY_SIZE(hsr_ops),
|
/Linux-v4.19/net/ncsi/ |
D | ncsi-netlink.c | 397 .n_ops = ARRAY_SIZE(ncsi_ops),
|
/Linux-v4.19/net/batman-adv/ |
D | netlink.c | 640 .n_ops = ARRAY_SIZE(batadv_netlink_ops),
|
/Linux-v4.19/net/openvswitch/ |
D | datapath.c | 643 .n_ops = ARRAY_SIZE(dp_packet_genl_ops), 1444 .n_ops = ARRAY_SIZE(dp_flow_genl_ops), 1837 .n_ops = ARRAY_SIZE(dp_datapath_genl_ops), 2280 .n_ops = ARRAY_SIZE(dp_vport_genl_ops),
|
D | meter.c | 567 .n_ops = ARRAY_SIZE(dp_meter_genl_ops),
|
/Linux-v4.19/fs/cachefiles/ |
D | interface.c | 358 ASSERTCMP(object->fscache.n_ops, ==, 0); in cachefiles_put_object()
|
/Linux-v4.19/net/smc/ |
D | smc_pnet.c | 472 .n_ops = ARRAY_SIZE(smc_pnet_ops)
|