Home
last modified time | relevance | path

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

12

/kernel/linux/linux-6.6/include/uapi/linux/
Dacct.h44 struct acct struct
46 char ac_flag; /* Flags */
47 char ac_version; /* Always set to ACCT_VERSION */
49 __u16 ac_uid16; /* LSB of Real User ID */
50 __u16 ac_gid16; /* LSB of Real Group ID */
51 __u16 ac_tty; /* Control Terminal */
75 struct acct_v3 argument
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dacct.h14 struct acct struct
16 char ac_flag;
17 char ac_version;
42 struct acct_v3 argument
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dacct.h27 struct acct { struct
51 struct acct_v3 { argument
/kernel/linux/linux-5.10/include/uapi/linux/
Dacct.h44 struct acct struct
46 char ac_flag; /* Flags */
47 char ac_version; /* Always set to ACCT_VERSION */
49 __u16 ac_uid16; /* LSB of Real User ID */
50 __u16 ac_gid16; /* LSB of Real Group ID */
51 __u16 ac_tty; /* Control Terminal */
75 struct acct_v3 argument
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
Dacct.h27 struct acct { struct
51 struct acct_v3 { argument
/kernel/linux/linux-6.6/io_uring/
Dio-wq.c111 struct io_wq_acct acct[IO_WQ_ACCT_NR]; member
189 struct io_wq_acct *acct = io_wq_get_acct(worker); in io_worker_cancel_cb() local
245 static inline bool __io_acct_run_queue(struct io_wq_acct *acct) in __io_acct_run_queue()
255 static inline bool io_acct_run_queue(struct io_wq_acct *acct) in io_acct_run_queue()
271 struct io_wq_acct *acct) in io_wq_activate_free_worker()
306 static bool io_wq_create_worker(struct io_wq *wq, struct io_wq_acct *acct) in io_wq_create_worker()
329 struct io_wq_acct *acct = io_wq_get_acct(worker); in io_wq_inc_running() local
339 struct io_wq_acct *acct; in create_worker_cb() local
363 struct io_wq_acct *acct, in io_queue_worker_create()
410 struct io_wq_acct *acct = io_wq_get_acct(worker); in io_wq_dec_running() local
[all …]
/kernel/linux/linux-5.10/io_uring/
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()
261 struct io_wqe_acct *acct) in io_wqe_activate_free_worker()
293 static bool io_wqe_create_worker(struct io_wqe *wqe, struct io_wqe_acct *acct) in io_wqe_create_worker()
316 struct io_wqe_acct *acct = io_wqe_get_acct(worker); in io_wqe_inc_running() local
326 struct io_wqe_acct *acct; in create_worker_cb() local
350 struct io_wqe_acct *acct, in io_queue_worker_create()
399 struct io_wqe_acct *acct = io_wqe_get_acct(worker); in io_wqe_dec_running() local
467 static struct io_wq_work *io_get_next_work(struct io_wqe_acct *acct, in io_get_next_work()
[all …]
/kernel/linux/linux-5.10/kernel/
Dacct.c101 static int check_free_space(struct bsd_acct_struct *acct) in check_free_space()
172 struct bsd_acct_struct *acct = to_acct(pin); in acct_pin_kill() local
185 struct bsd_acct_struct *acct = container_of(work, struct bsd_acct_struct, work); in close_work() local
198 struct bsd_acct_struct *acct; in acct_on() local
273 SYSCALL_DEFINE1(acct, const char __user *, name) in SYSCALL_DEFINE1() argument
475 static void do_acct_process(struct bsd_acct_struct *acct) in do_acct_process()
581 struct bsd_acct_struct *acct = acct_get(ns); in slow_acct_process() local
/kernel/linux/linux-6.6/kernel/
Dacct.c120 static int check_free_space(struct bsd_acct_struct *acct) in check_free_space()
191 struct bsd_acct_struct *acct = to_acct(pin); in acct_pin_kill() local
204 struct bsd_acct_struct *acct = container_of(work, struct bsd_acct_struct, work); in close_work() local
217 struct bsd_acct_struct *acct; in acct_on() local
292 SYSCALL_DEFINE1(acct, const char __user *, name) in SYSCALL_DEFINE1() argument
492 static void do_acct_process(struct bsd_acct_struct *acct) in do_acct_process()
596 struct bsd_acct_struct *acct = acct_get(ns); in slow_acct_process() local
/kernel/linux/linux-6.6/arch/powerpc/kernel/
Dtime.c170 static unsigned long vtime_delta_scaled(struct cpu_accounting_data *acct, in vtime_delta_scaled()
210 static unsigned long vtime_delta(struct cpu_accounting_data *acct, in vtime_delta()
233 static void vtime_delta_kernel(struct cpu_accounting_data *acct, in vtime_delta_kernel()
245 struct cpu_accounting_data *acct = get_accounting(tsk); in vtime_account_kernel() local
267 struct cpu_accounting_data *acct = get_accounting(tsk); in vtime_account_idle() local
273 static void vtime_account_irq_field(struct cpu_accounting_data *acct, in vtime_account_irq_field()
287 struct cpu_accounting_data *acct = get_accounting(tsk); in vtime_account_softirq() local
293 struct cpu_accounting_data *acct = get_accounting(tsk); in vtime_account_hardirq() local
298 struct cpu_accounting_data *acct) in vtime_flush_scaled()
321 struct cpu_accounting_data *acct = get_accounting(tsk); in vtime_flush() local
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
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
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
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
/kernel/linux/linux-5.10/arch/powerpc/kernel/
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()
320 struct cpu_accounting_data *acct = get_accounting(tsk); in vtime_delta() local
338 struct cpu_accounting_data *acct = get_accounting(tsk); in vtime_account_kernel() local
368 struct cpu_accounting_data *acct = get_accounting(tsk); in vtime_account_idle() local
375 struct cpu_accounting_data *acct) in vtime_flush_scaled()
398 struct cpu_accounting_data *acct = get_accounting(tsk); in vtime_flush() local
/kernel/linux/linux-6.6/net/netfilter/
Dnfnetlink_acct.c143 int event, struct nf_acct *acct) in nfnl_acct_fill_info()
420 struct nf_acct *cur, *acct = NULL; in nfnl_acct_find_get() local
444 void nfnl_acct_put(struct nf_acct *acct) in nfnl_acct_put()
Dxt_connbytes.c29 const struct nf_conn_acct *acct; in connbytes_mt() local
/kernel/linux/linux-5.10/net/netfilter/
Dnfnetlink_acct.c132 int event, struct nf_acct *acct) in nfnl_acct_fill_info()
400 struct nf_acct *cur, *acct = NULL; in nfnl_acct_find_get() local
424 void nfnl_acct_put(struct nf_acct *acct) in nfnl_acct_put()
Dxt_connbytes.c29 const struct nf_conn_acct *acct; in connbytes_mt() local
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
/kernel/linux/linux-6.6/include/net/netfilter/
Dnf_conntrack_acct.h34 struct nf_conn_acct *acct; in nf_ct_acct_ext_add() local
/kernel/linux/linux-5.10/include/net/netfilter/
Dnf_conntrack_acct.h34 struct nf_conn_acct *acct; in nf_ct_acct_ext_add() local
/kernel/linux/linux-6.6/drivers/net/ethernet/mediatek/
Dmtk_ppe_debugfs.c85 struct mtk_foe_accounting *acct; in mtk_ppe_debugfs_foe_show() local
Dmtk_ppe.c524 struct mtk_foe_accounting *acct; in __mtk_foe_entry_clear() local
852 struct mtk_foe_accounting *acct; in mtk_foe_entry_get_mib() local
879 struct mtk_foe_accounting *acct; in mtk_ppe_init() local
/kernel/linux/linux-5.10/security/apparmor/include/
Dpolicy_ns.h62 struct aa_ns_acct acct; member
/kernel/linux/linux-6.6/security/apparmor/include/
Dpolicy_ns.h62 struct aa_ns_acct acct; member
/kernel/linux/linux-5.10/Documentation/admin-guide/sysctl/
Dkernel.rst31 acct chapter

12