Home
last modified time | relevance | path

Searched defs:acct (Results 1 - 25 of 36) sorted by relevance

12

/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H A Dcputime.h47 struct cpu_accounting_data *acct = get_accounting(current); in arch_vtime_task_switch() local
61 struct cpu_accounting_data *acct = raw_get_accounting(current); in account_cpu_user_entry() local
70 struct cpu_accounting_data *acct = raw_get_accounting(current); in account_cpu_user_exit() local
[all...]
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Dcputime.h61 struct cpu_accounting_data *acct = get_accounting(current); in arch_vtime_task_switch() local
75 struct cpu_accounting_data *acct = raw_get_accounting(current); in account_cpu_user_entry() local
84 struct cpu_accounting_data *acct = raw_get_accounting(current); in account_cpu_user_exit() local
[all...]
/kernel/linux/linux-5.10/net/netfilter/
H A Dxt_connbytes.c29 const struct nf_conn_acct *acct; in connbytes_mt() local
H A Dnfnetlink_acct.c131 nfnl_acct_fill_info(struct sk_buff *skb, u32 portid, u32 seq, u32 type, int event, struct nf_acct *acct) nfnl_acct_fill_info() argument
400 struct nf_acct *cur, *acct = NULL; nfnl_acct_find_get() local
424 nfnl_acct_put(struct nf_acct *acct) nfnl_acct_put() argument
[all...]
H A Dnft_ct.c135 const struct nf_conn_acct *acct = nf_conn_acct_find(ct); in nft_ct_get_eval() local
145 const struct nf_conn_acct *acct = nf_conn_acct_find(ct); in nft_ct_get_eval() local
H A Dnf_conntrack_standalone.c278 struct nf_conn_acct *acct; in seq_print_acct() local
/kernel/linux/linux-5.10/include/net/netfilter/
H A Dnf_conntrack_acct.h34 struct nf_conn_acct *acct; in nf_ct_acct_ext_add() local
/kernel/linux/linux-6.6/include/net/netfilter/
H A Dnf_conntrack_acct.h34 struct nf_conn_acct *acct; in nf_ct_acct_ext_add() local
/kernel/linux/linux-6.6/net/netfilter/
H A Dxt_connbytes.c29 const struct nf_conn_acct *acct; in connbytes_mt() local
H A Dnfnetlink_acct.c142 nfnl_acct_fill_info(struct sk_buff *skb, u32 portid, u32 seq, u32 type, int event, struct nf_acct *acct) nfnl_acct_fill_info() argument
420 struct nf_acct *cur, *acct = NULL; nfnl_acct_find_get() local
444 nfnl_acct_put(struct nf_acct *acct) nfnl_acct_put() argument
[all...]
H A Dnft_ct.c126 const struct nf_conn_acct *acct = nf_conn_acct_find(ct); in nft_ct_get_eval() local
136 const struct nf_conn_acct *acct = nf_conn_acct_find(ct); in nft_ct_get_eval() local
/kernel/linux/linux-5.10/security/apparmor/include/
H A Dpolicy_ns.h62 struct aa_ns_acct acct; member
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dacct.h44 struct acct struct
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dacct.h44 struct acct struct
/kernel/linux/linux-6.6/drivers/net/ethernet/mediatek/
H A Dmtk_ppe_debugfs.c85 struct mtk_foe_accounting *acct; in mtk_ppe_debugfs_foe_show() local
/kernel/linux/linux-6.6/security/apparmor/include/
H A Dpolicy_ns.h62 struct aa_ns_acct acct; member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dacct.h27 struct acct { struct
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dacct.h27 struct acct { struct
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dacct.h14 struct acct struct
/kernel/linux/linux-6.6/arch/powerpc/platforms/pseries/
H A Ddtl.c425 struct cpu_accounting_data *acct = &local_paca->accounting; in pseries_accumulate_stolen_time() local
/kernel/linux/linux-5.10/kernel/
H A Dacct.c101 static int check_free_space(struct bsd_acct_struct *acct) in check_free_space() argument
172 struct bsd_acct_struct *acct = to_acct(pin); acct_pin_kill() local
185 struct bsd_acct_struct *acct = container_of(work, struct bsd_acct_struct, work); close_work() local
198 struct bsd_acct_struct *acct; acct_on() local
475 do_acct_process(struct bsd_acct_struct *acct) do_acct_process() argument
581 struct bsd_acct_struct *acct = acct_get(ns); slow_acct_process() local
[all...]
/kernel/linux/linux-6.6/kernel/
H A Dacct.c120 static int check_free_space(struct bsd_acct_struct *acct) in check_free_space() argument
191 struct bsd_acct_struct *acct = to_acct(pin); acct_pin_kill() local
204 struct bsd_acct_struct *acct = container_of(work, struct bsd_acct_struct, work); close_work() local
217 struct bsd_acct_struct *acct; acct_on() local
492 do_acct_process(struct bsd_acct_struct *acct) do_acct_process() argument
596 struct bsd_acct_struct *acct = acct_get(ns); slow_acct_process() local
[all...]
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H A Dtime.c233 struct cpu_accounting_data *acct = &local_paca->accounting; in accumulate_stolen_time() local
275 static unsigned long vtime_delta_scaled(struct cpu_accounting_data *acct, in vtime_delta_scaled() argument
320 struct cpu_accounting_data *acct = get_accounting(tsk); vtime_delta() local
338 struct cpu_accounting_data *acct = get_accounting(tsk); vtime_account_kernel() local
368 struct cpu_accounting_data *acct = get_accounting(tsk); vtime_account_idle() local
374 vtime_flush_scaled(struct task_struct *tsk, struct cpu_accounting_data *acct) vtime_flush_scaled() argument
398 struct cpu_accounting_data *acct = get_accounting(tsk); vtime_flush() local
[all...]
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H A Dtime.c170 static unsigned long vtime_delta_scaled(struct cpu_accounting_data *acct, in vtime_delta_scaled() argument
210 static unsigned long vtime_delta(struct cpu_accounting_data *acct, in vtime_delta() argument
233 vtime_delta_kernel(struct cpu_accounting_data *acct, unsigned long *stime, unsigned long *stime_scaled) vtime_delta_kernel() argument
245 struct cpu_accounting_data *acct = get_accounting(tsk); vtime_account_kernel() local
267 struct cpu_accounting_data *acct = get_accounting(tsk); vtime_account_idle() local
273 vtime_account_irq_field(struct cpu_accounting_data *acct, unsigned long *field) vtime_account_irq_field() argument
287 struct cpu_accounting_data *acct = get_accounting(tsk); vtime_account_softirq() local
293 struct cpu_accounting_data *acct = get_accounting(tsk); vtime_account_hardirq() local
297 vtime_flush_scaled(struct task_struct *tsk, struct cpu_accounting_data *acct) vtime_flush_scaled() argument
321 struct cpu_accounting_data *acct = get_accounting(tsk); vtime_flush() local
[all...]
/kernel/linux/linux-5.10/io_uring/
H A Dio-wq.c92 struct io_wqe_acct acct[2]; member
191 struct io_wqe_acct *acct = io_wqe_get_acct(worker); in io_worker_cancel_cb() local
248 static inline bool io_acct_run_queue(struct io_wqe_acct *acct) in io_acct_run_queue() argument
293 io_wqe_create_worker(struct io_wqe *wqe, struct io_wqe_acct *acct) io_wqe_create_worker() argument
316 struct io_wqe_acct *acct = io_wqe_get_acct(worker); io_wqe_inc_running() local
326 struct io_wqe_acct *acct; create_worker_cb() local
349 io_queue_worker_create(struct io_worker *worker, struct io_wqe_acct *acct, task_work_func_t func) io_queue_worker_create() argument
399 struct io_wqe_acct *acct = io_wqe_get_acct(worker); global() variable
552 struct io_wqe_acct *acct = io_wqe_get_acct(worker); global() variable
622 struct io_wqe_acct *acct = io_wqe_get_acct(worker); io_wqe_worker() local
770 struct io_wqe_acct *acct = io_wqe_get_acct(worker); create_worker_cont() local
798 struct io_wqe_acct *acct = io_wqe_get_acct(worker); io_workqueue_create() local
806 struct io_wqe_acct *acct = &wqe->acct[index]; create_io_worker() local
890 struct io_wqe_acct *acct = io_work_get_acct(wqe, work); io_wqe_insert_work() local
916 struct io_wqe_acct *acct = io_work_get_acct(wqe, work); io_wqe_enqueue() local
1006 struct io_wqe_acct *acct = io_work_get_acct(wqe, work); io_wqe_remove_pending() local
1051 struct io_wqe_acct *acct = io_get_acct(wqe, i == 0); io_wqe_cancel_pending_work() local
1124 struct io_wqe_acct *acct = &wqe->acct[i]; io_wqe_hash_wake() local
1176 struct io_wqe_acct *acct = &wqe->acct[i]; io_wq_create() local
1382 struct io_wqe_acct *acct; io_wq_max_workers() local
[all...]

Completed in 14 milliseconds

12