/kernel/linux/linux-6.6/kernel/events/ |
H A D | uprobes.c | 2130 bool valid; in handle_trampoline() local 2143 * If this chain is valid, then the next one should be alive in handle_trampoline() 2148 valid = !next || arch_uretprobe_is_alive(next, RP_CHECK_RET, regs); in handle_trampoline() 2152 if (valid) in handle_trampoline() 2157 } while (!valid); in handle_trampoline()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/af/ |
H A D | rvu_npc_hash.c | 965 * @ways: Ways. Only valid for MEM table. 1027 if (!table->drop_rule_map[i].valid) in rvu_npc_exact_save_drop_rule_chan_and_mask() 1046 table->drop_rule_map[i].valid = true; in rvu_npc_exact_save_drop_rule_chan_and_mask() 1099 if (!table->drop_rule_map[i].valid) in rvu_npc_exact_drop_rule_to_pcifunc() 1147 if (!table->drop_rule_map[i].valid) in rvu_npc_exact_get_drop_rule_info()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/irdma/ |
H A D | uk.c | 13 * @valid: The wqe valid 16 u8 valid) in irdma_set_fragment() 22 FIELD_PREP(IRDMAQPSQ_VALID, valid) | in irdma_set_fragment() 28 FIELD_PREP(IRDMAQPSQ_VALID, valid)); in irdma_set_fragment() 37 * @valid: wqe valid flag 40 struct ib_sge *sge, u8 valid) in irdma_set_fragment_gen_1() 81 /* make sure WQE is written before valid bit is set */ in irdma_nop_1() 121 /* valid bi in irdma_uk_qp_post_wr() 15 irdma_set_fragment(__le64 *wqe, u32 offset, struct ib_sge *sge, u8 valid) irdma_set_fragment() argument 39 irdma_set_fragment_gen_1(__le64 *wqe, u32 offset, struct ib_sge *sge, u8 valid) irdma_set_fragment_gen_1() argument [all...] |
/kernel/linux/linux-6.6/drivers/media/platform/qcom/venus/ |
H A D | venc.c | 100 bool valid; in find_format_by_index() local 104 valid = type != V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE || in find_format_by_index() 106 if (k == index && valid) in find_format_by_index() 108 if (valid) in find_format_by_index()
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | fw.c | 33 bool valid; member 40 .valid = cpu_to_le32(valid_tx_ant), in iwl_send_tx_ant_cfg() 43 IWL_DEBUG_FW(mvm, "select valid tx ant: %u\n", valid_tx_ant); in iwl_send_tx_ant_cfg() 240 "Not valid error log pointer 0x%08X for %s uCode\n", in iwl_alive_fn() 248 alive_data->valid = status == IWL_ALIVE_STATUS_OK; in iwl_alive_fn() 427 if (!alive_data.valid) { in iwl_mvm_load_ucode_wait_alive() 428 IWL_ERR(mvm, "Loaded ucode is not valid!\n"); in iwl_mvm_load_ucode_wait_alive() 758 /* Send TX valid antennas before triggering calibrations */ in iwl_run_init_mvm_ucode() 991 * It is a valid scenario to not support SAR, or miss wgds table, in iwl_mvm_sar_geo_init() 1027 /* Not supporting PPAG table is a valid scenari in iwl_mvm_ppag_send_cmd() [all...] |
/kernel/linux/linux-6.6/drivers/hwmon/ |
H A D | adt7475.c | 196 bool valid; member 2001 !data->valid) { in adt7475_update_device() 2004 data->valid = false; in adt7475_update_device() 2009 data->valid = true; in adt7475_update_device()
|
H A D | asc7621.c | 80 bool valid; /* true if following fields are valid */ member 1009 if (!data->valid || in asc7621_update_device() 1023 if (!data->valid || in asc7621_update_device() 1035 data->valid = true; in asc7621_update_device() 1045 * Helper function that checks if an address is valid
|
H A D | adm1026.c | 262 bool valid; /* true if following fields are valid */ member 327 if (!data->valid in adm1026_update_device() 378 if (!data->valid || in adm1026_update_device() 462 data->valid = true; in adm1026_update_device()
|
H A D | f71805f.c | 168 bool valid; /* true if following fields are valid */ member 341 || !data->valid) { in f71805f_update_device() 383 || !data->valid) { in f71805f_update_device() 407 data->valid = true; in f71805f_update_device()
|
H A D | lm85.c | 297 bool valid; /* true if following fields are valid */ member 376 if (!data->valid || in lm85_update_device() 469 if (!data->valid || in lm85_update_device() 544 data->valid = true; in lm85_update_device()
|
H A D | w83792d.c | 264 bool valid; /* true if following fields are valid */ member 743 data->valid = false; /* Force cache refresh */ in intrusion0_alarm_store() 1489 || time_before(jiffies, data->last_updated) || !data->valid) { in w83792d_update_device() 1590 data->valid = true; in w83792d_update_device()
|
H A D | w83627hf.c | 358 bool valid; /* true if following fields are valid */ member 486 || !data->valid) { in w83627hf_update_device() 563 data->valid = true; in w83627hf_update_device() 621 data->valid = false; in w83627hf_resume()
|
/kernel/linux/linux-6.6/tools/testing/selftests/nolibc/ |
H A D | nolibc-test.c | 1233 int idx, len, test_len, valid = 0; in is_setting_valid() local 1237 return valid; in is_setting_valid() 1253 valid = 1; in is_setting_valid() 1257 return valid; in is_setting_valid()
|
/kernel/linux/linux-6.6/drivers/scsi/aacraid/ |
H A D | commsup.c | 1404 if (dev->fsa_dev[container].valid == 1) in aac_handle_aif() 1405 dev->fsa_dev[container].valid = 2; in aac_handle_aif() 1437 && (!dev->fsa_dev[container].valid)) { in aac_handle_aif() 1869 return dev->fsa_dev[target].valid; in aac_is_safw_target_valid()
|
/kernel/linux/linux-6.6/drivers/scsi/be2iscsi/ |
H A D | be_cmds.c | 328 * To check if valid bit is set, check the entire word as we don't know in beiscsi_process_mbox_compl() 350 /* Need to reset the entire word that houses the valid bit */ in beiscsi_process_mbox_compl() 531 * [31] = valid, [30:24] = Rsvd, [23:16] = wrb, [15:8] = extd_status, in beiscsi_process_mcc_compl() 756 AMAP_SET_BITS(struct amap_eq_context, valid, req->context, 1); in beiscsi_cmd_eq_create() 802 AMAP_SET_BITS(struct amap_cq_context, valid, ctxt, 1); in beiscsi_cmd_cq_create() 818 AMAP_SET_BITS(struct amap_cq_context_v2, valid, ctxt, 1); in beiscsi_cmd_cq_create() 880 AMAP_SET_BITS(struct amap_mcc_context, valid, ctxt, 1); in beiscsi_cmd_mccq_create()
|
/kernel/linux/linux-6.6/mm/ |
H A D | rmap.c | 483 * ensure that any anon_vma obtained from the page will still be valid for as 491 * page_remove_rmap() that the anon_vma pointer from page->mapping is valid 2207 bool valid; member 2259 args->valid = true; in page_make_device_exclusive_one() 2314 .valid = false, in folio_make_device_exclusive() 2332 return args.valid && !folio_mapcount(folio); in folio_make_device_exclusive()
|
/third_party/NuttX/drivers/usbdev/gadget/ |
H A D | f_mass_storage.c | 390 uint32_t valid; in done_scsi_request_sense() local 403 valid = 0; in done_scsi_request_sense() 409 valid = fmass->info_valid << 7; in done_scsi_request_sense() 415 buf[0] = valid | 0x70; /* Valid, current error */ in done_scsi_request_sense()
|
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_validate.cpp | 656 "Only VGPRs are valid DS instruction operands", instr.get()); in validate_ir() 667 "Only VGPRs are valid Export arguments", instr.get()); in validate_ir() 749 bool valid; member 1022 if (assignments[op.tempId()].valid && assignments[op.tempId()].reg != op.physReg()) in validate_ra() 1043 assignments[op.tempId()].valid = true; in validate_ra() 1074 assignments[def.tempId()].valid = true; in validate_ra()
|
/third_party/mesa3d/src/mesa/program/ |
H A D | program_parse.y | 324 int valid = 0; 327 valid = _mesa_ARBvp_parse_option(state, $2); 329 valid = _mesa_ARBfp_parse_option(state, $2); 335 if (!valid) { 633 /* All of the swizzle components have to be valid in either RGBA 634 * or XYZW. Note that 0 and 1 are valid in both, so both masks 670 /* 0 and 1 are valid for both RGBA swizzle names and XYZW 1503 * is valid. 1602 * zero is valid. 2193 * \return GL_TRUE if a valid sr [all...] |
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_eu_validate.c | 2246 "URB OWORD write messages only valid on gfx >= 7"); in send_descriptor_restrictions() 2253 "URB read messages only valid on gfx >= 7"); in send_descriptor_restrictions() 2259 "URB atomic move and increment messages only valid on gfx >= 7"); in send_descriptor_restrictions() 2263 /* The Haswell PRM lists this opcode as valid on page 317. */ in send_descriptor_restrictions() 2265 "URB atomic add message only valid on gfx >= 7.5"); in send_descriptor_restrictions() 2275 "URB SIMD8 messages only valid on gfx >= 8"); in send_descriptor_restrictions() 2280 "URB fence message only valid on gfx >= 12.5"); in send_descriptor_restrictions() 2334 bool valid = true; in brw_validate_instructions() local 2351 valid = valid in brw_validate_instructions() [all...] |
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/runner/ |
H A D | TestSuite.cpp | 1102 if (mListTests && filterArgIndex.valid()) in TestSuite() 1188 if (filterArgIndex.valid()) in TestSuite() 1252 if (filterArgIndex.valid()) in TestSuite() 1381 if (mTestResults.currentTest.valid()) in onCrashOrTimeout()
|
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/ |
H A D | RenderPipelineValidationTests.cpp | 81 // Infinite depth bias clamp is valid in TEST_F() 100 // Infinite depth bias slope is valid in TEST_F() 380 bool valid = true; in TEST_F() local 387 valid = componentCount == 4; in TEST_F() 390 valid = false; in TEST_F() 393 if (valid) { in TEST_F() 406 /// Tests that the sample count of the render pipeline must be valid. 651 // Tests that the sample count of the render pipeline must be valid 861 // Control case: Always is valid. in TEST_F()
|
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsStateQueryUtil.cpp | 247 bool valid = true; in verifyBooleanVec4Validity() local 252 valid = false; in verifyBooleanVec4Validity() 255 if (!valid) in verifyBooleanVec4Validity() 268 return valid; in verifyBooleanVec4Validity()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | gas_serv.c | 90 if (sta->gas_dialog[i].valid) in gas_dialog_create() 93 dia->valid = 1; in gas_dialog_create() 125 !sta->gas_dialog[i].valid) in gas_serv_dialog_find() 154 if (sta->gas_dialog[i].valid) in gas_serv_free_dialogs()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | gas_serv.c | 90 if (sta->gas_dialog[i].valid) in gas_dialog_create() 93 dia->valid = 1; in gas_dialog_create() 122 !sta->gas_dialog[i].valid) in gas_serv_dialog_find() 151 if (sta->gas_dialog[i].valid) in gas_serv_free_dialogs()
|