/kernel/linux/linux-5.10/drivers/lightnvm/ |
H A D | pblk-recovery.c | 596 u64 user = le64_to_cpu(wa->user); in pblk_recov_wa_counters() local 600 atomic64_set(&pblk->user_wa, user); in pblk_recov_wa_counters() 604 pblk->user_rst_wa = user; in pblk_recov_wa_counters()
|
/kernel/linux/linux-5.10/drivers/video/fbdev/matrox/ |
H A D | matroxfb_crtc2.c | 263 static int matroxfb_dh_open(struct fb_info* info, int user) { in matroxfb_dh_open() argument 273 err = minfo->fbops.fb_open(&minfo->fbcon, user); in matroxfb_dh_open() 282 static int matroxfb_dh_release(struct fb_info* info, int user) { in matroxfb_dh_release() argument 288 err = minfo->fbops.fb_release(&minfo->fbcon, user); in matroxfb_dh_release()
|
/kernel/linux/linux-5.10/include/net/bluetooth/ |
H A D | l2cap.h | 710 int (*probe) (struct l2cap_conn *conn, struct l2cap_user *user); 711 void (*remove) (struct l2cap_conn *conn, struct l2cap_user *user); 1005 int l2cap_register_user(struct l2cap_conn *conn, struct l2cap_user *user); 1006 void l2cap_unregister_user(struct l2cap_conn *conn, struct l2cap_user *user);
|
/kernel/linux/linux-6.6/drivers/acpi/ |
H A D | processor_throttling.c | 225 * which meets the limits of thermal, user and _TPC. in acpi_processor_throttling_notifier() 230 if (p_limit->user.tx > target_state) in acpi_processor_throttling_notifier() 231 target_state = p_limit->user.tx; in acpi_processor_throttling_notifier() 318 * and user should be considered. in acpi_processor_tstate_has_changed() 324 if (limit->user.tx > target_state) in acpi_processor_tstate_has_changed() 325 target_state = limit->user.tx; in acpi_processor_tstate_has_changed() 337 * of thermal and user, it is unnecessary to check it again. in acpi_processor_tstate_has_changed()
|
/kernel/linux/linux-6.6/fs/smb/server/ |
H A D | transport_ipc.c | 216 if (user_guest(sess->user)) in rpc_context_flags() 370 pr_err("Reconnect to a new user space daemon\n"); in handle_startup_event() 560 if (strlen(user_name(sess->user)) >= KSMBD_REQ_MAX_ACCOUNT_NAME_SZ) in ksmbd_ipc_tree_connect_request() 574 req->account_flags = sess->user->flags; in ksmbd_ipc_tree_connect_request() 577 strscpy(req->account, user_name(sess->user), KSMBD_REQ_MAX_ACCOUNT_NAME_SZ); in ksmbd_ipc_tree_connect_request()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/matrox/ |
H A D | matroxfb_crtc2.c | 263 static int matroxfb_dh_open(struct fb_info* info, int user) { in matroxfb_dh_open() argument 273 err = minfo->fbops.fb_open(&minfo->fbcon, user); in matroxfb_dh_open() 282 static int matroxfb_dh_release(struct fb_info* info, int user) { in matroxfb_dh_release() argument 288 err = minfo->fbops.fb_release(&minfo->fbcon, user); in matroxfb_dh_release()
|
/kernel/linux/linux-5.10/arch/arm/kernel/ |
H A D | ptrace.c | 16 #include <linux/user.h> 247 * Read the word at offset "off" into the "struct user". We 267 else if (off >= sizeof(struct user)) in ptrace_read_user() 274 * Write the word at offset "off" into "struct user". We 280 if (off & 3 || off >= sizeof(struct user)) in ptrace_write_user()
|
/kernel/linux/linux-5.10/arch/m68k/ifpsp060/ |
H A D | iskeleton.S | 68 | Linux/68k: If returning to user space, check for needed reselections. 192 | d0 = `xxxxxxff -> supervisor; `xxxxxx00 -> user 258 | d0 = `xxxxxxff -> supervisor; `xxxxxx00 -> user
|
/kernel/linux/linux-5.10/arch/arm/mach-omap2/ |
H A D | powerdomain.c | 437 int pwrdm_for_each(int (*fn)(struct powerdomain *pwrdm, void *user), in pwrdm_for_each() argument 438 void *user) in pwrdm_for_each() 447 ret = (*fn)(temp_pwrdm, user); in pwrdm_for_each()
|
H A D | clockdomain.c | 544 int clkdm_for_each(int (*fn)(struct clockdomain *clkdm, void *user), in clkdm_for_each() argument 545 void *user) in clkdm_for_each() 554 ret = (*fn)(clkdm, user); in clkdm_for_each()
|
/kernel/linux/linux-5.10/arch/xtensa/kernel/ |
H A D | vectors.S | 4 * This file contains all exception vectors (user, kernel, and double), 20 * We use a two-level table approach. The user and kernel exception vectors 41 * Note: Neither the kernel nor the user exception handler generate literals. 119 * to read data from an invalid address in user space. 126 * cases go through the double exception vector than through the user and 130 * happens when accessing user-space memory with the user's permissions 139 * zero indicates to use the default kernel/user exception handler. 187 * - Fixup handlers can jump to the default kernel and user exception 251 * We return to the instruction in user spac [all...] |
/kernel/linux/linux-5.10/arch/m68k/fpsp040/ |
H A D | skeleton.S | 23 | interrupt) the user program can be resumed via 'rte'. 370 | to return to user mode, but there may be OS specific code 387 | mem_write --- write to user or supervisor address space 394 | a1 - user destination address 427 | mem_read --- read from user or supervisor address space 438 | a0 - user source address 479 | movec %d1,%DFC | set dfc for user data space 483 movesb %d1,(%a1)+ | write user byte 494 | movec %d1,%SFC | set sfc for user space 497 movesb (%a0)+,%d1 | fetch user byt [all...] |
/kernel/linux/linux-6.6/arch/m68k/fpsp040/ |
H A D | skeleton.S | 23 | interrupt) the user program can be resumed via 'rte'. 370 | to return to user mode, but there may be OS specific code 387 | mem_write --- write to user or supervisor address space 394 | a1 - user destination address 427 | mem_read --- read from user or supervisor address space 438 | a0 - user source address 479 | movec %d1,%DFC | set dfc for user data space 483 movesb %d1,(%a1)+ | write user byte 494 | movec %d1,%SFC | set sfc for user space 497 movesb (%a0)+,%d1 | fetch user byt [all...] |
/kernel/linux/linux-6.6/arch/m68k/ifpsp060/ |
H A D | iskeleton.S | 68 | Linux/68k: If returning to user space, check for needed reselections. 192 | d0 = `xxxxxxff -> supervisor; `xxxxxx00 -> user 258 | d0 = `xxxxxxff -> supervisor; `xxxxxx00 -> user
|
/kernel/linux/linux-6.6/arch/arm/kernel/ |
H A D | ptrace.c | 16 #include <linux/user.h> 247 * Read the word at offset "off" into the "struct user". We 267 else if (off >= sizeof(struct user)) in ptrace_read_user() 274 * Write the word at offset "off" into "struct user". We 280 if (off & 3 || off >= sizeof(struct user)) in ptrace_write_user()
|
/kernel/linux/linux-6.6/arch/arm/mach-omap2/ |
H A D | clockdomain.c | 544 int clkdm_for_each(int (*fn)(struct clockdomain *clkdm, void *user), in clkdm_for_each() argument 545 void *user) in clkdm_for_each() 554 ret = (*fn)(clkdm, user); in clkdm_for_each()
|
H A D | powerdomain.c | 437 int pwrdm_for_each(int (*fn)(struct powerdomain *pwrdm, void *user), in pwrdm_for_each() argument 438 void *user) in pwrdm_for_each() 447 ret = (*fn)(temp_pwrdm, user); in pwrdm_for_each()
|
/kernel/linux/linux-5.10/drivers/xen/ |
H A D | evtchn.c | 85 struct per_user_data *user; member 164 struct per_user_data *u = evtchn->user; in evtchn_interrupt() 167 "Interrupt for port %u, but apparently not enabled; per-user %p\n", in evtchn_interrupt() 383 evtchn->user = u; in evtchn_bind_to_user()
|
/kernel/linux/linux-6.6/drivers/xen/ |
H A D | evtchn.c | 85 struct per_user_data *user; member 165 struct per_user_data *u = evtchn->user; in evtchn_interrupt() 173 "Interrupt for port %u, but apparently not enabled; per-user %p\n", in evtchn_interrupt() 393 evtchn->user = u; in evtchn_bind_to_user()
|
/kernel/linux/linux-6.6/arch/xtensa/kernel/ |
H A D | vectors.S | 4 * This file contains all exception vectors (user, kernel, and double), 20 * We use a two-level table approach. The user and kernel exception vectors 41 * Note: Neither the kernel nor the user exception handler generate literals. 119 * to read data from an invalid address in user space. 126 * cases go through the double exception vector than through the user and 130 * happens when accessing user-space memory with the user's permissions 139 * zero indicates to use the default kernel/user exception handler. 187 * - Fixup handlers can jump to the default kernel and user exception 252 * We return to the instruction in user spac [all...] |
/kernel/linux/linux-5.10/drivers/infiniband/hw/cxgb4/ |
H A D | qp.c | 140 static int alloc_sq(struct c4iw_rdev *rdev, struct t4_sq *sq, int user) in alloc_sq() argument 143 if (user) in alloc_sq() 174 * then this is a user mapping so compute the page-aligned physical address 205 int user = (uctx != &rdev->uctx); in create_qp() local 225 if (!user) { in create_qp() 257 ret = alloc_sq(rdev, &wq->sq, user); in create_qp() 285 user ? &wq->sq.bar2_pa : NULL); in create_qp() 290 user ? &wq->rq.bar2_pa : NULL); in create_qp() 295 if (user && (!wq->sq.bar2_pa || (need_rq && !wq->rq.bar2_pa))) { in create_qp() 1670 /* for user qp in flush_qp() 2523 int user = (uctx != &rdev->uctx); alloc_srq_queue() local [all...] |
/kernel/linux/linux-6.6/drivers/infiniband/hw/cxgb4/ |
H A D | qp.c | 140 static int alloc_sq(struct c4iw_rdev *rdev, struct t4_sq *sq, int user) in alloc_sq() argument 143 if (user) in alloc_sq() 174 * then this is a user mapping so compute the page-aligned physical address 205 int user = (uctx != &rdev->uctx); in create_qp() local 225 if (!user) { in create_qp() 257 ret = alloc_sq(rdev, &wq->sq, user); in create_qp() 285 user ? &wq->sq.bar2_pa : NULL); in create_qp() 290 user ? &wq->rq.bar2_pa : NULL); in create_qp() 295 if (user && (!wq->sq.bar2_pa || (need_rq && !wq->rq.bar2_pa))) { in create_qp() 1670 /* for user qp in flush_qp() 2514 int user = (uctx != &rdev->uctx); alloc_srq_queue() local [all...] |
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/object/ |
H A D | object_manager.cpp | 311 if (storeMeta.user == userId) {
in Clear() 312 ZLOGI("user is same, not need to change, mate user:%{public}s::user:%{public}s.",
in Clear() 313 storeMeta.user.c_str(), userId.c_str());
in Clear() 317 ZLOGD("user is change, need to change");
in Clear() 328 int32_t ObjectStoreManager::DeleteByAppId(const std::string &appId, int32_t user)
in DeleteByAppId() argument 332 ZLOGE("Open store failed, result: %{public}d, appId: %{public}s, user: %{public}d", result,
in DeleteByAppId() 333 appId.c_str(), user);
in DeleteByAppId() 338 ZLOGE("Revoke save failed, result: %{public}d, appId: %{public}s, user in DeleteByAppId() [all...] |
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/ |
H A D | firmware.c | 60 * but not necessarily something a user would ever need to use. 1400 u8 user = (u8)read_csr(dd, ASIC_CFG_MUTEX); in acquire_hw_mutex() local 1402 if (user == mask) { in acquire_hw_mutex() 1413 user = (u8)read_csr(dd, ASIC_CFG_MUTEX); in acquire_hw_mutex() 1414 if (user == mask) in acquire_hw_mutex() 1424 (u32)user, (u32)mask, (try == 0) ? "retrying" : "giving up"); in acquire_hw_mutex() 1439 u8 user = (u8)read_csr(dd, ASIC_CFG_MUTEX); in release_hw_mutex() local 1441 if (user != mask) in release_hw_mutex() 1444 (u32)user, (u32)mask); in release_hw_mutex()
|
/kernel/linux/linux-6.6/fs/ |
H A D | eventpoll.c | 56 * user space) we could end up sleeping due a copy_to_user(), so 212 /* The user that created the eventpoll descriptor */ 213 struct user_struct *user; member 247 /* Maximum number of epoll watched descriptors, per user */ 708 free_uid(ep->user); in ep_free() 773 percpu_counter_dec(&ep->user->epoll_watches); in __ep_remove() 991 ep->user = get_current_user(); in ep_alloc() 1200 * (because we're accessing user memory, and because of linux f_op->poll() in ep_poll_callback() 1491 if (unlikely(percpu_counter_compare(&ep->user->epoll_watches, in ep_insert() 1494 percpu_counter_inc(&ep->user in ep_insert() [all...] |