Home
last modified time | relevance | path

Searched full:account (Results 1 – 25 of 2357) sorted by relevance

12345678910>>...95

/kernel/linux/linux-5.10/Documentation/vm/
Dovercommit-accounting.rst74 * We account mmap memory mappings
75 * We account mprotect changes in commit
76 * We account mremap changes in size
77 * We account brk
78 * We account munmap
80 * Account and check on fork
87 * Account ptrace pages (this is hard)
/kernel/linux/linux-6.6/Documentation/mm/
Dovercommit-accounting.rst73 * We account mmap memory mappings
74 * We account mprotect changes in commit
75 * We account mremap changes in size
76 * We account brk
77 * We account munmap
79 * Account and check on fork
86 * Account ptrace pages (this is hard)
/kernel/linux/linux-6.6/fs/smb/server/
Dksmbd_netlink.h15 * daemon using netlink. This is added to track and cache user account DB
33 * This event is to get user account info to user IPC daemon.
129 __s8 account[KSMBD_REQ_MAX_ACCOUNT_NAME_SZ]; /* user account name */ member
140 __s8 account[KSMBD_REQ_MAX_ACCOUNT_NAME_SZ]; /* user account name */ member
197 __s8 account[KSMBD_REQ_MAX_ACCOUNT_NAME_SZ]; member
223 * IPC Response structure to logout user account.
226 __s8 account[KSMBD_REQ_MAX_ACCOUNT_NAME_SZ]; /* user account name */ member
Dtransport_ipc.c502 struct ksmbd_login_response *ksmbd_ipc_login_request(const char *account) in ksmbd_ipc_login_request() argument
508 if (strlen(account) >= KSMBD_REQ_MAX_ACCOUNT_NAME_SZ) in ksmbd_ipc_login_request()
518 strscpy(req->account, account, KSMBD_REQ_MAX_ACCOUNT_NAME_SZ); in ksmbd_ipc_login_request()
577 strscpy(req->account, user_name(sess->user), KSMBD_REQ_MAX_ACCOUNT_NAME_SZ); in ksmbd_ipc_tree_connect_request()
613 int ksmbd_ipc_logout_request(const char *account, int flags) in ksmbd_ipc_logout_request() argument
619 if (strlen(account) >= KSMBD_REQ_MAX_ACCOUNT_NAME_SZ) in ksmbd_ipc_logout_request()
629 strscpy(req->account, account, KSMBD_REQ_MAX_ACCOUNT_NAME_SZ); in ksmbd_ipc_logout_request()
Dtransport_ipc.h14 ksmbd_ipc_login_request(const char *account);
28 int ksmbd_ipc_logout_request(const char *account, int flags);
/kernel/linux/linux-5.10/kernel/sched/
Dcputime.c58 bool account = true; in irqtime_account_irq() local
72 * We do not account for softirq time from ksoftirqd here. in irqtime_account_irq()
83 account = false; in irqtime_account_irq()
85 if (account) in irqtime_account_irq()
128 * Account user CPU time to a process.
145 /* Account for user time used */ in account_user_time()
150 * Account guest CPU time to a process.
174 * Account system CPU time to a process and desired cpustat field
189 /* Account for system time used */ in account_system_index_time()
194 * Account system CPU time to a process.
[all …]
/kernel/linux/linux-6.6/kernel/sched/
Dcputime.c69 * We do not account for softirq time from ksoftirqd here. in irqtime_account_irq()
117 * Account user CPU time to a process.
134 /* Account for user time used */ in account_user_time()
139 * Account guest CPU time to a process.
163 * Account system CPU time to a process and desired cpustat field
178 /* Account for system time used */ in account_system_index_time()
183 * Account system CPU time to a process.
208 * Account for involuntary wait time.
219 * Account for idle time.
236 * Account for forceidle time due to core scheduling.
[all …]
/kernel/linux/linux-6.6/fs/smb/server/mgmt/
Duser_config.c12 struct ksmbd_user *ksmbd_login_user(const char *account) in ksmbd_login_user() argument
17 resp = ksmbd_ipc_login_request(account); in ksmbd_login_user()
38 user->name = kstrdup(resp->account, GFP_KERNEL); in ksmbd_alloc_user()
/kernel/linux/linux-6.6/include/linux/input/
Dkxtj9.h18 * changed to account for sensor orientation within the host device.
25 * Each axis can be negated to account for sensor orientation within
/kernel/linux/linux-5.10/include/linux/input/
Dkxtj9.h18 * changed to account for sensor orientation within the host device.
25 * Each axis can be negated to account for sensor orientation within
/kernel/linux/linux-6.6/fs/jfs/
Djfs_dmap.h69 * - 3 is added to account for the L2, L1, and L0 page for this dmap
70 * - 1 is added to account for the control page of the map.
84 * - 2 is added to account for the L2, and L1 page for this L0
85 * - 1 is added to account for the control page of the map.
99 * - 1 is added to account for the L2 page
100 * - 1 is added to account for the control page of the map.
/kernel/linux/linux-6.6/mm/
Dvmpressure.c41 * These thresholds are used when we account memory pressure through
219 * vmpressure() - Account memory pressure through scanned/reclaimed ratio
226 * This function should be called from the vmscan reclaim path to account
258 * Here we only want to account pressure that userland is able to in vmpressure()
266 * we account it too. in vmpressure()
325 * vmpressure_prio() - Account memory pressure through reclaimer priority level
/kernel/linux/linux-5.10/mm/
Dvmpressure.c41 * These thresholds are used when we account memory pressure through
220 * vmpressure() - Account memory pressure through scanned/reclaimed ratio
227 * This function should be called from the vmscan reclaim path to account
246 * Here we only want to account pressure that userland is able to in vmpressure()
254 * we account it too. in vmpressure()
313 * vmpressure_prio() - Account memory pressure through reclaimer priority level
/kernel/linux/linux-5.10/fs/jfs/
Djfs_dmap.h69 * - 3 is added to account for the L2, L1, and L0 page for this dmap
70 * - 1 is added to account for the control page of the map.
84 * - 2 is added to account for the L2, and L1 page for this L0
85 * - 1 is added to account for the control page of the map.
99 * - 1 is added to account for the L2 page
100 * - 1 is added to account for the control page of the map.
/kernel/linux/linux-5.10/fs/btrfs/
Dspace-info.h10 this doesn't take mirrors into account */
12 this doesn't take mirrors into account */
36 account */
/kernel/linux/linux-6.6/tools/perf/pmu-events/arch/x86/haswell/
Duncore-interconnect.json12 …"BriefDescription": "Number of entries allocated. Account for Any type: e.g. Snoop, Core aperture,…
28 …e request outstanding is waiting for data return from memory controller. Account for coherent and …
/kernel/linux/linux-5.10/fs/xfs/libxfs/
Dxfs_ag.c166 * Note: unlike mkfs, we never have to account for log in xfs_rmaproot_init()
175 /* account freespace btree root blocks */ in xfs_rmaproot_init()
182 /* account inode btree root blocks */ in xfs_rmaproot_init()
190 /* account for rmap btree root */ in xfs_rmaproot_init()
197 /* account for refc btree root */ in xfs_rmaproot_init()
207 /* account for the log space */ in xfs_rmaproot_init()
472 /* Account for AG free space in new AG */ in xfs_ag_init_headers()
/kernel/linux/linux-5.10/tools/perf/pmu-events/arch/x86/skylake/
Duncore.json223 …"BriefDescription": "Number of entries allocated. Account for Any type: e.g. Snoop, Core aperture,…
224 …"PublicDescription": "Number of entries allocated. Account for Any type: e.g. Snoop, Core aperture…
235 …e request outstanding is waiting for data return from memory controller. Account for coherent and …
236 …e request outstanding is waiting for data return from memory controller. Account for coherent and …
/kernel/linux/linux-6.6/tools/perf/pmu-events/arch/x86/skylake/
Duncore-interconnect.json3 …"BriefDescription": "Number of entries allocated. Account for Any type: e.g. Snoop, Core aperture,…
19 …e request outstanding is waiting for data return from memory controller. Account for coherent and …
/kernel/linux/linux-6.6/tools/perf/pmu-events/arch/x86/ivybridge/
Duncore-interconnect.json27 …requests outstanding are waiting for data return from memory controller. Account for coherent and …
36 …e request outstanding is waiting for data return from memory controller. Account for coherent and …
/kernel/linux/linux-6.6/tools/perf/pmu-events/arch/x86/sandybridge/
Duncore-interconnect.json27 …requests outstanding are waiting for data return from memory controller. Account for coherent and …
36 …e request outstanding is waiting for data return from memory controller. Account for coherent and …
/kernel/linux/linux-6.6/tools/perf/pmu-events/arch/x86/broadwell/
Duncore-interconnect.json3 …"BriefDescription": "Number of entries allocated. Account for Any type: e.g. Snoop, Core aperture,…
19 …e request outstanding is waiting for data return from memory controller. Account for coherent and …
/kernel/linux/linux-5.10/drivers/base/power/
Ddomain_governor.c23 * account, because constraints updated after the device has in dev_update_qos_constraint()
24 * been suspended are not guaranteed to be taken into account in dev_update_qos_constraint()
115 * their suspend latencies into account here. in default_suspend_ok()
289 * and by also taking into account the power off latency for the state. in cpu_power_down_ok()
/kernel/linux/linux-5.10/include/linux/
Dtask_io_accounting_ops.h17 * We approximate number of blocks, because we account bytes only.
31 * We approximate number of blocks, because we account bytes only.
/kernel/linux/linux-6.6/include/linux/
Dtask_io_accounting_ops.h17 * We approximate number of blocks, because we account bytes only.
31 * We approximate number of blocks, because we account bytes only.

12345678910>>...95