/kernel/linux/linux-5.10/drivers/misc/lkdtm/ |
D | refcount.c | 33 refcount_inc(&over); in lkdtm_REFCOUNT_INC_OVERFLOW() 36 refcount_inc(&over); in lkdtm_REFCOUNT_INC_OVERFLOW() 37 refcount_inc(&over); in lkdtm_REFCOUNT_INC_OVERFLOW() 222 refcount_inc(&zero); in lkdtm_REFCOUNT_INC_ZERO() 275 refcount_inc(&sat); in lkdtm_REFCOUNT_INC_SATURATED() 382 refcount_inc(&count); in lkdtm_REFCOUNT_TIMING()
|
/kernel/linux/common_modules/newip/third_party/linux-5.10/include/net/ |
D | nip_addrconf.h | 55 refcount_inc(&idev->refcnt); in nin_dev_get() 93 refcount_inc(&idev->refcnt); in nin_dev_hold() 111 refcount_inc(&ifp->refcnt); in nin_ifa_hold()
|
/kernel/linux/linux-5.10/net/atm/ |
D | mpoa_caches.c | 44 refcount_inc(&entry->use); in in_cache_get() 65 refcount_inc(&entry->use); in in_cache_get_with_mask() 86 refcount_inc(&entry->use); in in_cache_get_by_vcc() 125 refcount_inc(&entry->use); in in_cache_add_entry() 341 refcount_inc(&entry->use); in eg_cache_get_by_cache_id() 362 refcount_inc(&entry->use); in eg_cache_get_by_tag() 384 refcount_inc(&entry->use); in eg_cache_get_by_vcc() 404 refcount_inc(&entry->use); in eg_cache_get_by_src_ip() 485 refcount_inc(&entry->use); in eg_cache_add_entry()
|
/kernel/linux/linux-5.10/include/net/ |
D | ax25.h | 172 refcount_inc(&((ax25)->refcount)) 199 refcount_inc(&ax25_rt->refcount); in ax25_hold_route() 284 refcount_inc(&((__ax25)->refcount)) 296 refcount_inc(&ax25_dev->refcount); in ax25_dev_hold()
|
D | ipx.h | 139 refcount_inc(&intrfc->refcnt); in ipxitf_hold() 163 refcount_inc(&rt->refcnt); in ipxrtr_hold()
|
D | netrom.h | 124 refcount_inc(&((__nr_node)->refcount)) 134 refcount_inc(&((__nr_neigh)->refcount))
|
D | x25.h | 248 refcount_inc(&nb->refcnt); in x25_neigh_hold() 271 refcount_inc(&rt->refcnt); in x25_route_hold()
|
D | addrconf.h | 363 refcount_inc(&idev->refcnt); in in6_dev_get() 400 refcount_inc(&idev->refcnt); in in6_dev_hold() 429 refcount_inc(&ifp->refcnt); in in6_ifa_hold()
|
D | neighbour.h | 418 refcount_inc(&parms->refcnt); in neigh_parms_clone() 435 refcount_inc(&neigh->refcnt); in neigh_clone() 439 #define neigh_hold(n) refcount_inc(&(n)->refcnt)
|
/kernel/linux/linux-5.10/fs/btrfs/ |
D | ordered-data.c | 366 refcount_inc(&entry->refs); in btrfs_dec_test_first_ordered_pending() 429 refcount_inc(&entry->refs); in btrfs_dec_test_ordered_pending() 514 refcount_inc(&trans->use_count); in btrfs_remove_ordered_extent() 581 refcount_inc(&ordered->refs); in btrfs_wait_ordered_extents() 759 refcount_inc(&entry->refs); in btrfs_lookup_ordered_extent() 800 refcount_inc(&entry->refs); in btrfs_lookup_ordered_range() 828 refcount_inc(&ordered->refs); in btrfs_get_ordered_extents_for_logging() 851 refcount_inc(&entry->refs); in btrfs_lookup_first_ordered_extent()
|
D | delayed-inode.c | 76 refcount_inc(&node->refs); in btrfs_get_delayed_node() 85 refcount_inc(&node->refs); /* can be accessed */ in btrfs_get_delayed_node() 108 refcount_inc(&node->refs); in btrfs_get_delayed_node() 183 refcount_inc(&node->refs); /* inserted into list */ in btrfs_queue_delayed_node() 218 refcount_inc(&node->refs); in btrfs_first_delayed_node() 245 refcount_inc(&next->refs); in btrfs_next_delayed_node() 304 refcount_inc(&node->refs); in btrfs_first_prepared_delayed_node() 1615 refcount_inc(&item->refs); in btrfs_readdir_get_delayed_items() 1622 refcount_inc(&item->refs); in btrfs_readdir_get_delayed_items()
|
/kernel/linux/linux-5.10/net/ceph/ |
D | snapshot.c | 49 refcount_inc(&sc->nref); in ceph_get_snap_context()
|
/kernel/linux/linux-5.10/include/linux/sched/ |
D | user.h | 59 refcount_inc(&u->__count); in get_uid()
|
/kernel/linux/linux-5.10/include/linux/ |
D | kref.h | 45 refcount_inc(&kref->refcount); in kref_get()
|
D | ipc_namespace.h | 131 refcount_inc(&ns->count); in get_ipc_ns()
|
D | inetdevice.h | 238 refcount_inc(&in_dev->refcnt); in in_dev_get() 278 #define in_dev_hold(idev) refcount_inc(&(idev)->refcnt)
|
/kernel/linux/linux-5.10/tools/include/linux/ |
D | refcount.h | 107 static inline void refcount_inc(refcount_t *r) in refcount_inc() function
|
/kernel/linux/linux-5.10/drivers/media/common/videobuf2/ |
D | videobuf2-memops.c | 97 refcount_inc(h->refcount); in vb2_common_vm_open()
|
/kernel/linux/linux-5.10/fs/notify/ |
D | group.c | 101 refcount_inc(&group->refcnt); in fsnotify_get_group()
|
/kernel/linux/linux-5.10/tools/lib/perf/ |
D | threadmap.c | 73 refcount_inc(&map->refcnt); in perf_thread_map__get()
|
/kernel/linux/linux-5.10/net/sunrpc/ |
D | auth_null.c | 24 refcount_inc(&null_auth.au_count); in nul_create()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
D | dr_table.c | 81 refcount_inc(&action->refcount); in mlx5dr_table_set_miss_action() 253 refcount_inc(&dmn->refcount); in mlx5dr_table_create()
|
/kernel/linux/linux-5.10/tools/perf/util/ |
D | maps.h | 58 refcount_inc(&maps->refcnt); in maps__get()
|
D | cgroup.c | 134 refcount_inc(&cgroup->refcnt); in cgroup__get() 196 refcount_inc(&cgrp->refcnt); in parse_cgroups()
|
/kernel/linux/linux-5.10/include/net/sctp/ |
D | auth.h | 67 refcount_inc(&key->refcnt); in sctp_auth_key_hold()
|