Home
last modified time | relevance | path

Searched refs:account (Results 1 – 25 of 171) sorted by last modified time

1234567

/linux/arch/x86/
H A DKconfig858 the current vCPU is discounted from the vCPU power. To account for
/linux/arch/riscv/
H A DKconfig849 the current vCPU is discounted from the vCPU power. To account for
/linux/arch/arm64/
H A DKconfig1495 the current vCPU is discounted from the vCPU power. To account for
/linux/Documentation/networking/
H A Dfilter.rst430 Runs through all packets from a pcap to account how many passes and fails
/linux/Documentation/power/
H A Dpci.rst168 into account by ACPI). Moreover, for each power state of a device there is a
/linux/kernel/trace/
H A DKconfig462 noise. In this way, osnoise can account for any source of
/linux/fs/netfs/
H A Dbuffered_read.c26 size_t account = 0; in netfs_rreq_unlock_folios() local
85 account += subreq->transferred; in netfs_rreq_unlock_folios()
127 task_io_account_read(account); in netfs_rreq_unlock_folios()
/linux/arch/arm/boot/dts/allwinner/
H A Dsun8i-a83t-bananapi-m3.dts376 * Set a 100ms delay to account for PMIC
H A Dsun8i-a83t-cubietruck-plus.dts368 * Set a 100ms delay to account for PMIC ramp time and board traces.
/linux/arch/
H A DKconfig888 Architecture has its own way to account idle CPU time and therefore
/linux/Documentation/translations/it_IT/process/
H A D7.AdvancedTopics.rst64 per esempio). Gli sviluppatori permanenti possono ottenere un account
/linux/Documentation/process/
H A Dhandling-regressions.rst246 to account for the time it takes to get fixes tested, reviewed, and merged by
646 Maybe it worked *because* the user had taken the bug into account,
/linux/Documentation/trace/
H A Dftrace.rst1420 When enabled, it will account time the task has been
/linux/Documentation/arch/sparc/oradax/
H A Ddax-hv-api.txt34 …to implement a software timeout to account for certain RAS errors which may result in lost CCBs. I…
/linux/Documentation/core-api/
H A Ddma-api-howto.rst91 drivers, namely it has to take into account that DMA addresses should be
/linux/Documentation/admin-guide/
H A Dcgroup-v2.rst237 (of low, min limits for e.g) needs to take this into account.
1055 base and it does not account for the frequency at which tasks are executed.
2702 account as if it was a normal child cgroup of the root cgroup with a
3154 that cgroup controllers should account and limit specific physical
/linux/Documentation/admin-guide/mm/
H A Dksm.rst163 not take into account historic information. When smart scan is
/linux/fs/smb/server/
H A Dksmbd_netlink.h130 __s8 account[KSMBD_REQ_MAX_ACCOUNT_NAME_SZ]; /* user account name */ member
141 __s8 account[KSMBD_REQ_MAX_ACCOUNT_NAME_SZ]; /* user account name */ member
199 __s8 account[KSMBD_REQ_MAX_ACCOUNT_NAME_SZ]; member
228 __s8 account[KSMBD_REQ_MAX_ACCOUNT_NAME_SZ]; /* user account name */ member
H A Dtransport_ipc.c539 struct ksmbd_login_response *ksmbd_ipc_login_request(const char *account) in ksmbd_ipc_login_request() argument
545 if (strlen(account) >= KSMBD_REQ_MAX_ACCOUNT_NAME_SZ) in ksmbd_ipc_login_request()
555 strscpy(req->account, account, KSMBD_REQ_MAX_ACCOUNT_NAME_SZ); in ksmbd_ipc_login_request()
614 strscpy(req->account, user_name(sess->user), KSMBD_REQ_MAX_ACCOUNT_NAME_SZ); in ksmbd_ipc_tree_connect_request()
650 int ksmbd_ipc_logout_request(const char *account, int flags) in ksmbd_ipc_logout_request() argument
656 if (strlen(account) >= KSMBD_REQ_MAX_ACCOUNT_NAME_SZ) in ksmbd_ipc_logout_request()
666 strscpy(req->account, account, KSMBD_REQ_MAX_ACCOUNT_NAME_SZ); in ksmbd_ipc_logout_request()
/linux/kernel/
H A Dfork.c534 static void account_kernel_stack(struct task_struct *tsk, int account) in account_kernel_stack() argument
542 account * (PAGE_SIZE / 1024)); in account_kernel_stack()
548 account * (THREAD_SIZE / 1024)); in account_kernel_stack()
/linux/arch/arm/
H A DKconfig1329 the current vCPU is discounted from the vCPU power. To account for
/linux/Documentation/spi/
H A Dspi-lm70llp.rst75 So: the getmiso inline routine in this driver takes this fact into account,
/linux/Documentation/devicetree/bindings/thermal/
H A Dthermal-zones.yaml34 dissipation capability. The delays should be chosen to account for said
/linux/drivers/thermal/
H A DKconfig130 devices one step at the time, taking into account the trip
/linux/Documentation/sound/kernel-api/
H A Dwriting-an-alsa-driver.rst2204 take this atomicity into account when you choose a locking scheme in

1234567