/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_execbuf.c | 1658 &cur_state->value, &res); in vmw_cmd_tex_state() 3796 * @ret: Return value from fence object creation. 3941 * If command buffers could not be used, the function will return the value of 3942 * @kernel_commands on function call. That value may be NULL. In that case, the 3943 * value of *@header will be set to NULL. 3945 * If an error is encountered, the function will return a pointer error value. 3947 * -ERESTARTSYS casted to a pointer error value. 4405 * We take different code paths depending on the value of arg->version. in vmw_execbuf_ioctl()
|
/kernel/linux/linux-6.6/include/rdma/ |
H A D | ib_verbs.h | 591 * their own value during their allocation routine. 600 * @value - Array of u64 counters that are accessed by the sysfs code and 610 u64 value[]; member 684 /* This is the value from PortInfo CapabilityMask, defined by IBA */ 995 * Set value of IB_WC_RECV so consumers can test if a completion is a 1999 * the tunnel_id from val has the vni value 2154 * Value of 0 is a valid value. 2413 * query_gid should be return GID value for @device, when @port_num 2580 * get_hw_stats - Fill in the counter value(s) in the stats struct. 2581 * @index - The index in the value arra [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/ath/wil6210/ |
H A D | wmi.c | 2092 .value = cpu_to_le32(0x12345678), in wmi_echo() 2724 wil_err(wil, "Invalid sense_all_evt value\n"); in wmi_get_all_temperatures()
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | d3.c | 870 .value = cpu_to_le16(mvmvif->seqno), in iwl_mvm_set_last_nonqos_seq() 1766 /* Don't install a new key's value to an old key */ in iwl_mvm_set_key_rx_seq() 2421 /* firmware stores last-used value, we store next value */ in iwl_mvm_query_wakeup_reasons()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx4/ |
H A D | main.c | 735 /* Avoid wrong speed value returned by FW if the IB link is down. */ in ib_link_query_port() 1535 pr_err("Invalid priority value %d\n", flow_attr->priority); in __mlx4_ib_create_flow() 2142 stats->value[i] = hw_value[i]; in mlx4_ib_get_hw_stats()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_execbuf.c | 84 * @vmw_res_rel_max: Last value in the enum - used for error checking 1654 &cur_state->value, &res); in vmw_cmd_tex_state() 3860 * @ret: Return value from fence object creation. 4004 * return the value of @kernel_commands on function call. That value may be 4005 * NULL. In that case, the value of *@header will be set to NULL. 4007 * If an error is encountered, the function will return a pointer error value. 4009 * -ERESTARTSYS casted to a pointer error value. 4465 * We take different code paths depending on the value of arg->version. in vmw_execbuf_ioctl()
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-sched.c | 2666 * and otherwise it will show an invalid value next in timehist_sched_change_event() 2919 callchain_param.value = CCVAL_PERIOD; in timehist_print_summary()
|
/kernel/linux/linux-6.6/net/wireless/ |
H A D | scan.c | 3519 iwe.u.bitrate.value = in ieee80211_bss()
|
H A D | nl80211.c | 687 * The value of the Length field of the Supported Operating 2290 /* for now we just use the same value ... makes more sense */ in nl80211_put_tid_config_support() 3665 * odd threshold value. in nl80211_set_wiphy() 3978 * value needed to determine that parsing is necessary. in nl80211_dump_interface() 9354 * NL80211_ATTR_MAC value here if it can be determined to be used for in nl80211_trigger_scan() 12831 * Obtain current RSSI value if possible, if not and no RSSI threshold in cfg80211_cqm_rssi_update() 16443 #define SELECTOR(_, name, value) NL80211_IFL_SEL_##name, 16449 #define SELECTOR(_, name, value) [NL80211_IFL_SEL_##name] = value, 16699 #define SELECTOR(__sel, name, value) \ [all...] |
/kernel/linux/linux-6.6/drivers/scsi/cxgbi/ |
H A D | libcxgbi.c | 2204 /* Restore original value of conn->max_xmit_dlength because in cxgbi_conn_init_pdu() 2523 stats->custom[0].value = conn->eh_abort_cnt; in cxgbi_get_conn_stats()
|
/kernel/linux/linux-6.6/net/sched/ |
H A D | cls_api.c | 332 /* Select new prio value from the range, managed by kernel. */ 2750 terse_dump = flags.value & TCA_DUMP_FLAGS_TERSE; in tc_dump_tfilter() 2757 /* If we work with block index, q is NULL and parent value in tc_dump_tfilter()
|
/foundation/window/window_manager/window_scene/screen_session_manager/src/ |
H A D | screen_session_manager.cpp | 195 oss << "SetScreenCorrection g_screenRotationOffSet: " << g_screenRotationOffSet << " ret value: " << ret; in HandleFoldScreenPowerInit() 199 oss << "SetScreenCorrection g_screenRotationOffSet: " << g_screenRotationOffSet << " ret value: " << ret; in HandleFoldScreenPowerInit() 1152 "The density is equivalent to the original value, no update operation is required, aborted."); in SetVirtualPixelRatio() 2174 void ScreenSessionManager::BootFinishedCallback(const char *key, const char *value, void *context) in BootFinishedCallback() argument 2176 if (strcmp(key, BOOTEVENT_BOOT_COMPLETED.c_str()) == 0 && strcmp(value, "true") == 0) { in BootFinishedCallback() 4699 TLOGD(WmsLogTag::DMS, "The scale and pivot is default value now. There is no need to update"); in UpdateDisplayScaleState()
|
/kernel/linux/linux-5.10/kernel/sched/ |
H A D | fair.c | 57 * NOTE: this latency value is not the same as the concept of 92 * This value is kept at sysctl_sched_latency/sysctl_sched_min_granularity 180 * Increase the granularity value when there are more CPUs, 806 * value. Moreover, the sum of the util_avgs may be divergent, such 1823 * the value is, the more remote accesses that would be expected to in task_numa_compare() 3056 * Explicitly do a load-store to ensure the intermediate value never hits 3076 * Explicitly do a load-store to ensure the intermediate value never hits 3256 * of a group with small tg->shares value. It is a floor value which is in calc_group_shares() 3335 * However, because tg->load_avg is a global value ther 4035 within_margin(int value, int margin) within_margin() argument [all...] |
/kernel/linux/linux-5.10/net/ceph/ |
H A D | osd_client.c | 840 u16 opcode, const char *name, const void *value, in osd_req_op_xattr_init() 862 ret = ceph_pagelist_append(pagelist, value, size); in osd_req_op_xattr_init() 839 osd_req_op_xattr_init(struct ceph_osd_request *osd_req, unsigned int which, u16 opcode, const char *name, const void *value, size_t size, u8 cmp_op, u8 cmp_mode) osd_req_op_xattr_init() argument
|
/kernel/linux/linux-6.6/kernel/sched/ |
H A D | fair.c | 95 * NOTE: this latency value is not the same as the concept of 130 * This value is kept at sysctl_sched_latency/sysctl_sched_min_granularity 270 * Increase the granularity value when there are more CPUs, 703 * As measured, the max (key * weight) value was ~44 bits for a kernel build. 1147 * value. Moreover, the sum of the util_avgs may be divergent, such 2294 * the value is, the more remote accesses that would be expected to in task_numa_compare() 3629 * Explicitly do a load-store to ensure the intermediate value never hits 3649 * Explicitly do a load-store to ensure the intermediate value never hits 3966 * of a group with small tg->shares value. It is a floor value whic in calc_group_shares() 4881 within_margin(int value, int margin) within_margin() argument [all...] |
/kernel/linux/linux-6.6/net/ceph/ |
H A D | osd_client.c | 868 u16 opcode, const char *name, const void *value, in osd_req_op_xattr_init() 890 ret = ceph_pagelist_append(pagelist, value, size); in osd_req_op_xattr_init() 867 osd_req_op_xattr_init(struct ceph_osd_request *osd_req, unsigned int which, u16 opcode, const char *name, const void *value, size_t size, u8 cmp_op, u8 cmp_mode) osd_req_op_xattr_init() argument
|
/kernel/linux/linux-6.6/net/mac80211/ |
H A D | mlme.c | 2288 /* If the TIM IE is invalid, pretend the value is 1 */ in ieee80211_recalc_ps() 2572 /* -1 is the initial value of ifmgd->mu_edca_last_param_set. in ieee80211_sta_wmm_params() 4339 * of the first value the AP uses. Setting -1 here has in ieee80211_assoc_config_link() 4341 * 4-bit value. in ieee80211_assoc_config_link() 5089 /* Check if value is overridden by non-transmitted profile */ in ieee80211_get_dtim() 5378 le32_to_cpu(elems->timeout_int->value)); in ieee80211_rx_mgmt_assoc_resp() 5380 tu = le32_to_cpu(elems->timeout_int->value); in ieee80211_rx_mgmt_assoc_resp() 5401 "invalid AID value %d (out of range), turn off PS\n", in ieee80211_rx_mgmt_assoc_resp() 7929 * algorithm uses a scaled up value as well. Change this scaling in _ieee80211_enable_rssi_reports()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_link.c | 405 /* Set the value for this EPIO */ in bnx2x_set_epio() 578 * reset value or init tool in bnx2x_ets_e3b0_nig_disabled() 697 * TODO_ETS - Should be done by reset value or init tool in bnx2x_ets_e3b0_pbf_disabled() 706 /* TODO_ETS - Should be done by reset value or init tool */ in bnx2x_ets_e3b0_pbf_disabled() 889 * Calculate the total BW.A value of 0 isn't legal. 982 * Returns the correct value according to COS and priority in 999 * Returns the correct value according to COS and priority in the 1015 * Returns the correct value according to COS and priority in the 1419 * (a value of 49==0x31) and make sure that the AUTO poll is off in bnx2x_set_mdio_clk() 1460 /* Return 4-port mode override value */ in bnx2x_is_4_port_mode() 13787 u32 cfg_pin, value = 0; bnx2x_sfp_tx_fault_detection() local [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_link.c | 405 /* Set the value for this EPIO */ in bnx2x_set_epio() 578 * reset value or init tool in bnx2x_ets_e3b0_nig_disabled() 697 * TODO_ETS - Should be done by reset value or init tool in bnx2x_ets_e3b0_pbf_disabled() 706 /* TODO_ETS - Should be done by reset value or init tool */ in bnx2x_ets_e3b0_pbf_disabled() 889 * Calculate the total BW.A value of 0 isn't legal. 982 * Returns the correct value according to COS and priority in 999 * Returns the correct value according to COS and priority in the 1015 * Returns the correct value according to COS and priority in the 1419 * (a value of 49==0x31) and make sure that the AUTO poll is off in bnx2x_set_mdio_clk() 1460 /* Return 4-port mode override value */ in bnx2x_is_4_port_mode() 13789 u32 cfg_pin, value = 0; bnx2x_sfp_tx_fault_detection() local [all...] |
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_api_impl_bridge.cpp | 348 auto value = thirdArg->Int32Value(vm); in SetFrameRateRange() local 349 auto type = static_cast<SwiperDynamicSyncSceneType>(value); in SetFrameRateRange() 383 auto value = thirdArg->Int32Value(vm); in SetMarqueeFrameRateRange() local 384 auto type = static_cast<MarqueeDynamicSyncSceneType>(value); in SetMarqueeFrameRateRange()
|
/kernel/linux/linux-6.6/tools/testing/radix-tree/ |
H A D | maple.c | 877 * mas_descend_walk(): Locates a value and sets the mas->node and slot 884 * Check mas->node is still valid on return of any value. 921 * Return: True if a value exists, false otherwise. 993 void *value = NULL; in check_erase2_testset() local 1023 erase_check_store_range(mt, set, i + 1, value); in check_erase2_testset() 1026 value = xa_mk_value(set[i + 1]); in check_erase2_testset() 1051 erase_check_store_range(mt, set, i + 1, value); in check_erase2_testset() [all...] |
/kernel/linux/linux-5.10/arch/x86/crypto/ |
H A D | aesni-intel_asm.S | 33 * The following macros are used to move an (un)aligned 16 byte value to/from 965 # combine GHASHed value with the corresponding ciphertext 978 * %r11 is the data offset value 1186 * %r11 is the data offset value 2708 * CTR: == temporary value
|
/kernel/linux/linux-6.6/arch/x86/crypto/ |
H A D | aesni-intel_asm.S | 33 * The following macros are used to move an (un)aligned 16 byte value to/from 961 # combine GHASHed value with the corresponding ciphertext 974 * %r11 is the data offset value 1182 * %r11 is the data offset value 2837 * CTR: == temporary value
|
/kernel/linux/linux-5.10/net/mac80211/ |
H A D | mlme.c | 1786 /* If the TIM IE is invalid, pretend the value is 1 */ in ieee80211_recalc_ps() 2043 /* -1 is the initial value of ifmgd->mu_edca_last_param_set. in ieee80211_sta_wmm_params() 3317 sdata_info(sdata, "invalid AID value %d (out of range), turn off PS\n", in ieee80211_assoc_success() 3595 * of the first value the AP uses. Setting -1 here has in ieee80211_assoc_success() 3597 * 4-bit value. in ieee80211_assoc_success() 3718 tu = le32_to_cpu(elems.timeout_int->value); in ieee80211_rx_mgmt_assoc_resp() 5153 /* Check if value is overridden by non-transmitted profile */ in ieee80211_get_dtim()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/irdma/ |
H A D | verbs.c | 622 * There is no way to compute the correct value of in irdma_setup_umode_qp() 3905 memcpy(&stats->value[0], hw_stats, sizeof(u64) * stats->num_counters); in irdma_get_hw_stats()
|