Home
last modified time | relevance | path

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

12

/Linux-v6.1/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.h489 this_cpu_dec(disable_stack_tracer); in stack_tracer_enable()
/Linux-v6.1/kernel/printk/
Dprintk_safe.c26 this_cpu_dec(printk_context); in __printk_safe_exit()
/Linux-v6.1/kernel/bpf/
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()
Dtrampoline.c910 this_cpu_dec(*(prog->active)); in __bpf_prog_exit()
962 this_cpu_dec(*(prog->active)); in __bpf_prog_exit_sleepable()
Dbpf_local_storage.c562 this_cpu_dec(*busy_counter); in bpf_local_storage_map_free()
Dhelpers.c771 this_cpu_dec(bpf_bprintf_nest_level); in try_get_fmt_tmp_buf()
784 this_cpu_dec(bpf_bprintf_nest_level); in bpf_bprintf_cleanup()
/Linux-v6.1/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/
Dpercpu.h36 #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) macro
/Linux-v6.1/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-v6.1/kernel/locking/
Dpercpu-rwsem.c76 this_cpu_dec(*sem->read_count); in __percpu_down_read_trylock()
/Linux-v6.1/include/net/
Dsnmp.h137 this_cpu_dec(mib->mibs[field])
Dsch_generic.h869 this_cpu_dec(sch->cpu_qstats->qlen); in qdisc_qstats_cpu_qlen_dec()
/Linux-v6.1/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-v6.1/fs/
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()
Dinode.c298 this_cpu_dec(nr_inodes); in __destroy_inode()
484 this_cpu_dec(nr_unused); in inode_lru_list_del()
839 this_cpu_dec(nr_unused); in inode_lru_isolate()
879 this_cpu_dec(nr_unused); in inode_lru_isolate()
/Linux-v6.1/arch/x86/kernel/cpu/mce/
Dintel.c142 this_cpu_dec(cmci_backoff_cnt); in mce_intel_cmci_poll()
/Linux-v6.1/include/net/netfilter/
Dnf_flow_table.h346 this_cpu_dec((net)->ft.stat->count)
/Linux-v6.1/kernel/trace/
Dbpf_trace.c695 this_cpu_dec(bpf_trace_nest_level); in BPF_CALL_5()
753 this_cpu_dec(bpf_event_output_nest_level); in bpf_event_output()
1779 this_cpu_dec(bpf_raw_tp_nest_level); in get_bpf_raw_tp_regs()
1788 this_cpu_dec(bpf_raw_tp_nest_level); in put_bpf_raw_tp_regs()
2257 this_cpu_dec(*(prog->active)); in __bpf_trace_run()
Dtrace.h1341 this_cpu_dec(trace_buffered_event_cnt); in __trace_event_discard_commit()
Dtrace.c998 this_cpu_dec(trace_buffered_event_cnt); in __buffer_unlock_commit()
2726 this_cpu_dec(trace_buffered_event_cnt); in enable_trace_buffered_event()
2842 this_cpu_dec(trace_buffered_event_cnt); in trace_event_buffer_lock_reserve()
3286 this_cpu_dec(trace_percpu_buffer->nesting); in put_trace_buf()
/Linux-v6.1/Documentation/core-api/
Dthis_cpu_ops.rst59 this_cpu_dec(pcp)
201 this_cpu_dec(ps->m);
/Linux-v6.1/arch/x86/mm/
Dtlb.c977 this_cpu_dec(flush_tlb_info_idx); in put_flush_tlb_info()
/Linux-v6.1/net/ipv4/
Dinet_connection_sock.c1165 this_cpu_dec(*sk->sk_prot->orphan_count); in inet_csk_destroy_sock()

12