Home
last modified time | relevance | path

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

/Linux-v5.4/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/
Dpercpu.h36 #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) macro
/Linux-v5.4/drivers/infiniband/hw/hfi1/
Dpio_copy.c164 this_cpu_dec(*pbuf->sc->buffers_allocated); in pio_copy()
755 this_cpu_dec(*pbuf->sc->buffers_allocated); in seg_pio_copy_end()
/Linux-v5.4/include/net/
Dsnmp.h131 this_cpu_dec(mib->mibs[field])
Dsch_generic.h882 this_cpu_dec(sch->cpu_qstats->qlen); in qdisc_qstats_cpu_qlen_dec()
/Linux-v5.4/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()
1924 this_cpu_dec(nr_dentry_negative); in __d_instantiate()
Dinode.c269 this_cpu_dec(nr_inodes); in __destroy_inode()
450 this_cpu_dec(nr_unused); in inode_lru_list_del()
745 this_cpu_dec(nr_unused); in inode_lru_isolate()
780 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.4/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.4/kernel/printk/
Dprintk_safe.c358 this_cpu_dec(printk_context); in __printk_safe_exit()
/Linux-v5.4/kernel/trace/
Dbpf_trace.c493 this_cpu_dec(bpf_trace_nest_level); in BPF_CALL_5()
550 this_cpu_dec(bpf_event_output_nest_level); in bpf_event_output()
959 this_cpu_dec(bpf_raw_tp_nest_level); in get_bpf_raw_tp_regs()
968 this_cpu_dec(bpf_raw_tp_nest_level); in put_bpf_raw_tp_regs()
Dtrace.h1380 this_cpu_dec(trace_buffered_event_cnt); in __trace_event_discard_commit()
Dtrace.c822 this_cpu_dec(trace_buffered_event_cnt); in __buffer_unlock_commit()
2420 this_cpu_dec(trace_buffered_event_cnt); in enable_trace_buffered_event()
2497 this_cpu_dec(trace_buffered_event_cnt); in trace_event_buffer_lock_reserve()
3014 this_cpu_dec(trace_percpu_buffer->nesting); in put_trace_buf()
/Linux-v5.4/arch/x86/kernel/cpu/mce/
Dintel.c139 this_cpu_dec(cmci_backoff_cnt); in mce_intel_cmci_poll()
/Linux-v5.4/include/linux/
Dpercpu-defs.h522 #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) macro
Dftrace.h282 this_cpu_dec(disable_stack_tracer); in stack_tracer_enable()
Dnetdevice.h3731 this_cpu_dec(*dev->pcpu_refcnt); in dev_put()
/Linux-v5.4/Documentation/
Dthis_cpu_ops.txt59 this_cpu_dec(pcp)
201 this_cpu_dec(ps->m);
/Linux-v5.4/arch/x86/mm/
Dtlb.c763 this_cpu_dec(flush_tlb_info_idx); in put_flush_tlb_info()
/Linux-v5.4/kernel/bpf/
Dsyscall.c839 this_cpu_dec(bpf_prog_active); in map_lookup_elem()
/Linux-v5.4/net/packet/
Daf_packet.c1162 this_cpu_dec(*rb->pending_refcnt); in packet_dec_pending()
/Linux-v5.4/kernel/events/
Dcore.c3245 this_cpu_dec(perf_sched_cb_usages); in perf_sched_cb_dec()