Home
last modified time | relevance | path

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

/Linux-v5.10/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.h383 this_cpu_dec(disable_stack_tracer); in stack_tracer_enable()
Dbpf.h1169 this_cpu_dec(bpf_prog_active); in bpf_enable_instrumentation()
Dnetdevice.h3943 this_cpu_dec(*dev->pcpu_refcnt); in dev_put()
/Linux-v5.10/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/
Dpercpu.h36 #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) macro
/Linux-v5.10/drivers/infiniband/hw/hfi1/
Dpio_copy.c164 this_cpu_dec(*pbuf->sc->buffers_allocated); in pio_copy()
754 this_cpu_dec(*pbuf->sc->buffers_allocated); in seg_pio_copy_end()
/Linux-v5.10/kernel/locking/
Dpercpu-rwsem.c74 this_cpu_dec(*sem->read_count); in __percpu_down_read_trylock()
/Linux-v5.10/include/net/
Dsnmp.h137 this_cpu_dec(mib->mibs[field])
Dsch_generic.h876 this_cpu_dec(sch->cpu_qstats->qlen); in qdisc_qstats_cpu_qlen_dec()
/Linux-v5.10/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.10/fs/
Ddcache.c411 this_cpu_dec(nr_dentry_unused); in d_lru_del()
413 this_cpu_dec(nr_dentry_negative); in d_lru_del()
422 this_cpu_dec(nr_dentry_unused); in d_shrink_del()
443 this_cpu_dec(nr_dentry_unused); in d_lru_isolate()
445 this_cpu_dec(nr_dentry_negative); in d_lru_isolate()
455 this_cpu_dec(nr_dentry_negative); in d_lru_shrink_move()
582 this_cpu_dec(nr_dentry); in __dentry_kill()
1945 this_cpu_dec(nr_dentry_negative); in __d_instantiate()
Deventfd.c84 this_cpu_dec(eventfd_wake_count); in eventfd_signal()
Dinode.c273 this_cpu_dec(nr_inodes); in __destroy_inode()
454 this_cpu_dec(nr_unused); in inode_lru_list_del()
756 this_cpu_dec(nr_unused); in inode_lru_isolate()
791 this_cpu_dec(nr_unused); in inode_lru_isolate()
Dnamespace.c264 this_cpu_dec(mnt->mnt_pcp->mnt_writers); in mnt_dec_writers()
/Linux-v5.10/kernel/printk/
Dprintk_safe.c359 this_cpu_dec(printk_context); in __printk_safe_exit()
/Linux-v5.10/kernel/trace/
Dbpf_trace.c760 this_cpu_dec(bpf_seq_printf_buf_used); in BPF_CALL_5()
963 this_cpu_dec(bpf_trace_nest_level); in BPF_CALL_5()
1020 this_cpu_dec(bpf_event_output_nest_level); in bpf_event_output()
1604 this_cpu_dec(bpf_raw_tp_nest_level); in get_bpf_raw_tp_regs()
1613 this_cpu_dec(bpf_raw_tp_nest_level); in put_bpf_raw_tp_regs()
Dtrace.h1494 this_cpu_dec(trace_buffered_event_cnt); in __trace_event_discard_commit()
Dtrace.c983 this_cpu_dec(trace_buffered_event_cnt); in __buffer_unlock_commit()
2669 this_cpu_dec(trace_buffered_event_cnt); in enable_trace_buffered_event()
2746 this_cpu_dec(trace_buffered_event_cnt); in trace_event_buffer_lock_reserve()
3145 this_cpu_dec(trace_percpu_buffer->nesting); in put_trace_buf()
/Linux-v5.10/arch/x86/kernel/cpu/mce/
Dintel.c142 this_cpu_dec(cmci_backoff_cnt); in mce_intel_cmci_poll()
/Linux-v5.10/Documentation/core-api/
Dthis_cpu_ops.rst59 this_cpu_dec(pcp)
201 this_cpu_dec(ps->m);
/Linux-v5.10/arch/x86/mm/
Dtlb.c881 this_cpu_dec(flush_tlb_info_idx); in put_flush_tlb_info()
/Linux-v5.10/net/packet/
Daf_packet.c1169 this_cpu_dec(*rb->pending_refcnt); in packet_dec_pending()