Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dpercpu-rwsem.h106 this_cpu_dec(*sem->read_count); in percpu_up_read()
118 this_cpu_dec(*sem->read_count); in percpu_up_read()
Dpercpu-defs.h521 #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) macro
Dftrace.h408 this_cpu_dec(disable_stack_tracer); in stack_tracer_enable()
Dbpf.h1342 this_cpu_dec(bpf_prog_active); in bpf_enable_instrumentation()
Dnetdevice.h4163 this_cpu_dec(*dev->pcpu_refcnt); in dev_put()
/Linux-v5.15/kernel/printk/
Dprintk_safe.c26 this_cpu_dec(printk_context); in __printk_safe_exit()
/Linux-v5.15/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/
Dpercpu.h36 #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) macro
/Linux-v5.15/drivers/infiniband/hw/hfi1/
Dpio_copy.c123 this_cpu_dec(*pbuf->sc->buffers_allocated); in pio_copy()
713 this_cpu_dec(*pbuf->sc->buffers_allocated); in seg_pio_copy_end()
/Linux-v5.15/kernel/locking/
Dpercpu-rwsem.c74 this_cpu_dec(*sem->read_count); in __percpu_down_read_trylock()
/Linux-v5.15/include/net/
Dsnmp.h137 this_cpu_dec(mib->mibs[field])
Dsch_generic.h922 this_cpu_dec(sch->cpu_qstats->qlen); in qdisc_qstats_cpu_qlen_dec()
/Linux-v5.15/net/caif/
Dcffrml.c180 this_cpu_dec(*this->pcpu_refcnt); in cffrml_put()
Dcaif_dev.c75 this_cpu_dec(*e->pcpu_refcnt); in caifd_put()
/Linux-v5.15/fs/
Ddcache.c413 this_cpu_dec(nr_dentry_unused); in d_lru_del()
415 this_cpu_dec(nr_dentry_negative); in d_lru_del()
424 this_cpu_dec(nr_dentry_unused); in d_shrink_del()
445 this_cpu_dec(nr_dentry_unused); in d_lru_isolate()
447 this_cpu_dec(nr_dentry_negative); in d_lru_isolate()
457 this_cpu_dec(nr_dentry_negative); in d_lru_shrink_move()
585 this_cpu_dec(nr_dentry); in __dentry_kill()
1980 this_cpu_dec(nr_dentry_negative); in __d_instantiate()
Dinode.c276 this_cpu_dec(nr_inodes); in __destroy_inode()
457 this_cpu_dec(nr_unused); in inode_lru_list_del()
764 this_cpu_dec(nr_unused); in inode_lru_isolate()
799 this_cpu_dec(nr_unused); in inode_lru_isolate()
Dnamespace.c286 this_cpu_dec(mnt->mnt_pcp->mnt_writers); in mnt_dec_writers()
/Linux-v5.15/arch/x86/kernel/cpu/mce/
Dintel.c142 this_cpu_dec(cmci_backoff_cnt); in mce_intel_cmci_poll()
/Linux-v5.15/kernel/trace/
Dbpf_trace.c640 this_cpu_dec(bpf_trace_nest_level); in BPF_CALL_5()
697 this_cpu_dec(bpf_event_output_nest_level); in bpf_event_output()
1403 this_cpu_dec(bpf_raw_tp_nest_level); in get_bpf_raw_tp_regs()
1412 this_cpu_dec(bpf_raw_tp_nest_level); in put_bpf_raw_tp_regs()
Dtrace.h1329 this_cpu_dec(trace_buffered_event_cnt); in __trace_event_discard_commit()
Dtrace.c1006 this_cpu_dec(trace_buffered_event_cnt); in __buffer_unlock_commit()
2702 this_cpu_dec(trace_buffered_event_cnt); in enable_trace_buffered_event()
2816 this_cpu_dec(trace_buffered_event_cnt); in trace_event_buffer_lock_reserve()
3257 this_cpu_dec(trace_percpu_buffer->nesting); in put_trace_buf()
/Linux-v5.15/Documentation/core-api/
Dthis_cpu_ops.rst59 this_cpu_dec(pcp)
201 this_cpu_dec(ps->m);
/Linux-v5.15/kernel/bpf/
Dhelpers.c731 this_cpu_dec(bpf_bprintf_nest_level); in try_get_fmt_tmp_buf()
744 this_cpu_dec(bpf_bprintf_nest_level); in bpf_bprintf_cleanup()
/Linux-v5.15/arch/x86/mm/
Dtlb.c980 this_cpu_dec(flush_tlb_info_idx); in put_flush_tlb_info()
/Linux-v5.15/net/packet/
Daf_packet.c1172 this_cpu_dec(*rb->pending_refcnt); in packet_dec_pending()
/Linux-v5.15/kernel/events/
Dcore.c3507 this_cpu_dec(perf_sched_cb_usages); in perf_sched_cb_dec()