Searched refs:this_cpu_dec (Results 1 - 25 of 31) sorted by relevance

12

/linux-master/kernel/printk/
H A Dprintk_safe.c26 this_cpu_dec(printk_context);
/linux-master/include/linux/
H A Dpercpu-rwsem.h106 this_cpu_dec(*sem->read_count);
118 this_cpu_dec(*sem->read_count);
H A Dpercpu-defs.h502 #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) macro
H A Dftrace.h508 this_cpu_dec(disable_stack_tracer);
H A Dbpf.h2164 this_cpu_dec(bpf_prog_active);
2300 this_cpu_dec(*map->elem_count);
/linux-master/arch/x86/include/asm/xen/
H A Dhypervisor.h103 this_cpu_dec(xen_lazy_nesting);
/linux-master/kernel/bpf/
H A Dbpf_cgrp_storage.c24 this_cpu_dec(bpf_cgrp_storage_busy);
32 this_cpu_dec(bpf_cgrp_storage_busy);
H A Dbpf_task_storage.c34 this_cpu_dec(bpf_task_storage_busy);
42 this_cpu_dec(bpf_task_storage_busy);
H A Dtrampoline.c903 this_cpu_dec(*(prog->active));
955 this_cpu_dec(*(prog->active));
H A Dbpf_local_storage.c863 this_cpu_dec(*busy_counter);
H A Dhelpers.c785 this_cpu_dec(bpf_bprintf_nest_level);
800 this_cpu_dec(bpf_bprintf_nest_level);
/linux-master/include/net/
H A Dsnmp.h137 this_cpu_dec(mib->mibs[field])
H A Dsch_generic.h910 this_cpu_dec(sch->cpu_qstats->qlen);
/linux-master/kernel/locking/
H A Dpercpu-rwsem.c76 this_cpu_dec(*sem->read_count);
/linux-master/drivers/infiniband/hw/hfi1/
H A Dpio_copy.c123 this_cpu_dec(*pbuf->sc->buffers_allocated);
713 this_cpu_dec(*pbuf->sc->buffers_allocated);
/linux-master/net/caif/
H A Dcffrml.c180 this_cpu_dec(*this->pcpu_refcnt);
H A Dcaif_dev.c76 this_cpu_dec(*e->pcpu_refcnt);
/linux-master/fs/bcachefs/
H A Dsix.c572 this_cpu_dec(*lock->readers);
667 this_cpu_dec(*lock->readers);
/linux-master/fs/
H A Ddcache.c438 this_cpu_dec(nr_dentry_unused);
440 this_cpu_dec(nr_dentry_negative);
450 this_cpu_dec(nr_dentry_unused);
471 this_cpu_dec(nr_dentry_unused);
473 this_cpu_dec(nr_dentry_negative);
483 this_cpu_dec(nr_dentry_negative);
606 this_cpu_dec(nr_dentry);
1850 this_cpu_dec(nr_dentry_negative);
H A Dinode.c300 this_cpu_dec(nr_inodes);
486 this_cpu_dec(nr_unused);
829 this_cpu_dec(nr_unused);
868 this_cpu_dec(nr_unused);
/linux-master/include/net/netfilter/
H A Dnf_flow_table.h370 this_cpu_dec((net)->ft.stat->count)
/linux-master/arch/x86/mm/
H A Dtlb.c994 this_cpu_dec(flush_tlb_info_idx);
/linux-master/kernel/trace/
H A Dbpf_trace.c695 this_cpu_dec(bpf_trace_nest_level);
756 this_cpu_dec(bpf_event_output_nest_level);
1906 this_cpu_dec(bpf_raw_tp_nest_level);
1915 this_cpu_dec(bpf_raw_tp_nest_level);
2384 this_cpu_dec(*(prog->active));
H A Dtrace.h1401 this_cpu_dec(trace_buffered_event_cnt);
/linux-master/net/ipv4/
H A Dinet_connection_sock.c1230 this_cpu_dec(*sk->sk_prot->orphan_count);

Completed in 473 milliseconds

12