/kernel/linux/linux-5.10/drivers/acpi/ |
H A D | processor_throttling.c | 234 * which meets the limits of thermal, user and _TPC. in acpi_processor_throttling_notifier() 239 if (p_limit->user.tx > target_state) in acpi_processor_throttling_notifier() 240 target_state = p_limit->user.tx; in acpi_processor_throttling_notifier() 329 * and user should be considered. in acpi_processor_tstate_has_changed() 335 if (limit->user.tx > target_state) in acpi_processor_tstate_has_changed() 336 target_state = limit->user.tx; in acpi_processor_tstate_has_changed() 348 * of thermal and user, it is unnecessary to check it again. in acpi_processor_tstate_has_changed()
|
/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()
|
/third_party/glfw/include/GLFW/ |
H A D | glfw3.h | 742 * again. Otherwise, inform the user that their machine does not match your 774 * downgrade your requirements and try again. Otherwise, inform the user that 779 * the user, as appropriate. 842 * a different platform if possible or notify the user that no usable platform was 1423 * void* function_name(size_t size, void* user) 1450 * @param[in] user The user-defined pointer from the allocator. 1469 typedef void* (* GLFWallocatefun)(size_t size, void* user); 1476 * void* function_name(void* block, size_t size, void* user) 1506 * @param[in] user Th 2155 void* user; global() member [all...] |
/third_party/libwebsockets/lib/secure-streams/ |
H A D | secure-streams-client.c | 30 * we can't judge user or transient states, leave the old state in lws_ss_check_next_state_sspc() 200 void *user, void *in, size_t len) in callback_sspc_client() 592 return lws_callback_http_dummy(wsi, reason, user, in, len); in callback_sspc_client() 630 /* allocate the handle (including ssi), the user alloc, in lws_sspc_create() 700 lws_sspc_destroy_dll(struct lws_dll2 *d, void *user) in lws_sspc_destroy_dll() argument 793 /* confirm no sul left scheduled in handle or user allocation object */ in lws_sspc_destroy() 941 * efficient to do this but user code can do what it likes... let's in _lws_sspc_set_metadata() 1101 lws_sspc_cancel_notify_dll(struct lws_dll2 *d, void *user) in lws_sspc_cancel_notify_dll() argument 199 callback_sspc_client(struct lws *wsi, enum lws_callback_reasons reason, void *user, void *in, size_t len) callback_sspc_client() argument
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | x509v3.h | 217 ASN1_OCTET_STRING *user; member 456 int SXNET_add_id_asc(SXNET **psx, const char *zone, const char *user, int userlen); 457 int SXNET_add_id_ulong(SXNET **psx, unsigned long lzone, const char *user, 459 int SXNET_add_id_INTEGER(SXNET **psx, ASN1_INTEGER *izone, const char *user,
|
/third_party/selinux/libsepol/cil/src/ |
H A D | cil_resolve_ast.c | 855 userrole->user = (struct cil_user*)user_datum; in cil_resolve_userrole() 874 struct cil_user *user = NULL; in cil_resolve_userlevel() local 886 cil_log(CIL_ERR, "Userlevel must be a user\n"); in cil_resolve_userlevel() 891 user = (struct cil_user*)user_datum; in cil_resolve_userlevel() 899 user->dftlevel = usrlvl->level; in cil_resolve_userlevel() 902 if (user->dftlevel->datum.name == NULL) { in cil_resolve_userlevel() 903 rc = cil_resolve_level(current, user->dftlevel, extra_args); in cil_resolve_userlevel() 913 user->dftlevel = usrlvl->level; in cil_resolve_userlevel() 927 struct cil_user *user = NULL; in cil_resolve_userrange() local 939 cil_log(CIL_ERR, "Userrange must be a user in cil_resolve_userrange() 2571 struct cil_user *user = (struct cil_user *)child_datum; cil_resolve_bounds() local [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...] |
/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()
|