Home
last modified time | relevance | path

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

12

/openbmc/linux/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
/openbmc/linux/io_uring/
H A Dio-wq.c113 struct io_wq_acct acct[IO_WQ_ACCT_NR]; member
191 struct io_wq_acct *acct = io_wq_get_acct(worker); in io_worker_cancel_cb() local
273 struct io_wq_acct *acct) in io_wq_activate_free_worker()
331 struct io_wq_acct *acct = io_wq_get_acct(worker); in io_wq_inc_running() local
341 struct io_wq_acct *acct; in create_worker_cb() local
365 struct io_wq_acct *acct, in io_queue_worker_create()
826 struct io_wq_acct *acct = &wq->acct[index]; in create_io_worker() local
1044 struct io_wq_acct *acct, in io_acct_cancel_pending_work()
1140 struct io_wq_acct *acct = &wq->acct[i]; in io_wq_hash_wake() local
1179 struct io_wq_acct *acct = &wq->acct[i]; in io_wq_create() local
[all …]
/openbmc/linux/kernel/
H A 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
/openbmc/linux/arch/powerpc/kernel/
H A 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
/openbmc/linux/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
/openbmc/linux/net/netfilter/
H A 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()
H A Dxt_connbytes.c29 const struct nf_conn_acct *acct; in connbytes_mt() local
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
H A Dnf_conntrack_standalone.c278 struct nf_conn_acct *acct; in seq_print_acct() local
H A Dnf_conntrack_core.c951 struct nf_conn_acct *acct; in nf_ct_acct_add() local
966 struct nf_conn_acct *acct; in nf_ct_acct_merge() local
H A Dnf_conntrack_netlink.c257 dump_counters(struct sk_buff *skb, struct nf_conn_acct *acct, in dump_counters()
294 struct nf_conn_acct *acct = nf_conn_acct_find(ct); in ctnetlink_dump_acct() local
/openbmc/linux/include/net/netfilter/
H A Dnf_conntrack_acct.h34 struct nf_conn_acct *acct; in nf_ct_acct_ext_add() local
/openbmc/linux/drivers/net/ethernet/mediatek/
H A Dmtk_ppe_debugfs.c85 struct mtk_foe_accounting *acct; in mtk_ppe_debugfs_foe_show() local
H A 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
/openbmc/linux/security/apparmor/include/
H A Dpolicy_ns.h62 struct aa_ns_acct acct; member
/openbmc/qemu/include/hw/virtio/
H A Dvirtio-blk.h83 BlockAcctCookie acct; member
/openbmc/linux/arch/powerpc/platforms/pseries/
H A Ddtl.c425 struct cpu_accounting_data *acct = &local_paca->accounting; in pseries_accumulate_stolen_time() local
/openbmc/linux/Documentation/admin-guide/sysctl/
H A Dkernel.rst32 acct chapter
/openbmc/qemu/hw/block/dataplane/
H A Dxen-block.c46 BlockAcctCookie acct; member
/openbmc/qemu/hw/ide/
H A Dahci_internal.h298 BlockAcctCookie acct; member
/openbmc/qemu/hw/nvme/
H A Dctrl.c2151 BlockAcctCookie *acct = &req->acct; in nvme_rw_complete_cb() local
2226 BlockAcctCookie *acct = &req->acct; in nvme_verify_cb() local
2332 BlockAcctCookie *acct = &req->acct; in nvme_compare_mdata_cb() local
2413 BlockAcctCookie *acct = &req->acct; in nvme_compare_data_cb() local
2711 } acct; member
H A Dnvme.h408 BlockAcctCookie acct; member
/openbmc/qemu/include/hw/ide/
H A Dinternal.h425 BlockAcctCookie acct; member
/openbmc/qemu/
H A Dqemu-io-cmds.c1355 BlockAcctCookie acct; member
/openbmc/qemu/hw/scsi/
H A Dscsi-disk.c81 BlockAcctCookie acct; member

12