/kernel/linux/linux-6.6/drivers/xen/ |
H A D | cpu_hotplug.c | 37 char dir[16], state[16]; in vcpu_online() local 40 err = xenbus_scanf(XBT_NIL, dir, "availability", "%15s", state); in vcpu_online() 43 pr_err("Unable to read cpu state\n"); in vcpu_online() 47 if (strcmp(state, "online") == 0) in vcpu_online() 49 else if (strcmp(state, "offline") == 0) in vcpu_online() 52 pr_err("unknown state(%s) on CPU%d\n", state, cpu); in vcpu_online()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | context_tracking_state.h | 39 atomic_t state; member 54 return raw_atomic_read(this_cpu_ptr(&context_tracking.state)) & CT_STATE_MASK; in __ct_state() 61 return atomic_read(this_cpu_ptr(&context_tracking.state)) & CT_DYNTICKS_MASK; in ct_dynticks() 68 return atomic_read(&ct->state) & CT_DYNTICKS_MASK; in ct_dynticks_cpu() 75 return atomic_read_acquire(&ct->state) & CT_DYNTICKS_MASK; in ct_dynticks_cpu_acquire() 122 * ct_state() - return the current context tracking state if known 124 * Returns the current cpu's context tracking state if context tracking
|
/kernel/linux/linux-6.6/drivers/staging/vc04_services/interface/vchiq_arm/ |
H A D | vchiq_arm.h | 51 struct vchiq_state *state; member 98 vchiq_dump_platform_use_state(struct vchiq_state *state); 101 vchiq_dump_service_use_state(struct vchiq_state *state); 104 vchiq_use_internal(struct vchiq_state *state, struct vchiq_service *service, 107 vchiq_release_internal(struct vchiq_state *state,
|
/kernel/linux/linux-6.6/block/partitions/ |
H A D | osf.c | 16 int osf_partition(struct parsed_partitions *state) in osf_partition() argument 56 data = read_part_sector(state, 0, §); in osf_partition() 76 if (slot == state->limit) in osf_partition() 79 put_partition(state, slot, in osf_partition() 84 strlcat(state->pp_buf, "\n", PAGE_SIZE); in osf_partition()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/ |
H A D | intel_atomic_plane.h | 47 struct drm_plane_state *state); 48 void intel_crtc_planes_update_noarm(struct intel_atomic_state *state, 50 void intel_crtc_planes_update_arm(struct intel_atomic_state *state, 56 int intel_plane_atomic_check(struct intel_atomic_state *state, 58 int intel_plane_calc_min_cdclk(struct intel_atomic_state *state,
|
/kernel/linux/linux-6.6/lib/ |
H A D | syscall.c | 72 unsigned int state; in task_current_syscall() local 77 state = READ_ONCE(target->__state); in task_current_syscall() 78 if (unlikely(!state)) in task_current_syscall() 81 ncsw = wait_task_inactive(target, state); in task_current_syscall() 84 unlikely(wait_task_inactive(target, state) != ncsw)) in task_current_syscall()
|
/third_party/elfutils/libelf/ |
H A D | elf_getscn.c | 59 || (offsetof (struct Elf, state.elf32.scns) in elf_getscn() 60 == offsetof (struct Elf, state.elf64.scns)) in elf_getscn() 61 ? &elf->state.elf32.scns : &elf->state.elf64.scns); in elf_getscn() 89 scn0->list = elf->state.elf.scns_last; in elf_getscn()
|
H A D | gelf_getehdr.c | 59 if (offsetof (struct Elf, state.elf32.ehdr) in __gelf_getehdr_rdlock() 60 != offsetof (struct Elf, state.elf64.ehdr)) in __gelf_getehdr_rdlock() 63 if (unlikely (elf->state.elf64.ehdr == NULL)) in __gelf_getehdr_rdlock() 68 Elf32_Ehdr *ehdr = elf->state.elf32.ehdr; in __gelf_getehdr_rdlock() 91 result = memcpy (dest, elf->state.elf64.ehdr, sizeof (*dest)); in __gelf_getehdr_rdlock()
|
/third_party/ffmpeg/libavutil/ |
H A D | lfg.c | 41 c->state[i ] = AV_RL32(tmp); in av_lfg_init() 42 c->state[i + 1] = AV_RL32(tmp + 4); in av_lfg_init() 43 c->state[i + 2] = AV_RL32(tmp + 8); in av_lfg_init() 44 c->state[i + 3] = AV_RL32(tmp + 12); in av_lfg_init() 76 * do a running crc of each segment and store the crc as the state for that slot. in av_lfg_init_from_data() 82 c->state[segm] = (unsigned int)crc; in av_lfg_init_from_data()
|
/third_party/curl/lib/vauth/ |
H A D | vauth.c | 157 return (!data->state.this_is_a_follow || in Curl_auth_allowed_to_host() 159 (data->state.first_host && in Curl_auth_allowed_to_host() 160 strcasecompare(data->state.first_host, conn->host.name) && in Curl_auth_allowed_to_host() 161 (data->state.first_remote_port == conn->remote_port) && in Curl_auth_allowed_to_host() 162 (data->state.first_remote_protocol == conn->handler->protocol))); in Curl_auth_allowed_to_host()
|
/third_party/libwebsockets/lib/secure-streams/cpp/ |
H A D | lssFile.cxx | 52 lssfile_state(void *userobj, void *h_src, lws_ss_constate_t state, in lssfile_state() argument 57 lwsl_info("%s: state %s\n", __func__, lws_ss_state_name(state)); in lssfile_state() 59 switch (state) { in lssfile_state() 71 lf->call_completion(state); in lssfile_state() 73 if (state == LWSSSCS_DESTROYING) { in lssfile_state()
|
/third_party/mesa3d/src/mesa/program/ |
H A D | program_parser.h | 55 * bound state (or constants) start. 66 * with our state tokens or constants. Note that this is _not_ the same as 150 * This list is \b only used when cleaning up compiler state and freeing 186 * Value to use in state vector accessors for environment and local 245 const GLubyte *str, GLsizei len, struct asm_parser_state *state); 253 struct asm_parser_state *state, const char *string, size_t len); 267 extern int _mesa_ARBvp_parse_option(struct asm_parser_state *state, 276 extern int _mesa_ARBfp_parse_option(struct asm_parser_state *state, 284 * or not supported by the modes and options set in \c state, zero will be 290 extern int _mesa_parse_instruction_suffix(const struct asm_parser_state *state, [all...] |
/third_party/lz4/ossfuzz/ |
H A D | fuzz_helpers.h | 74 FUZZ_STATIC uint32_t FUZZ_rand(uint32_t *state) { in FUZZ_rand() argument 77 uint32_t rand32 = *state; in FUZZ_rand() 81 *state = rand32; in FUZZ_rand() 86 FUZZ_STATIC uint32_t FUZZ_rand32(uint32_t *state, uint32_t min, uint32_t max) { in FUZZ_rand32() argument 87 uint32_t random = FUZZ_rand(state); in FUZZ_rand32()
|
/third_party/typescript/tests/baselines/reference/ |
H A D | privateNameAccessorsCallExpression.js | 22 var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver, state, kind, f) {
24 if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot read private member from an object whose class did not declare it");
25 return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
|
H A D | privateNameAndAny.js | 32 var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver, state, kind, f) {
34 if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot read private member from an object whose class did not declare it");
35 return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
|
H A D | privateNameAndObjectRestSpread.js | 21 var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver, state, kind, f) {
23 if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot read private member from an object whose class did not declare it");
24 return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
|
H A D | privateNameFieldCallExpression.js | 24 var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver, state, kind, f) {
26 if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot read private member from an object whose class did not declare it");
27 return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
|
H A D | privateNameMethodCallExpression.js | 28 var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver, state, kind, f) {
30 if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot read private member from an object whose class did not declare it");
31 return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
|
H A D | privateNameNestedMethodAccess.js | 28 var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver, state, kind, f) {
30 if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot read private member from an object whose class did not declare it");
31 return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
|
H A D | privateNameStaticFieldCallExpression.js | 24 var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver, state, kind, f) {
26 if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot read private member from an object whose class did not declare it");
27 return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
|
H A D | privateNameWhenNotUseDefineForClassFieldsInEsNext(target=es2020).js | 56 var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver, state, kind, f) {
58 if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot read private member from an object whose class did not declare it");
59 return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
|
H A D | privateNamesInNestedClasses-1.js | 31 var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver, state, kind, f) {
33 if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot read private member from an object whose class did not declare it");
34 return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
|
H A D | privateNamesUseBeforeDef.js | 24 var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver, state, kind, f) {
26 if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot read private member from an object whose class did not declare it");
27 return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
|
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/ |
H A D | randen_hwaes_test.cc | 30 // Local state parameters. 37 uint64_t state[kStateSizeT]; variable 59 memset(d.state, 0, sizeof(d.state)); in TEST() 60 RandenHwAes::Generate(RandenHwAes::GetKeys(), d.state); in TEST() 62 uint64_t* id = d.state; in TEST()
|
/third_party/vk-gl-cts/framework/randomshaders/ |
H A D | rsgVariable.cpp | 43 void Variable::tokenizeDeclaration (GeneratorState& state, TokenStream& str) const in tokenizeDeclaration() argument 45 Version targetVersion = state.getProgramParameters().version; in tokenizeDeclaration() 72 if (state.getShader().getType() == Shader::TYPE_FRAGMENT) in tokenizeDeclaration() 79 switch (state.getShader().getType()) in tokenizeDeclaration() 102 if (state.getShader().getType() == Shader::TYPE_VERTEX) in tokenizeDeclaration()
|