Home
last modified time | relevance | path

Searched refs:refcount_add (Results 1 – 25 of 30) sorted by relevance

12

/linux/drivers/misc/lkdtm/
A Drefcount.c52 refcount_add(4, &over); in lkdtm_REFCOUNT_ADD_OVERFLOW()
55 refcount_add(4, &over); in lkdtm_REFCOUNT_ADD_OVERFLOW()
262 refcount_add(3, &zero); in lkdtm_REFCOUNT_ADD_ZERO()
312 refcount_add(8, &sat); in lkdtm_REFCOUNT_ADD_SATURATED()
/linux/Documentation/translations/zh_CN/core-api/
A Drefcount-vs-atomic.rst85 * atomic_add() --> refcount_add()
/linux/include/linux/
A Drefcount.h211 static inline void refcount_add(int i, refcount_t *r) in refcount_add() function
A Datmdev.h247 refcount_add(skb->truesize, &sk_atm(vcc)->sk_wmem_alloc); in atm_account_tx()
/linux/net/ipv4/
A Dinet_fragment.c548 refcount_add(ts_delta, &sk->sk_wmem_alloc); in inet_frag_reasm_prepare()
625 refcount_add(sum_truesize - head_truesize, &sk->sk_wmem_alloc); in inet_frag_reasm_finish()
A Dtcp_offload.c239 refcount_add(delta, &skb->sk->sk_wmem_alloc); in tcp_gso_segment()
A Dudp_offload.c405 refcount_add(delta, &sk->sk_wmem_alloc); in __udp_gso_segment()
A Dip_output.c1269 refcount_add(wmem_alloc_delta, &sk->sk_wmem_alloc); in __ip_append_data()
1278 refcount_add(wmem_alloc_delta, &sk->sk_wmem_alloc); in __ip_append_data()
A Desp4.c507 refcount_add(tailen, &sk->sk_wmem_alloc); in esp_output_head()
/linux/Documentation/core-api/
A Drefcount-vs-atomic.rst95 * atomic_add() --> refcount_add()
/linux/net/tls/
A Dtls_device_fallback.c227 refcount_add(delta, &sk->sk_wmem_alloc); in complete_skb()
/linux/net/core/
A Ddatagram.c714 refcount_add(truesize, &skb->sk->sk_wmem_alloc); in __zerocopy_sg_from_iter()
A Dpktgen.c3520 refcount_add(burst, &skb->users); in pktgen_xmit()
3596 refcount_add(burst, &pkt_dev->skb->users); in pktgen_xmit()
/linux/net/netfilter/
A Dnf_conntrack_expect.c394 refcount_add(2, &exp->use); in nf_ct_expect_insert()
/linux/net/sctp/
A Doutput.c431 refcount_add(skb->truesize, &head->sk->sk_wmem_alloc); in sctp_packet_gso_append()
/linux/mm/
A Dpage_owner.c216 refcount_add(nr_base_pages, &stack_record->count); in inc_stack_record_count()
A Dmemcontrol.c3367 refcount_add(n, &memcg->id.ref); in mem_cgroup_id_get_many()
/linux/net/xdp/
A Dxsk.c650 refcount_add(ts, &xs->sk.sk_wmem_alloc); in xsk_build_skb_zerocopy()
715 refcount_add(PAGE_SIZE, &xs->sk.sk_wmem_alloc); in xsk_build_skb()
/linux/drivers/iommu/iommufd/
A Ddevice.c519 refcount_add(num_devices, &hwpt->obj.users); in iommufd_device_do_replace()
/linux/net/ipv6/
A Dip6_output.c1797 refcount_add(wmem_alloc_delta, &sk->sk_wmem_alloc); in __ip6_append_data()
1806 refcount_add(wmem_alloc_delta, &sk->sk_wmem_alloc); in __ip6_append_data()
A Desp6.c538 refcount_add(tailen, &sk->sk_wmem_alloc); in esp6_output_head()
/linux/drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/
A Dchcr_ktls.c1671 refcount_add(nskb->truesize, &nskb->sk->sk_wmem_alloc); in chcr_ktls_copy_record_in_skb()
/linux/drivers/atm/
A Didt77252.c2007 refcount_add(skb->truesize, &sk_atm(vcc)->sk_wmem_alloc); in idt77252_send_oam()
/linux/net/unix/
A Daf_unix.c2323 refcount_add(size, &sk->sk_wmem_alloc); in unix_stream_sendmsg()
/linux/io_uring/
A Dio_uring.c709 refcount_add(refill, &current->usage); in io_task_refs_refill()

Completed in 76 milliseconds

12