Home
last modified time | relevance | path

Searched refs:account (Results 1 - 19 of 19) sorted by relevance

/kernel/linux/linux-6.6/fs/smb/server/mgmt/
H 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()
H A Duser_config.h62 struct ksmbd_user *ksmbd_login_user(const char *account);
/kernel/linux/linux-6.6/fs/smb/server/
H A Dtransport_ipc.h14 ksmbd_ipc_login_request(const char *account);
28 int ksmbd_ipc_logout_request(const char *account, int flags);
H A 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 nam member
[all...]
H A 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()
/kernel/linux/linux-5.10/kernel/
H A Dscs.c16 static void __scs_account(void *s, int account) in __scs_account() argument
21 account * (SCS_SIZE / SZ_1K)); in __scs_account()
H A Dfork.c385 static void account_kernel_stack(struct task_struct *tsk, int account) in account_kernel_stack() argument
394 account * (THREAD_SIZE / 1024)); in account_kernel_stack()
397 account * (THREAD_SIZE / 1024)); in account_kernel_stack()
2861 * can have, taking hotplug into account (nr_cpu_ids). in mm_cache_init()
/kernel/linux/linux-6.6/kernel/
H A Dscs.c19 static void __scs_account(void *s, int account) in __scs_account() argument
24 account * (SCS_SIZE / SZ_1K)); in __scs_account()
H A Dfork.c555 static void account_kernel_stack(struct task_struct *tsk, int account) in account_kernel_stack() argument
563 account * (PAGE_SIZE / 1024)); in account_kernel_stack()
569 account * (THREAD_SIZE / 1024)); in account_kernel_stack()
3281 * can have, taking hotplug into account (nr_cpu_ids). in mm_cache_init()
/kernel/linux/linux-6.6/fs/netfs/
H A Dbuffered_read.c22 size_t account = 0; in netfs_rreq_unlock_folios() local
74 account += subreq->transferred; in netfs_rreq_unlock_folios()
102 task_io_account_read(account); in netfs_rreq_unlock_folios()
/kernel/linux/linux-5.10/kernel/sched/
H A 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()
247 * occasion account more time than the calling functions think elapsed.
317 * Update current task runtime to account pending time since last in thread_group_cputime()
320 * their runtime can affect syscall performance, so we skip account in thread_group_cputime()
364 * - else account as system_time
437 * Archs that account the whole time spent in the idle task
/kernel/linux/linux-6.6/kernel/sched/
H A Dcputime.c62 bool account = true; in irqtime_account_irq() local
77 * We do not account for softirq time from ksoftirqd here. in irqtime_account_irq()
88 account = false; in irqtime_account_irq()
90 if (account) in irqtime_account_irq()
266 * occasion account more time than the calling functions think elapsed.
336 * Update current task runtime to account pending time since last in thread_group_cputime()
339 * their runtime can affect syscall performance, so we skip account in thread_group_cputime()
383 * - else account as system_time
/kernel/linux/linux-5.10/arch/alpha/lib/
H A Dev6-memcpy.S222 addq $18, 8, $18 # E : account for tail stuff
/kernel/linux/linux-6.6/arch/alpha/lib/
H A Dev6-memcpy.S222 addq $18, 8, $18 # E : account for tail stuff
/kernel/linux/linux-5.10/arch/m68k/fpsp040/
H A Dres_func.S1623 | int_drnrm---account for possible nonzero result for round up with positive
1810 subw %d0,LOCAL_EX(%a0) |account for difference between
1830 subw %d0,LOCAL_EX(%a0) |account for difference between
1886 | the input operand's exponent by 1 to account for the fact that
1913 subw %d0,LOCAL_EX(%a0) |account for difference in denorm
H A Dround.S388 subw #32,%d0 |account for ms mant being all zeros
/kernel/linux/linux-6.6/arch/m68k/fpsp040/
H A Dres_func.S1623 | int_drnrm---account for possible nonzero result for round up with positive
1810 subw %d0,LOCAL_EX(%a0) |account for difference between
1830 subw %d0,LOCAL_EX(%a0) |account for difference between
1886 | the input operand's exponent by 1 to account for the fact that
1913 subw %d0,LOCAL_EX(%a0) |account for difference in denorm
H A Dround.S388 subw #32,%d0 |account for ms mant being all zeros
/kernel/linux/linux-5.10/arch/s390/kernel/
H A Dentry.S149 # account system time going idle

Completed in 21 milliseconds