/Linux-v5.15/Documentation/vm/ |
D | overcommit-accounting.rst | 74 * 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)
|
/Linux-v5.15/fs/ksmbd/ |
D | ksmbd_netlink.h | 15 * 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. 124 __s8 account[KSMBD_REQ_MAX_ACCOUNT_NAME_SZ]; /* user account name */ member 134 __s8 account[KSMBD_REQ_MAX_ACCOUNT_NAME_SZ]; /* user account name */ member 187 __s8 account[KSMBD_REQ_MAX_ACCOUNT_NAME_SZ]; member 210 * IPC Response structure to logout user account. 213 __s8 account[KSMBD_REQ_MAX_ACCOUNT_NAME_SZ]; /* user account name */ member
|
D | transport_ipc.c | 493 struct ksmbd_login_response *ksmbd_ipc_login_request(const char *account) in ksmbd_ipc_login_request() argument 499 if (strlen(account) >= KSMBD_REQ_MAX_ACCOUNT_NAME_SZ) in ksmbd_ipc_login_request() 509 strscpy(req->account, account, KSMBD_REQ_MAX_ACCOUNT_NAME_SZ); in ksmbd_ipc_login_request() 568 strscpy(req->account, user_name(sess->user), KSMBD_REQ_MAX_ACCOUNT_NAME_SZ); in ksmbd_ipc_tree_connect_request() 604 int ksmbd_ipc_logout_request(const char *account, int flags) in ksmbd_ipc_logout_request() argument 610 if (strlen(account) >= KSMBD_REQ_MAX_ACCOUNT_NAME_SZ) in ksmbd_ipc_logout_request() 620 strscpy(req->account, account, KSMBD_REQ_MAX_ACCOUNT_NAME_SZ); in ksmbd_ipc_logout_request()
|
D | transport_ipc.h | 14 ksmbd_ipc_login_request(const char *account); 28 int ksmbd_ipc_logout_request(const char *account, int flags);
|
/Linux-v5.15/kernel/sched/ |
D | cputime.c | 66 * We do not account for softirq time from ksoftirqd here. in irqtime_account_irq() 114 * Account user CPU time to a process. 131 /* Account for user time used */ in account_user_time() 136 * Account guest CPU time to a process. 160 * Account system CPU time to a process and desired cpustat field 175 /* Account for system time used */ in account_system_index_time() 180 * Account system CPU time to a process. 205 * Account for involuntary wait time. 216 * Account for idle time. 233 * occasion account more time than the calling functions think elapsed. [all …]
|
/Linux-v5.15/fs/ksmbd/mgmt/ |
D | user_config.c | 12 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()
|
/Linux-v5.15/fs/btrfs/ |
D | space-info.h | 10 this doesn't take mirrors into account */ 12 this doesn't take mirrors into account */ 42 account */
|
/Linux-v5.15/include/linux/input/ |
D | kxtj9.h | 18 * changed to account for sensor orientation within the host device. 25 * Each axis can be negated to account for sensor orientation within
|
/Linux-v5.15/mm/ |
D | vmpressure.c | 41 * 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 250 * Here we only want to account pressure that userland is able to in vmpressure() 258 * we account it too. in vmpressure() 317 * vmpressure_prio() - Account memory pressure through reclaimer priority level
|
/Linux-v5.15/fs/jfs/ |
D | jfs_dmap.h | 69 * - 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.
|
/Linux-v5.15/tools/perf/pmu-events/arch/x86/skylake/ |
D | uncore.json | 223 …"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 …
|
/Linux-v5.15/include/linux/ |
D | task_io_accounting_ops.h | 17 * We approximate number of blocks, because we account bytes only. 31 * We approximate number of blocks, because we account bytes only.
|
/Linux-v5.15/tools/perf/pmu-events/arch/x86/ivybridge/ |
D | uncore.json | 271 …e request outstanding is waiting for data return from memory controller. Account for coherent and … 272 …e request outstanding is waiting for data return from memory controller. Account for coherent and … 283 …requests outstanding are waiting for data return from memory controller. Account for coherent and … 284 …requests outstanding are waiting for data return from memory controller. Account for coherent and …
|
/Linux-v5.15/tools/perf/pmu-events/arch/x86/broadwell/ |
D | uncore.json | 247 …"BriefDescription": "Number of entries allocated. Account for Any type: e.g. Snoop, Core aperture,… 248 …"PublicDescription": "Number of entries allocated. Account for Any type: e.g. Snoop, Core aperture… 259 …e request outstanding is waiting for data return from memory controller. Account for coherent and … 260 …e request outstanding is waiting for data return from memory controller. Account for coherent and …
|
/Linux-v5.15/tools/perf/pmu-events/arch/x86/sandybridge/ |
D | uncore.json | 271 …e request outstanding is waiting for data return from memory controller. Account for coherent and … 272 …e request outstanding is waiting for data return from memory controller. Account for coherent and … 283 …requests outstanding are waiting for data return from memory controller. Account for coherent and … 284 …requests outstanding are waiting for data return from memory controller. Account for coherent and …
|
/Linux-v5.15/fs/isofs/ |
D | util.c | 11 * We have to take into account leap years and all of that good stuff. 13 * take into account daylight savings time, but it shouldn't matter.
|
/Linux-v5.15/arch/powerpc/kvm/ |
D | timing.h | 35 /* account the exit in kvm_stats */ 90 /* wrapper to set exit time and account for it in kvm_stats */
|
/Linux-v5.15/net/sctp/ |
D | chunk.c | 183 * we need to account for bundling of the AUTH chunks along with in sctp_datamsg_from_user() 205 /* Set first_len and then account for possible bundles on first frag */ in sctp_datamsg_from_user() 211 * NOTE: we will not reduce to account for SACK, if the message would in sctp_datamsg_from_user() 224 /* Account for a different sized first fragment */ in sctp_datamsg_from_user()
|
/Linux-v5.15/fs/btrfs/tests/ |
D | qgroup-tests.c | 249 test_err("couldn't account space for a qgroup %d", ret); in test_no_shared_qgroup() 283 test_err("couldn't account space for a qgroup %d", ret); in test_no_shared_qgroup() 346 test_err("couldn't account space for a qgroup %d", ret); in test_multiple_refs() 379 test_err("couldn't account space for a qgroup %d", ret); in test_multiple_refs() 418 test_err("couldn't account space for a qgroup %d", ret); in test_multiple_refs()
|
/Linux-v5.15/Documentation/block/ |
D | biovecs.rst | 28 constructed from the raw biovecs but taking into account bi_bvec_done and 73 bi_size into account when constructing biovecs. 104 taking into account bi_bvec_done (and bi_size).
|
/Linux-v5.15/drivers/base/power/ |
D | domain_governor.c | 23 * 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() 374 * and by also taking into account the power off latency for the state. in cpu_power_down_ok()
|
/Linux-v5.15/kernel/ |
D | scs.c | 15 static void __scs_account(void *s, int account) in __scs_account() argument 20 account * (SCS_SIZE / SZ_1K)); in __scs_account()
|
/Linux-v5.15/drivers/net/wireless/intel/iwlwifi/ |
D | iwl-devtrace.h | 39 /* don't account for crypto - these are unencrypted */ in iwl_trace_data() 41 /* also account for the RFC 1042 header, of course */ in iwl_trace_data()
|
/Linux-v5.15/drivers/cpuidle/governors/ |
D | teo.c | 24 * CPU into account. However, even in that context it is not necessary to 62 * steps (modulo the possible latency constraint that must be taken into account 94 * - If each of these sums that needs to be taken into account (because the 379 * account, the CPU is likely to wake up early, so find an alternative in teo_select() 395 * present if the tick has been stopped already into account. in teo_select()
|
/Linux-v5.15/drivers/macintosh/ |
D | windfarm_smu_sensors.c | 101 /* Ok, we have to scale & adjust, taking units into account */ in smu_cputemp_get() 123 /* Ok, we have to scale & adjust, taking units into account */ in smu_cpuamp_get() 144 /* Ok, we have to scale & adjust, taking units into account */ in smu_cpuvolt_get() 165 /* Ok, we have to scale & adjust, taking units into account */ in smu_slotspow_get()
|