Home
last modified time | relevance | path

Searched defs:account (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/tests/unit/
H A Dtest-timed-average.c25 static void account(TimedAverage *ta) in account() function
/openbmc/linux/fs/smb/server/mgmt/
H A Duser_config.c12 struct ksmbd_user *ksmbd_login_user(const char *account) in ksmbd_login_user()
/openbmc/linux/kernel/
H A Dscs.c19 static void __scs_account(void *s, int account) in __scs_account()
H A Dfork.c552 static void account_kernel_stack(struct task_struct *tsk, int account) in account_kernel_stack()
/openbmc/linux/fs/smb/server/
H A Dksmbd_netlink.h130 __s8 account[KSMBD_REQ_MAX_ACCOUNT_NAME_SZ]; /* user account name */ member
141 __s8 account[KSMBD_REQ_MAX_ACCOUNT_NAME_SZ]; /* user account name */ member
199 __s8 account[KSMBD_REQ_MAX_ACCOUNT_NAME_SZ]; member
228 __s8 account[KSMBD_REQ_MAX_ACCOUNT_NAME_SZ]; /* user account name */ member
H A Dtransport_ipc.c539 struct ksmbd_login_response *ksmbd_ipc_login_request(const char *account) in ksmbd_ipc_login_request()
650 int ksmbd_ipc_logout_request(const char *account, int flags) in ksmbd_ipc_logout_request()
/openbmc/linux/fs/netfs/
H A Dbuffered_read.c22 size_t account = 0; in netfs_rreq_unlock_folios() local