Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/uapi/linux/
H A 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
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dacct.h44 struct acct struct
46 char ac_flag; /* Flags */
47 char ac_version; /* Always set to ACCT_VERSION */
72 struct acct_v3 argument
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dacct.h44 struct acct struct
46 char ac_flag; /* Flags */
47 char ac_version; /* Always set to ACCT_VERSION */
72 struct acct_v3 argument
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/sys/
H A Dacct.h38 struct acct struct
60 struct acct_v3 argument
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/sys/
H A Dacct.h38 struct acct struct
60 struct acct_v3 argument
/OK3568_Linux_fs/kernel/io_uring/
H A Dio-wq.c92 struct io_wqe_acct acct[2]; member
181 struct io_wqe_acct *acct = io_wqe_get_acct(worker); in io_worker_cancel_cb() local
238 static inline bool io_acct_run_queue(struct io_wqe_acct *acct) in io_acct_run_queue()
251 struct io_wqe_acct *acct) in io_wqe_activate_free_worker()
283 static bool io_wqe_create_worker(struct io_wqe *wqe, struct io_wqe_acct *acct) in io_wqe_create_worker()
306 struct io_wqe_acct *acct = io_wqe_get_acct(worker); in io_wqe_inc_running() local
316 struct io_wqe_acct *acct; in create_worker_cb() local
340 struct io_wqe_acct *acct, in io_queue_worker_create()
389 struct io_wqe_acct *acct = io_wqe_get_acct(worker); in io_wqe_dec_running() local
457 static struct io_wq_work *io_get_next_work(struct io_wqe_acct *acct, in io_get_next_work()
[all …]
/OK3568_Linux_fs/kernel/kernel/
H A 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
473 static void do_acct_process(struct bsd_acct_struct *acct) in do_acct_process()
579 struct bsd_acct_struct *acct = acct_get(ns); in slow_acct_process() local
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/kernel/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()
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
/OK3568_Linux_fs/kernel/net/netfilter/
H A 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()
H A Dxt_connbytes.c29 const struct nf_conn_acct *acct; in connbytes_mt() local
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
H A Dnf_conntrack_core.c874 struct nf_conn_acct *acct; in nf_ct_acct_add() local
889 struct nf_conn_acct *acct; in nf_ct_acct_merge() local
H A Dnf_conntrack_netlink.c241 dump_counters(struct sk_buff *skb, struct nf_conn_acct *acct, in dump_counters()
278 struct nf_conn_acct *acct = nf_conn_acct_find(ct); in ctnetlink_dump_acct() local
/OK3568_Linux_fs/kernel/include/net/netfilter/
H A Dnf_conntrack_acct.h34 struct nf_conn_acct *acct; in nf_ct_acct_ext_add() local
/OK3568_Linux_fs/kernel/security/apparmor/include/
H A Dpolicy_ns.h62 struct aa_ns_acct acct; member
/OK3568_Linux_fs/kernel/Documentation/admin-guide/sysctl/
H A Dkernel.rst31 acct chapter
/OK3568_Linux_fs/kernel/fs/proc/
H A Dbase.c2943 struct task_io_accounting acct = task->ioac; in do_io_accounting() local