/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()
|
/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...] |
/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()
|
/kernel/linux/linux-6.6/drivers/net/wireless/virtual/ |
H A D | mac80211_hwsim.c | 85 * this is the default value. 3209 static int mac80211_hwsim_set_rts_threshold(struct ieee80211_hw *hw, u32 value) in mac80211_hwsim_set_rts_threshold() argument
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/uc/ |
H A D | intel_guc_submission.c | 42 * a value to the action register (SOFT_SCRATCH_0) along with any data. It then 59 * The i915 updates the LRC tail value in memory. The i915 must enable the 491 * Check for space in work queue. Caching a value of head pointer in in get_wq_pointer() 1205 * we run into a race where the value read is inconsistent. Sometimes the 1206 * inconsistency is in reading the upper MSB bytes of the last_in value when 2495 policy->h2g.klv[policy->count].value = data; \ 3087 * timeout to the minimum value (1 us) so the banned context in guc_context_revoke() 3453 /* Lower value is higher priority */ in new_guc_prio_higher() 4126 * reset the value in the HWSP. in guc_sanitize() 4567 * This default value o [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/sun/ |
H A D | niu.c | 3633 * the counter value does not wrap, but remains at max value in niu_sync_rx_discard_stats() 4683 * to get the proper value the chip wants. in niu_init_one_tx_channel() 5809 * set the XMAC_MAX register back to it's default value. in niu_init_mac() 6834 static void niu_set_msglevel(struct net_device *dev, u32 value) in niu_set_msglevel() argument 6837 np->msg_enable = value; in niu_set_msglevel()
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | hpsa.c | 61 * with an optional trailing '-' followed by a byte value (0-255). 4871 * If block size is 512, tweak value is LBA. in set_encrypt_ioaccel2() 5877 * small-integer tag for this request. We use an offset from that value as 6126 /* The index value comes from the block layer, so if it's out of in cmd_tagged_alloc() 6135 * value. Thus, there should never be a collision here between in cmd_tagged_alloc() 8230 static void set_lockup_detected_for_all_cpus(struct ctlr_info *h, u32 value) in set_lockup_detected_for_all_cpus() argument 8237 *lockup_detected = value; in set_lockup_detected_for_all_cpus() 8780 * from the soft reset command, and if we do, then the value in hpsa_init_one()
|
/kernel/linux/linux-5.10/drivers/media/usb/gspca/ |
H A D | zc3xx.c | 5540 0x01, /* value */ in reg_r() 5552 u8 value, in reg_w() 5563 value, index, NULL, 0, in reg_w() 6829 /*fixme: returned value to send? */ in sd_start() 5551 reg_w(struct gspca_dev *gspca_dev, u8 value, u16 index) reg_w() argument
|
/kernel/linux/linux-6.6/drivers/media/usb/gspca/ |
H A D | zc3xx.c | 5540 0x01, /* value */ in reg_r() 5552 u8 value, in reg_w() 5563 value, index, NULL, 0, in reg_w() 6829 /*fixme: returned value to send? */ in sd_start() 5551 reg_w(struct gspca_dev *gspca_dev, u8 value, u16 index) reg_w() argument
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sun/ |
H A D | niu.c | 3652 * the counter value does not wrap, but remains at max value in niu_sync_rx_discard_stats() 4702 * to get the proper value the chip wants. in niu_init_one_tx_channel() 5828 * set the XMAC_MAX register back to it's default value. in niu_init_mac() 6852 static void niu_set_msglevel(struct net_device *dev, u32 value) in niu_set_msglevel() argument 6855 np->msg_enable = value; in niu_set_msglevel()
|