/Linux-v6.1/include/uapi/linux/ |
D | acct.h | 44 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
|
/Linux-v6.1/io_uring/ |
D | io-wq.c | 97 struct io_wqe_acct acct[IO_WQ_ACCT_NR]; member 186 struct io_wqe_acct *acct = io_wqe_get_acct(worker); in io_worker_cancel_cb() local 242 static inline bool io_acct_run_queue(struct io_wqe_acct *acct) in io_acct_run_queue() 260 struct io_wqe_acct *acct) in io_wqe_activate_free_worker() 292 static bool io_wqe_create_worker(struct io_wqe *wqe, struct io_wqe_acct *acct) in io_wqe_create_worker() 315 struct io_wqe_acct *acct = io_wqe_get_acct(worker); in io_wqe_inc_running() local 325 struct io_wqe_acct *acct; in create_worker_cb() local 349 struct io_wqe_acct *acct, in io_queue_worker_create() 397 struct io_wqe_acct *acct = io_wqe_get_acct(worker); in io_wqe_dec_running() local 466 static struct io_wq_work *io_get_next_work(struct io_wqe_acct *acct, in io_get_next_work() [all …]
|
/Linux-v6.1/kernel/ |
D | acct.c | 120 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 490 static void do_acct_process(struct bsd_acct_struct *acct) in do_acct_process() 594 struct bsd_acct_struct *acct = acct_get(ns); in slow_acct_process() local
|
/Linux-v6.1/arch/powerpc/kernel/ |
D | time.c | 185 static unsigned long vtime_delta_scaled(struct cpu_accounting_data *acct, in vtime_delta_scaled() 225 static unsigned long vtime_delta(struct cpu_accounting_data *acct, in vtime_delta() 248 static void vtime_delta_kernel(struct cpu_accounting_data *acct, in vtime_delta_kernel() 260 struct cpu_accounting_data *acct = get_accounting(tsk); in vtime_account_kernel() local 282 struct cpu_accounting_data *acct = get_accounting(tsk); in vtime_account_idle() local 288 static void vtime_account_irq_field(struct cpu_accounting_data *acct, in vtime_account_irq_field() 302 struct cpu_accounting_data *acct = get_accounting(tsk); in vtime_account_softirq() local 308 struct cpu_accounting_data *acct = get_accounting(tsk); in vtime_account_hardirq() local 313 struct cpu_accounting_data *acct) in vtime_flush_scaled() 336 struct cpu_accounting_data *acct = get_accounting(tsk); in vtime_flush() local
|
/Linux-v6.1/arch/powerpc/include/asm/ |
D | cputime.h | 62 struct cpu_accounting_data *acct = get_accounting(current); in arch_vtime_task_switch() local 76 struct cpu_accounting_data *acct = raw_get_accounting(current); in account_cpu_user_entry() local 85 struct cpu_accounting_data *acct = raw_get_accounting(current); in account_cpu_user_exit() local
|
/Linux-v6.1/net/netfilter/ |
D | nfnetlink_acct.c | 143 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()
|
D | xt_connbytes.c | 29 const struct nf_conn_acct *acct; in connbytes_mt() local
|
D | nft_ct.c | 136 const struct nf_conn_acct *acct = nf_conn_acct_find(ct); in nft_ct_get_eval() local 146 const struct nf_conn_acct *acct = nf_conn_acct_find(ct); in nft_ct_get_eval() local
|
D | nf_conntrack_standalone.c | 281 struct nf_conn_acct *acct; in seq_print_acct() local
|
D | nf_conntrack_core.c | 959 struct nf_conn_acct *acct; in nf_ct_acct_add() local 974 struct nf_conn_acct *acct; in nf_ct_acct_merge() local
|
D | nf_conntrack_netlink.c | 252 dump_counters(struct sk_buff *skb, struct nf_conn_acct *acct, in dump_counters() 289 struct nf_conn_acct *acct = nf_conn_acct_find(ct); in ctnetlink_dump_acct() local
|
/Linux-v6.1/include/net/netfilter/ |
D | nf_conntrack_acct.h | 34 struct nf_conn_acct *acct; in nf_ct_acct_ext_add() local
|
/Linux-v6.1/security/apparmor/include/ |
D | policy_ns.h | 62 struct aa_ns_acct acct; member
|
/Linux-v6.1/arch/powerpc/platforms/pseries/ |
D | dtl.c | 425 struct cpu_accounting_data *acct = &local_paca->accounting; in pseries_accumulate_stolen_time() local
|
/Linux-v6.1/Documentation/admin-guide/sysctl/ |
D | kernel.rst | 32 acct chapter
|
/Linux-v6.1/fs/proc/ |
D | base.c | 2979 struct task_io_accounting acct = task->ioac; in do_io_accounting() local
|