Home
last modified time | relevance | path

Searched refs:n_ops (Results 1 – 23 of 23) sorted by relevance

/kernel/linux/linux-5.10/fs/fscache/
Doperation.c133 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 …]
Dobject.c154 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 …]
Dobject-list.c219 obj->n_ops != 0 || in fscache_objlist_show()
239 obj->n_ops, in fscache_objlist_show()
/kernel/linux/linux-5.10/net/netlink/
Dgenetlink.c112 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/
Dila_main.c57 .n_ops = ARRAY_SIZE(ila_nl_ops),
/kernel/linux/linux-5.10/net/nfc/nci/
Dcore.c1370 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/
Dflexfilelayout.h66 atomic_t n_ops; member
Dflexfilelayout.c577 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/
Dgenetlink.h56 u8 n_ops; member
/kernel/linux/linux-5.10/net/tipc/
Dnetlink.c296 .n_ops = ARRAY_SIZE(tipc_genl_v2_ops),
/kernel/linux/linux-5.10/include/linux/
Dfscache-cache.h351 int n_ops; /* number of extant ops on object */ member
Dgenl_magic_func.h295 .n_ops = ARRAY_SIZE(ZZZ_genl_ops),
/kernel/linux/linux-5.10/net/ipv6/
Dseg6.c441 .n_ops = ARRAY_SIZE(seg6_genl_ops),
/kernel/linux/linux-5.10/fs/cachefiles/
Dinterface.c354 ASSERTCMP(object->fscache.n_ops, ==, 0); in cachefiles_put_object()
Dnamei.c40 prefix, object->fscache.n_ops, object->fscache.n_in_progress, in __cachefiles_printk_object()
/kernel/linux/linux-5.10/kernel/
Dtaskstats.c666 .n_ops = ARRAY_SIZE(taskstats_ops),
/kernel/linux/linux-5.10/drivers/net/wireguard/
Dnetlink.c623 .n_ops = ARRAY_SIZE(genl_ops),
/kernel/linux/linux-5.10/net/ethtool/
Dnetlink.c928 .n_ops = ARRAY_SIZE(ethtool_genl_ops),
/kernel/linux/linux-5.10/net/smc/
Dsmc_pnet.c713 .n_ops = ARRAY_SIZE(smc_pnet_ops)
/kernel/linux/linux-5.10/net/nfc/
Dnetlink.c1785 .n_ops = ARRAY_SIZE(nfc_genl_ops),
/kernel/linux/linux-5.10/net/ieee802154/
Dnl802154.c2507 .n_ops = ARRAY_SIZE(nl802154_ops),
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/
D0008_linux_net.patch4105 + .n_ops = ARRAY_SIZE(tsnnl_ops),
/kernel/linux/linux-5.10/net/wireless/
Dnl80211.c15539 .n_ops = ARRAY_SIZE(nl80211_ops),