Home
last modified time | relevance | path

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

12

/linux-6.3-rc2/include/linux/
A Dpercpu-rwsem.h106 this_cpu_dec(*sem->read_count); in percpu_up_read()
118 this_cpu_dec(*sem->read_count); in percpu_up_read()
A Dpercpu-defs.h521 #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) macro
A Dftrace.h518 this_cpu_dec(disable_stack_tracer); in stack_tracer_enable()
/linux-6.3-rc2/kernel/printk/
A Dprintk_safe.c26 this_cpu_dec(printk_context); in __printk_safe_exit()
/linux-6.3-rc2/kernel/bpf/
A Dbpf_cgrp_storage.c24 this_cpu_dec(bpf_cgrp_storage_busy); in bpf_cgrp_storage_unlock()
32 this_cpu_dec(bpf_cgrp_storage_busy); in bpf_cgrp_storage_trylock()
A Dbpf_task_storage.c34 this_cpu_dec(bpf_task_storage_busy); in bpf_task_storage_unlock()
42 this_cpu_dec(bpf_task_storage_busy); in bpf_task_storage_trylock()
A Dtrampoline.c914 this_cpu_dec(*(prog->active)); in __bpf_prog_exit_recur()
967 this_cpu_dec(*(prog->active)); in __bpf_prog_exit_sleepable_recur()
A Dbpf_local_storage.c694 this_cpu_dec(*busy_counter); in bpf_local_storage_map_free()
A Dhelpers.c778 this_cpu_dec(bpf_bprintf_nest_level); in try_get_buffers()
793 this_cpu_dec(bpf_bprintf_nest_level); in bpf_bprintf_cleanup()
/linux-6.3-rc2/Documentation/translations/zh_CN/core-api/
A Dthis_cpu_ops.rst57 this_cpu_dec(pcp)
175 this_cpu_dec(ps->m);
/linux-6.3-rc2/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/
A Dpercpu.h36 #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) macro
/linux-6.3-rc2/drivers/infiniband/hw/hfi1/
A 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-6.3-rc2/kernel/locking/
A Dpercpu-rwsem.c76 this_cpu_dec(*sem->read_count); in __percpu_down_read_trylock()
/linux-6.3-rc2/include/net/
A Dsnmp.h137 this_cpu_dec(mib->mibs[field])
A Dsch_generic.h871 this_cpu_dec(sch->cpu_qstats->qlen); in qdisc_qstats_cpu_qlen_dec()
/linux-6.3-rc2/net/caif/
A Dcffrml.c180 this_cpu_dec(*this->pcpu_refcnt); in cffrml_put()
A Dcaif_dev.c75 this_cpu_dec(*e->pcpu_refcnt); in caifd_put()
/linux-6.3-rc2/fs/
A Ddcache.c438 this_cpu_dec(nr_dentry_unused); in d_lru_del()
440 this_cpu_dec(nr_dentry_negative); in d_lru_del()
449 this_cpu_dec(nr_dentry_unused); in d_shrink_del()
470 this_cpu_dec(nr_dentry_unused); in d_lru_isolate()
472 this_cpu_dec(nr_dentry_negative); in d_lru_isolate()
482 this_cpu_dec(nr_dentry_negative); in d_lru_shrink_move()
610 this_cpu_dec(nr_dentry); in __dentry_kill()
2006 this_cpu_dec(nr_dentry_negative); in __d_instantiate()
A Dinode.c299 this_cpu_dec(nr_inodes); in __destroy_inode()
485 this_cpu_dec(nr_unused); in inode_lru_list_del()
840 this_cpu_dec(nr_unused); in inode_lru_isolate()
880 this_cpu_dec(nr_unused); in inode_lru_isolate()
/linux-6.3-rc2/arch/x86/kernel/cpu/mce/
A Dintel.c142 this_cpu_dec(cmci_backoff_cnt); in mce_intel_cmci_poll()
/linux-6.3-rc2/include/net/netfilter/
A Dnf_flow_table.h348 this_cpu_dec((net)->ft.stat->count)
/linux-6.3-rc2/kernel/trace/
A Dbpf_trace.c693 this_cpu_dec(bpf_trace_nest_level); in BPF_CALL_5()
750 this_cpu_dec(bpf_event_output_nest_level); in bpf_event_output()
1788 this_cpu_dec(bpf_raw_tp_nest_level); in get_bpf_raw_tp_regs()
1797 this_cpu_dec(bpf_raw_tp_nest_level); in put_bpf_raw_tp_regs()
2266 this_cpu_dec(*(prog->active)); in __bpf_trace_run()
A Dtrace.h1346 this_cpu_dec(trace_buffered_event_cnt); in __trace_event_discard_commit()
/linux-6.3-rc2/Documentation/core-api/
A Dthis_cpu_ops.rst59 this_cpu_dec(pcp)
201 this_cpu_dec(ps->m);
/linux-6.3-rc2/arch/x86/mm/
A Dtlb.c977 this_cpu_dec(flush_tlb_info_idx); in put_flush_tlb_info()

Completed in 54 milliseconds

12