| /linux/fs/fscache/ |
| A D | operation.c | 173 ASSERTCMP(object->n_ops, >=, object->n_exclusive); in fscache_submit_exclusive_op() 192 object->n_ops++; in fscache_submit_exclusive_op() 214 object->n_ops++; in fscache_submit_exclusive_op() 279 object->n_ops++; in fscache_submit_op() 297 object->n_ops++; in fscache_submit_op() 548 ASSERTCMP(object->n_ops, >, 0); in fscache_put_operation() 549 object->n_ops--; in fscache_put_operation() 550 if (object->n_ops == 0) in fscache_put_operation() 598 ASSERTCMP(object->n_ops, >, 0); in fscache_operation_gc() 599 object->n_ops--; in fscache_operation_gc() [all …]
|
| A D | object.c | 153 object->debug_id, parent->debug_id, parent->n_ops); in fscache_done_parent_op() 157 parent->n_ops--; in fscache_done_parent_op() 158 if (parent->n_ops == 0) in fscache_done_parent_op() 316 object->n_ops = object->n_in_progress = object->n_exclusive = 0; in fscache_object_init() 433 parent->n_ops++; in fscache_parent_ready() 458 ASSERTCMP(parent->n_ops, >, 0); in fscache_look_up_object() 580 if (object->n_ops > 0) { in fscache_object_available() 581 ASSERTCMP(object->n_ops, >=, object->n_obj_ops); in fscache_object_available() 647 object->debug_id, object->n_ops, object->n_children, event); in fscache_kill_object() 659 object->n_ops == 0 && in fscache_kill_object() [all …]
|
| /linux/net/netlink/ |
| A D | genetlink.c | 104 return family->n_ops + family->n_small_ops; in genl_get_cmd_cnt() 123 for (i = 0; i < family->n_ops; i++) in genl_get_cmd_full() 173 if (i < family->n_ops) in genl_get_cmd_by_index() 175 else if (i < family->n_ops + family->n_small_ops) in genl_get_cmd_by_index() 176 genl_op_from_small(family, i - family->n_ops, op); in genl_get_cmd_by_index() 350 if (WARN_ON(family->n_ops && !family->ops) || in genl_validate_ops() 1346 .n_ops = ARRAY_SIZE(genl_ctrl_ops),
|
| /linux/net/nfc/nci/ |
| A D | core.c | 1380 size_t n_ops, in ops_cmd_lookup() argument 1386 if (!ops || !n_ops) in ops_cmd_lookup() 1389 for (i = 0; i < n_ops; i++) { in ops_cmd_lookup() 1400 size_t n_ops) in nci_op_rsp_packet() argument 1404 op = ops_cmd_lookup(ops, n_ops, rsp_opcode); in nci_op_rsp_packet() 1413 size_t n_ops) in nci_op_ntf_packet() argument 1417 op = ops_cmd_lookup(ops, n_ops, ntf_opcode); in nci_op_ntf_packet()
|
| /linux/fs/cifs/ |
| A D | netlink.c | 53 .n_ops = ARRAY_SIZE(cifs_genl_ops),
|
| /linux/net/smc/ |
| A D | smc_netlink.c | 130 .n_ops = ARRAY_SIZE(smc_gen_nl_ops)
|
| A D | smc_pnet.c | 712 .n_ops = ARRAY_SIZE(smc_pnet_ops)
|
| /linux/net/ipv6/ila/ |
| A D | ila_main.c | 57 .n_ops = ARRAY_SIZE(ila_nl_ops),
|
| /linux/fs/nfs/flexfilelayout/ |
| A D | flexfilelayout.h | 66 atomic_t n_ops; member
|
| A 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()
|
| /linux/net/tipc/ |
| A D | netlink.c | 296 .n_ops = ARRAY_SIZE(tipc_genl_v2_ops),
|
| /linux/include/net/ |
| A D | genetlink.h | 57 u8 n_ops; member
|
| /linux/include/linux/ |
| A D | fscache-cache.h | 354 int n_ops; /* number of extant ops on object */ member
|
| A D | genl_magic_func.h | 295 .n_ops = ARRAY_SIZE(ZZZ_genl_ops),
|
| /linux/net/ipv6/ |
| A D | seg6.c | 501 .n_ops = ARRAY_SIZE(seg6_genl_ops),
|
| A D | ioam6.c | 619 .n_ops = ARRAY_SIZE(ioam6_genl_ops),
|
| /linux/fs/cachefiles/ |
| A D | interface.c | 354 ASSERTCMP(object->fscache.n_ops, ==, 0); in cachefiles_put_object()
|
| A D | namei.c | 40 prefix, object->fscache.n_ops, object->fscache.n_in_progress, in __cachefiles_printk_object()
|
| /linux/kernel/ |
| A D | taskstats.c | 666 .n_ops = ARRAY_SIZE(taskstats_ops),
|
| /linux/drivers/net/wireguard/ |
| A D | netlink.c | 623 .n_ops = ARRAY_SIZE(genl_ops),
|
| /linux/fs/ksmbd/ |
| A D | transport_ipc.c | 198 .n_ops = ARRAY_SIZE(ksmbd_genl_ops),
|
| /linux/drivers/vdpa/ |
| A D | vdpa.c | 916 .n_ops = ARRAY_SIZE(vdpa_nl_ops),
|
| /linux/net/ethtool/ |
| A D | netlink.c | 1034 .n_ops = ARRAY_SIZE(ethtool_genl_ops),
|
| /linux/net/nfc/ |
| A D | netlink.c | 1785 .n_ops = ARRAY_SIZE(nfc_genl_ops),
|
| /linux/net/ieee802154/ |
| A D | nl802154.c | 2502 .n_ops = ARRAY_SIZE(nl802154_ops),
|