Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/fs/fscache/
H A 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 …]
H A 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 …]
H A Dobject-list.c219 obj->n_ops != 0 || in fscache_objlist_show()
239 obj->n_ops, in fscache_objlist_show()
/OK3568_Linux_fs/kernel/net/nfc/nci/
H A Dcore.c1374 size_t n_ops, in ops_cmd_lookup() argument
1380 if (!ops || !n_ops) in ops_cmd_lookup()
1383 for (i = 0; i < n_ops; i++) { in ops_cmd_lookup()
1394 size_t n_ops) in nci_op_rsp_packet() argument
1398 op = ops_cmd_lookup(ops, n_ops, rsp_opcode); in nci_op_rsp_packet()
1407 size_t n_ops) in nci_op_ntf_packet() argument
1411 op = ops_cmd_lookup(ops, n_ops, ntf_opcode); in nci_op_ntf_packet()
/OK3568_Linux_fs/kernel/net/netlink/
H A 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()
1358 .n_ops = ARRAY_SIZE(genl_ctrl_ops),
/OK3568_Linux_fs/kernel/net/ipv6/ila/
H A Dila_main.c57 .n_ops = ARRAY_SIZE(ila_nl_ops),
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/os_dep/linux/
H A Dnlrtw.c106 .n_ops = ARRAY_SIZE(nlrtw_genl_ops),
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/os_dep/linux/
H A Dnlrtw.c106 .n_ops = ARRAY_SIZE(nlrtw_genl_ops),
/OK3568_Linux_fs/kernel/fs/nfs/flexfilelayout/
H A Dflexfilelayout.h66 atomic_t n_ops; member
/OK3568_Linux_fs/kernel/net/tipc/
H A Dnetlink.c296 .n_ops = ARRAY_SIZE(tipc_genl_v2_ops),
/OK3568_Linux_fs/kernel/include/net/
H A Dgenetlink.h57 u8 n_ops; member
/OK3568_Linux_fs/kernel/include/linux/
H A Dfscache-cache.h351 int n_ops; /* number of extant ops on object */ member
H A Dgenl_magic_func.h295 .n_ops = ARRAY_SIZE(ZZZ_genl_ops),
/OK3568_Linux_fs/kernel/net/ipv6/
H A Dseg6.c446 .n_ops = ARRAY_SIZE(seg6_genl_ops),
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/os_dep/linux/
H A Dnlrtw.c141 .n_ops = ARRAY_SIZE(nlrtw_genl_ops),
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/os_dep/linux/
H A Dnlrtw.c142 .n_ops = ARRAY_SIZE(nlrtw_genl_ops),
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/os_dep/linux/
H A Dnlrtw.c141 .n_ops = ARRAY_SIZE(nlrtw_genl_ops),
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/os_dep/linux/
H A Dnlrtw.c141 .n_ops = ARRAY_SIZE(nlrtw_genl_ops),
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/os_dep/linux/
H A Dnlrtw.c141 .n_ops = ARRAY_SIZE(nlrtw_genl_ops),
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/os_dep/linux/
H A Dnlrtw.c141 .n_ops = ARRAY_SIZE(nlrtw_genl_ops),
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/os_dep/linux/
H A Dnlrtw.c141 .n_ops = ARRAY_SIZE(nlrtw_genl_ops),
/OK3568_Linux_fs/kernel/fs/cachefiles/
H A Dinterface.c354 ASSERTCMP(object->fscache.n_ops, ==, 0); in cachefiles_put_object()
/OK3568_Linux_fs/kernel/kernel/
H A Dtaskstats.c666 .n_ops = ARRAY_SIZE(taskstats_ops),
/OK3568_Linux_fs/kernel/drivers/net/wireguard/
H A Dnetlink.c622 .n_ops = ARRAY_SIZE(genl_ops),
/OK3568_Linux_fs/kernel/net/ethtool/
H A Dnetlink.c928 .n_ops = ARRAY_SIZE(ethtool_genl_ops),

12