Home
last modified time | relevance | path

Searched refs:account (Results 1 – 25 of 155) sorted by relevance

1234567

/linux/fs/ksmbd/mgmt/
A 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()
A Duser_config.h63 struct ksmbd_user *ksmbd_login_user(const char *account);
/linux/Documentation/vm/
A 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
/linux/fs/ksmbd/
A Dksmbd_netlink.h124 __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
213 __s8 account[KSMBD_REQ_MAX_ACCOUNT_NAME_SZ]; /* user account name */ member
A Dtransport_ipc.c493 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()
A Dtransport_ipc.h14 ksmbd_ipc_login_request(const char *account);
28 int ksmbd_ipc_logout_request(const char *account, int flags);
/linux/kernel/
A Dscs.c15 static void __scs_account(void *s, int account) in __scs_account() argument
20 account * (SCS_SIZE / SZ_1K)); in __scs_account()
/linux/Documentation/block/
A Dbiovecs.rst28 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/Documentation/devicetree/bindings/memory-controllers/
A Dst,stm32-fmc2-ebi.yaml108 account after the programmed latency period to insert wait states
113 description: The NWAIT signal is taken into account during asynchronous
114 transactions. By default, the NWAIT signal is not taken into account
/linux/tools/lib/traceevent/Documentation/
A Dlibtraceevent-endian_read.txt20 account the endianness of the raw data and the current host. The _tep_ argument
/linux/Documentation/userspace-api/media/v4l/
A Ddev-touch.rst35 The reference measurement takes account of variations in the capacitance across
/linux/drivers/net/wireless/ath/ath6kl/
A DKconfig64 are taken into account.
/linux/Documentation/admin-guide/cgroup-v1/
A Dcpuacct.rst6 account the CPU usage of these groups of tasks.
A Dmemory.rst51 - moving (recharging) account at moving a task is selectable.
79 memory.use_hierarchy set/show hierarchical account enabled
191 are not accounted. We just account pages under usual VM management.
210 Note: we just account pages-on-LRU because our purpose is to control amount
248 to move account from memory to swap...there is no change in usage of
758 charges should be moved. But in any case, it must be noted that an account of
836 * move some tasks to other group with account migration.
945 2. Teach controller to account for shared-pages
/linux/Documentation/filesystems/cifs/
A Dksmbd.rst17 account management are implemented in user space as ksmbd.mountd.
52 ksmbd.mountd is userspace process to, transfer user account and password that
/linux/Documentation/powerpc/
A Dtransactional_memory.rst52 atomic move of money from the current account to the savings account has been
216 To account for this different POWER9 chips have TM enabled in
/linux/Documentation/virt/kvm/devices/
A Dvcpu.rst210 KVM will advance the VM's kvmclock to account for elapsed time since
220 6. Adjust the guest TSC offsets for every vCPU to account for (1) time
/linux/fs/netfs/
A Dread_helper.c372 unsigned int iopos, account = 0; in netfs_rreq_unlock() local
416 account += subreq->transferred; in netfs_rreq_unlock()
444 task_io_account_read(account); in netfs_rreq_unlock()
/linux/Documentation/w1/slaves/
A Dw1_ds28e17.rst53 wait time for an I2C transfer. This is to account for I2C slave devices
/linux/Documentation/process/
A Dcode-of-conduct-interpretation.rst100 performed using a kernel.org email account must follow the Code of
102 corporate email account must follow the specific rules of that
A Dcode-of-conduct.rst60 address, posting via an official social media account, or acting as an appointed
/linux/Documentation/ia64/
A Dirq-redir.rst14 CPUs. Only the first non-zero bit is taken into account.
/linux/Documentation/admin-guide/
A Dhighuid.rst8 - kernel code MUST take into account __kernel_uid_t and __kernel_uid32_t
/linux/net/bridge/
A DKconfig28 take this into account when setting up your firewall rules.
/linux/Documentation/spi/
A Dspi-lm70llp.rst75 So: the getmiso inline routine in this driver takes this fact into account,

Completed in 98 milliseconds

1234567