/linux/include/uapi/linux/ |
H A 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/io_uring/ |
H A D | io-wq.c | 53 struct io_wq_acct *acct; member 126 struct io_wq_acct acct[IO_WQ_ACCT_NR]; member 208 struct io_wq_acct *acct = io_wq_get_acct(worker); in io_worker_cancel_cb() local 233 struct io_wq_acct *acct = io_wq_get_acct(worker); in io_worker_exit() local 265 static inline bool __io_acct_run_queue(struct io_wq_acct *acct) in __io_acct_run_queue() 275 static inline bool io_acct_run_queue(struct io_wq_acct *acct) in io_acct_run_queue() 290 static bool io_acct_activate_free_worker(struct io_wq_acct *acct) in io_acct_activate_free_worker() 321 static bool io_wq_create_worker(struct io_wq *wq, struct io_wq_acct *acct) in io_wq_create_worker() 344 struct io_wq_acct *acct = io_wq_get_acct(worker); in io_wq_inc_running() local 354 struct io_wq_acct *acct; in create_worker_cb() local [all …]
|
/linux/kernel/ |
H A D | acct.c | 122 static bool check_free_space(struct bsd_acct_struct *acct) in check_free_space() 192 struct bsd_acct_struct *acct = to_acct(pin); in acct_pin_kill() local 209 struct bsd_acct_struct *acct = container_of(work, struct bsd_acct_struct, work); in close_work() local 225 struct bsd_acct_struct *acct; in acct_on() local 314 SYSCALL_DEFINE1(acct, const char __user *, name) in SYSCALL_DEFINE1() argument 456 static void fill_ac(struct bsd_acct_struct *acct) in fill_ac() 544 static void acct_write_process(struct bsd_acct_struct *acct) in acct_write_process() 569 static void do_acct_process(struct bsd_acct_struct *acct) in do_acct_process() 629 struct bsd_acct_struct *acct = acct_get(ns); in slow_acct_process() local
|
/linux/arch/powerpc/include/asm/ |
H A D | cputime.h | 48 struct cpu_accounting_data *acct = raw_get_accounting(current); in account_cpu_user_entry() local 57 struct cpu_accounting_data *acct = raw_get_accounting(current); in account_cpu_user_exit() local
|
/linux/net/netfilter/ |
H A 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()
|
H A D | xt_connbytes.c | 29 const struct nf_conn_acct *acct; in connbytes_mt() local
|
H A D | nft_ct.c | 126 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
|
H A D | nf_conntrack_standalone.c | 277 struct nf_conn_acct *acct; seq_print_acct() local
|
H A D | nf_conntrack_core.c | 951 struct nf_conn_acct *acct; nf_ct_acct_add() local 966 struct nf_conn_acct *acct; nf_ct_acct_merge() local [all...] |
H A D | nf_conntrack_netlink.c | 258 dump_counters(struct sk_buff *skb, struct nf_conn_acct *acct, in dump_counters() 295 struct nf_conn_acct *acct = nf_conn_acct_find(ct); in ctnetlink_dump_acct() local
|
/linux/include/net/netfilter/ |
H A D | nf_conntrack_acct.h | 34 struct nf_conn_acct *acct; in nf_ct_acct_ext_add() local
|
/linux/drivers/net/ethernet/mediatek/ |
H A D | mtk_ppe.c | 526 struct mtk_foe_accounting *acct; in __mtk_foe_entry_clear() local 854 struct mtk_foe_accounting *acct; in mtk_foe_entry_get_mib() local 881 struct mtk_foe_accounting *acct; in mtk_ppe_init() local
|
H A D | mtk_ppe_debugfs.c | 86 struct mtk_foe_accounting *acct; in mtk_ppe_debugfs_foe_show() local
|
/linux/security/apparmor/include/ |
H A D | policy_ns.h | 62 struct aa_ns_acct acct; member
|
/linux/Documentation/admin-guide/sysctl/ |
H A D | kernel.rst | 32 acct chapter
|
/linux/fs/proc/ |
H A D | base.c | 3030 struct task_io_accounting acct; in do_io_accounting() local
|