Home
last modified time | relevance | path

Searched refs:n_ops (Results 1 - 25 of 43) sorted by relevance

12

/kernel/linux/linux-5.10/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 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()
/kernel/linux/linux-6.6/fs/smb/client/
H A Dnetlink.c53 .n_ops = ARRAY_SIZE(cifs_genl_ops),
/kernel/linux/linux-5.10/net/nfc/nci/
H A Dcore.c1383 size_t n_ops, in ops_cmd_lookup()
1389 if (!ops || !n_ops) in ops_cmd_lookup()
1392 for (i = 0; i < n_ops; i++) { in ops_cmd_lookup()
1403 size_t n_ops) in nci_op_rsp_packet()
1407 op = ops_cmd_lookup(ops, n_ops, rsp_opcode); in nci_op_rsp_packet()
1416 size_t n_ops) in nci_op_ntf_packet()
1420 op = ops_cmd_lookup(ops, n_ops, ntf_opcode); in nci_op_ntf_packet()
1382 ops_cmd_lookup(struct nci_driver_ops *ops, size_t n_ops, __u16 opcode) ops_cmd_lookup() argument
1401 nci_op_rsp_packet(struct nci_dev *ndev, __u16 rsp_opcode, struct sk_buff *skb, struct nci_driver_ops *ops, size_t n_ops) nci_op_rsp_packet() argument
1414 nci_op_ntf_packet(struct nci_dev *ndev, __u16 ntf_opcode, struct sk_buff *skb, struct nci_driver_ops *ops, size_t n_ops) nci_op_ntf_packet() argument
/kernel/linux/linux-5.10/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),
/kernel/linux/linux-6.6/net/nfc/nci/
H A Dcore.c1394 size_t n_ops, in ops_cmd_lookup()
1400 if (!ops || !n_ops) in ops_cmd_lookup()
1403 for (i = 0; i < n_ops; i++) { in ops_cmd_lookup()
1414 size_t n_ops) in nci_op_rsp_packet()
1418 op = ops_cmd_lookup(ops, n_ops, rsp_opcode); in nci_op_rsp_packet()
1427 size_t n_ops) in nci_op_ntf_packet()
1431 op = ops_cmd_lookup(ops, n_ops, ntf_opcode); in nci_op_ntf_packet()
1393 ops_cmd_lookup(const struct nci_driver_ops *ops, size_t n_ops, __u16 opcode) ops_cmd_lookup() argument
1412 nci_op_rsp_packet(struct nci_dev *ndev, __u16 rsp_opcode, struct sk_buff *skb, const struct nci_driver_ops *ops, size_t n_ops) nci_op_rsp_packet() argument
1425 nci_op_ntf_packet(struct nci_dev *ndev, __u16 ntf_opcode, struct sk_buff *skb, const struct nci_driver_ops *ops, size_t n_ops) nci_op_ntf_packet() argument
/kernel/linux/linux-5.10/net/ipv6/ila/
H A Dila_main.c57 .n_ops = ARRAY_SIZE(ila_nl_ops),
/kernel/linux/linux-6.6/net/smc/
H A Dsmc_netlink.c145 .n_ops = ARRAY_SIZE(smc_gen_nl_ops),
/kernel/linux/linux-6.6/net/ipv6/ila/
H A Dila_main.c56 .n_ops = ARRAY_SIZE(ila_nl_ops),
/kernel/linux/linux-6.6/net/netlink/
H A Dgenetlink.c172 for (i = 0; i < family->n_ops; i++) in genl_get_cmd_full()
217 i = iter->entry_idx - family->n_ops - family->n_small_ops; in genl_op_from_split()
342 return iter->family->n_ops + in genl_op_iter_init()
353 if (iter->entry_idx < family->n_ops) { in genl_op_iter_next()
355 } else if (iter->entry_idx < family->n_ops + family->n_small_ops) { in genl_op_iter_next()
356 genl_op_from_small(family, iter->entry_idx - family->n_ops, in genl_op_iter_next()
359 family->n_ops + family->n_small_ops + family->n_split_ops) { in genl_op_iter_next()
573 if (WARN_ON(family->n_ops && !family->ops) || in genl_validate_ops()
/kernel/linux/linux-5.10/fs/nfs/flexfilelayout/
H A Dflexfilelayout.h66 atomic_t n_ops; member
/kernel/linux/linux-6.6/fs/nfs/flexfilelayout/
H A Dflexfilelayout.h66 atomic_t n_ops; member
/kernel/linux/linux-5.10/net/tipc/
H A Dnetlink.c296 .n_ops = ARRAY_SIZE(tipc_genl_v2_ops),
/kernel/linux/linux-6.6/net/tipc/
H A Dnetlink.c296 .n_ops = ARRAY_SIZE(tipc_genl_v2_ops),
/kernel/linux/linux-5.10/include/net/
H A Dgenetlink.h46 * @n_ops: number of operations supported by this family
59 u8 n_ops; member
/kernel/linux/linux-5.10/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),
/kernel/linux/linux-6.6/include/net/
H A Dgenetlink.h48 * @n_ops: number of operations supported by this family
69 u8 n_ops; member
/kernel/linux/linux-5.10/fs/cachefiles/
H A Dinterface.c354 ASSERTCMP(object->fscache.n_ops, ==, 0); in cachefiles_put_object()
/kernel/linux/linux-5.10/net/ipv6/
H A Dseg6.c446 .n_ops = ARRAY_SIZE(seg6_genl_ops),
/kernel/linux/linux-6.6/include/linux/
H A Dgenl_magic_func.h296 .n_ops = ARRAY_SIZE(ZZZ_genl_ops),
/kernel/linux/linux-6.6/net/ipv6/
H A Dseg6.c506 .n_ops = ARRAY_SIZE(seg6_genl_ops),
/kernel/linux/linux-5.10/drivers/net/wireguard/
H A Dnetlink.c626 .n_ops = ARRAY_SIZE(genl_ops),
/kernel/linux/linux-5.10/kernel/
H A Dtaskstats.c666 .n_ops = ARRAY_SIZE(taskstats_ops),

Completed in 21 milliseconds

12