| /linux/Documentation/mm/ |
| H A D | overcommit-accounting.rst | 72 * We account mmap memory mappings 73 * We account mprotect changes in commit 74 * We account mremap changes in size 75 * We account brk 76 * We account munmap 78 * Account and check on fork 85 * Account ptrace pages (this is hard)
|
| /linux/fs/smb/server/ |
| H A 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. 56 * This event is to get user account extension info to user IPC daemon. 135 __s8 account[KSMBD_REQ_MAX_ACCOUNT_NAME_SZ]; /* user account name */ member 146 __s8 account[KSMBD_REQ_MAX_ACCOUNT_NAME_SZ]; /* user account name */ member 214 __s8 account[KSMBD_REQ_MAX_ACCOUNT_NAME_SZ]; member 240 * IPC Response structure to logout user account. 243 __s8 account[KSMBD_REQ_MAX_ACCOUNT_NAME_SZ]; /* user account name */ member
|
| H A D | transport_ipc.c | 594 struct ksmbd_login_response *ksmbd_ipc_login_request(const char *account) in ksmbd_ipc_login_request() argument 600 if (strlen(account) >= KSMBD_REQ_MAX_ACCOUNT_NAME_SZ) in ksmbd_ipc_login_request() 610 strscpy(req->account, account, KSMBD_REQ_MAX_ACCOUNT_NAME_SZ); in ksmbd_ipc_login_request() 618 struct ksmbd_login_response_ext *ksmbd_ipc_login_request_ext(const char *account) in ksmbd_ipc_login_request_ext() argument 624 if (strlen(account) >= KSMBD_REQ_MAX_ACCOUNT_NAME_SZ) in ksmbd_ipc_login_request_ext() 634 strscpy(req->account, account, KSMBD_REQ_MAX_ACCOUNT_NAME_SZ); in ksmbd_ipc_login_request_ext() 695 strscpy(req->account, user_name(sess->user), KSMBD_REQ_MAX_ACCOUNT_NAME_SZ); in ksmbd_ipc_tree_connect_request() 731 int ksmbd_ipc_logout_request(const char *account, int flags) in ksmbd_ipc_logout_request() argument 737 if (strlen(account) >= KSMBD_REQ_MAX_ACCOUNT_NAME_SZ) in ksmbd_ipc_logout_request() 747 strscpy(req->account, account, KSMBD_REQ_MAX_ACCOUNT_NAME_SZ); in ksmbd_ipc_logout_request()
|
| H A D | transport_ipc.h | 14 ksmbd_ipc_login_request(const char *account); 16 ksmbd_ipc_login_request_ext(const char *account); 30 int ksmbd_ipc_logout_request(const char *account, int flags);
|
| /linux/fs/smb/server/mgmt/ |
| H A D | user_config.c | 12 struct ksmbd_user *ksmbd_login_user(const char *account) in ksmbd_login_user() argument 18 resp = ksmbd_ipc_login_request(account); in ksmbd_login_user() 26 resp_ext = ksmbd_ipc_login_request_ext(account); in ksmbd_login_user() 43 user->name = kstrdup(resp->account, KSMBD_DEFAULT_GFP); in ksmbd_alloc_user()
|
| /linux/fs/jfs/ |
| H A 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/include/linux/input/ |
| H A 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/tools/perf/pmu-events/arch/x86/haswell/ |
| H A D | uncore-interconnect.json | 13 …"BriefDescription": "Number of entries allocated. Account for Any type: e.g. Snoop, Core aperture,… 31 …e request outstanding is waiting for data return from memory controller. Account for coherent and …
|
| /linux/Documentation/devicetree/bindings/memory-controllers/ |
| H A D | st,stm32-fmc2-ebi-props.yaml | 66 account after the programmed latency period to insert wait states 71 description: The NWAIT signal is taken into account during asynchronous 72 transactions. By default, the NWAIT signal is not taken into account
|
| /linux/tools/perf/pmu-events/arch/x86/skylake/ |
| H A D | uncore-interconnect.json | 3 …"BriefDescription": "Number of entries allocated. Account for Any type: e.g. Snoop, Core aperture,… 21 …e request outstanding is waiting for data return from memory controller. Account for coherent and …
|
| /linux/include/linux/ |
| H A 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.
|
| H A D | hugetlb_cgroup.h | 39 * the counter to account for hugepages from hugetlb. 44 * the counter to account for hugepage reservations from hugetlb.
|
| /linux/tools/perf/pmu-events/arch/x86/ivybridge/ |
| H A D | uncore-interconnect.json | 30 …requests outstanding are waiting for data return from memory controller. Account for coherent and … 40 …e request outstanding is waiting for data return from memory controller. Account for coherent and …
|
| /linux/tools/perf/pmu-events/arch/x86/broadwell/ |
| H A D | uncore-interconnect.json | 3 …"BriefDescription": "Number of entries allocated. Account for Any type: e.g. Snoop, Core aperture,… 21 …e request outstanding is waiting for data return from memory controller. Account for coherent and …
|
| /linux/tools/perf/pmu-events/arch/x86/sandybridge/ |
| H A D | uncore-interconnect.json | 30 …requests outstanding are waiting for data return from memory controller. Account for coherent and … 40 …e request outstanding is waiting for data return from memory controller. Account for coherent and …
|
| /linux/fs/btrfs/tests/ |
| H A D | qgroup-tests.c | 252 test_err("couldn't account space for a qgroup %d", ret); in test_no_shared_qgroup() 292 test_err("couldn't account space for a qgroup %d", ret); in test_no_shared_qgroup() 364 test_err("couldn't account space for a qgroup %d", ret); in test_multiple_refs() 401 test_err("couldn't account space for a qgroup %d", ret); in test_multiple_refs() 444 test_err("couldn't account space for a qgroup %d", ret); in test_multiple_refs()
|
| /linux/Documentation/block/ |
| H A 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/tools/perf/pmu-events/arch/arm64/arm/cortex-a75/ |
| H A D | cache.json | 153 …is L1 prefetcher and preload instructions. This event does not take into account whether the MMU i… 156 …is L1 prefetcher and preload instructions. This event does not take into account whether the MMU i…
|
| /linux/Documentation/arch/arm/google/ |
| H A D | chromebook-boot-flow.rst | 13 The scheme that depthcharge_ uses to pick the device tree takes into account 61 It should be noted that, taking into account the above system that
|
| /linux/fs/isofs/ |
| H A 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/fs/btrfs/ |
| H A D | space-info.h | 116 this doesn't take mirrors into account */ 118 this doesn't take mirrors into account */ 156 account */
|
| /linux/kernel/ |
| H A D | scs.c | 19 static void __scs_account(void *s, int account) in __scs_account() argument 24 account * (SCS_SIZE / SZ_1K)); in __scs_account()
|
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_ag.c | 414 * Note: unlike mkfs, we never have to account for log in xfs_rmaproot_init() 423 /* account freespace btree root blocks */ in xfs_rmaproot_init() 430 /* account inode btree root blocks */ in xfs_rmaproot_init() 438 /* account for rmap btree root */ in xfs_rmaproot_init() 445 /* account for refc btree root */ in xfs_rmaproot_init() 455 /* account for the log space */ in xfs_rmaproot_init() 722 /* Account for AG free space in new AG */ in xfs_ag_init_headers()
|
| /linux/drivers/macintosh/ |
| H A D | windfarm_smu_sensors.c | 102 /* Ok, we have to scale & adjust, taking units into account */ in smu_cputemp_get() 124 /* Ok, we have to scale & adjust, taking units into account */ in smu_cpuamp_get() 145 /* Ok, we have to scale & adjust, taking units into account */ in smu_cpuvolt_get() 166 /* Ok, we have to scale & adjust, taking units into account */ in smu_slotspow_get()
|
| /linux/tools/testing/selftests/drivers/net/mlxsw/ |
| H A D | qos_headroom.sh | 332 check_err $? "Invisible buffers account for '$dsize_2', expected '> $dsize'" 343 check_err $? "MTU change: Invisible buffers account for '$dsize_3', expected '== $dsize_2'" 353 check_err $? "SPAN removed: Invisible buffers account for '$dsize_4', expected '== $dsize'"
|