/kernel/linux/linux-5.10/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 | 219 obj->n_ops != 0 || in fscache_objlist_show() 239 obj->n_ops, in fscache_objlist_show()
|
/kernel/linux/linux-5.10/net/netlink/ |
D | genetlink.c | 112 return family->n_ops + family->n_small_ops; in genl_get_cmd_cnt() 131 for (i = 0; i < family->n_ops; i++) in genl_get_cmd_full() 181 if (i < family->n_ops) in genl_get_cmd_by_index() 183 else if (i < family->n_ops + family->n_small_ops) in genl_get_cmd_by_index() 184 genl_op_from_small(family, i - family->n_ops, op); in genl_get_cmd_by_index() 358 if (WARN_ON(family->n_ops && !family->ops) || in genl_validate_ops() 1354 .n_ops = ARRAY_SIZE(genl_ctrl_ops),
|
/kernel/linux/linux-5.10/net/ipv6/ila/ |
D | ila_main.c | 57 .n_ops = ARRAY_SIZE(ila_nl_ops),
|
/kernel/linux/linux-5.10/net/nfc/nci/ |
D | core.c | 1370 size_t n_ops, in ops_cmd_lookup() argument 1376 if (!ops || !n_ops) in ops_cmd_lookup() 1379 for (i = 0; i < n_ops; i++) { in ops_cmd_lookup() 1390 size_t n_ops) in nci_op_rsp_packet() argument 1394 op = ops_cmd_lookup(ops, n_ops, rsp_opcode); in nci_op_rsp_packet() 1403 size_t n_ops) in nci_op_ntf_packet() argument 1407 op = ops_cmd_lookup(ops, n_ops, ntf_opcode); in nci_op_ntf_packet()
|
/kernel/linux/linux-5.10/fs/nfs/flexfilelayout/ |
D | flexfilelayout.h | 66 atomic_t n_ops; member
|
D | flexfilelayout.c | 577 if (atomic_inc_return(&timer->n_ops) == 1) { in nfs4_ff_start_busy_timer() 587 if (atomic_dec_return(&timer->n_ops) < 0) in nfs4_ff_end_busy_timer()
|
/kernel/linux/linux-5.10/include/net/ |
D | genetlink.h | 56 u8 n_ops; member
|
/kernel/linux/linux-5.10/net/tipc/ |
D | netlink.c | 296 .n_ops = ARRAY_SIZE(tipc_genl_v2_ops),
|
/kernel/linux/linux-5.10/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),
|
/kernel/linux/linux-5.10/net/ipv6/ |
D | seg6.c | 441 .n_ops = ARRAY_SIZE(seg6_genl_ops),
|
/kernel/linux/linux-5.10/fs/cachefiles/ |
D | interface.c | 354 ASSERTCMP(object->fscache.n_ops, ==, 0); in cachefiles_put_object()
|
D | namei.c | 40 prefix, object->fscache.n_ops, object->fscache.n_in_progress, in __cachefiles_printk_object()
|
/kernel/linux/linux-5.10/kernel/ |
D | taskstats.c | 666 .n_ops = ARRAY_SIZE(taskstats_ops),
|
/kernel/linux/linux-5.10/drivers/net/wireguard/ |
D | netlink.c | 623 .n_ops = ARRAY_SIZE(genl_ops),
|
/kernel/linux/linux-5.10/net/ethtool/ |
D | netlink.c | 928 .n_ops = ARRAY_SIZE(ethtool_genl_ops),
|
/kernel/linux/linux-5.10/net/smc/ |
D | smc_pnet.c | 713 .n_ops = ARRAY_SIZE(smc_pnet_ops)
|
/kernel/linux/linux-5.10/net/nfc/ |
D | netlink.c | 1785 .n_ops = ARRAY_SIZE(nfc_genl_ops),
|
/kernel/linux/linux-5.10/net/ieee802154/ |
D | nl802154.c | 2507 .n_ops = ARRAY_SIZE(nl802154_ops),
|
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/ |
D | 0008_linux_net.patch | 4105 + .n_ops = ARRAY_SIZE(tsnnl_ops),
|
/kernel/linux/linux-5.10/net/wireless/ |
D | nl80211.c | 15539 .n_ops = ARRAY_SIZE(nl80211_ops),
|