Home
last modified time | relevance | path

Searched refs:conf (Results 1 – 25 of 695) sorted by relevance

12345678910>>...28

/linux/drivers/md/
H A Draid5-log.h5 int r5l_init_log(struct r5conf *conf, struct md_rdev *rdev);
6 void r5l_exit_log(struct r5conf *conf);
13 bool r5l_log_disk_error(struct r5conf *conf);
15 int r5c_try_caching_write(struct r5conf *conf, struct stripe_head *sh,
17 void r5c_finish_stripe_write_out(struct r5conf *conf, struct stripe_head *sh,
22 void r5c_handle_cached_data_endio(struct r5conf *conf,
26 void r5c_flush_cache(struct r5conf *conf, int num);
27 void r5c_check_stripe_cache_usage(struct r5conf *conf);
28 void r5c_check_cached_full_stripe(struct r5conf *conf);
31 bool r5c_big_stripe_cached(struct r5conf *conf, sector_t sect);
[all …]
H A Draid10.c70 static void allow_barrier(struct r10conf *conf);
71 static void lower_barrier(struct r10conf *conf);
72 static int _enough(struct r10conf *conf, int previous, int ignore);
73 static int enough(struct r10conf *conf, int ignore);
78 static void end_reshape(struct r10conf *conf);
83 #define cmd_before(conf, cmd) \ argument
85 write_sequnlock_irq(&(conf)->resync_lock); \
88 #define cmd_after(conf) write_seqlock_irq(&(conf)->resync_lock) argument
90 #define wait_event_barrier_cmd(conf, cond, cmd) \ argument
91 wait_event_cmd((conf)->wait_barrier, cond, cmd_before(conf, cmd), \
[all …]
H A Draid1.c47 static void allow_barrier(struct r1conf *conf, sector_t sector_nr);
48 static void lower_barrier(struct r1conf *conf, sector_t sector_nr);
130 static void *r1bio_pool_alloc(gfp_t gfp_flags, struct r1conf *conf) in r1bio_pool_alloc() argument
132 int size = offsetof(struct r1bio, bios[conf->raid_disks * 2]); in r1bio_pool_alloc()
147 struct r1conf *conf = data; in r1buf_pool_alloc() local
154 r1_bio = r1bio_pool_alloc(gfp_flags, conf); in r1buf_pool_alloc()
158 rps = kmalloc_objs(struct resync_pages, conf->raid_disks * 2, gfp_flags); in r1buf_pool_alloc()
165 for (j = conf->raid_disks * 2; j-- ; ) { in r1buf_pool_alloc()
178 if (test_bit(MD_RECOVERY_REQUESTED, &conf->mddev->recovery)) in r1buf_pool_alloc()
179 need_pages = conf->raid_disks * 2; in r1buf_pool_alloc()
[all …]
H A Draid5.c78 static inline struct hlist_head *stripe_hash(struct r5conf *conf, sector_t sect) in stripe_hash() argument
80 int hash = (sect >> RAID5_STRIPE_SHIFT(conf)) & HASH_MASK; in stripe_hash()
81 return &conf->stripe_hashtbl[hash]; in stripe_hash()
84 static inline int stripe_hash_locks_hash(struct r5conf *conf, sector_t sect) in stripe_hash_locks_hash() argument
86 return (sect >> RAID5_STRIPE_SHIFT(conf)) & STRIPE_HASH_LOCKS_MASK; in stripe_hash_locks_hash()
89 static inline void lock_device_hash_lock(struct r5conf *conf, int hash) in lock_device_hash_lock() argument
90 __acquires(&conf->device_lock) in lock_device_hash_lock()
92 spin_lock_irq(conf->hash_locks + hash); in lock_device_hash_lock()
93 spin_lock(&conf->device_lock); in lock_device_hash_lock()
96 static inline void unlock_device_hash_lock(struct r5conf *conf, int hash) in unlock_device_hash_lock() argument
[all …]
H A Draid0.c42 struct r0conf *conf = mddev->private; in dump_zones() local
43 int raid_disks = conf->strip_zone[0].nb_dev; in dump_zones()
46 conf->nr_strip_zones, conf->nr_strip_zones==1?"":"s"); in dump_zones()
47 for (j = 0; j < conf->nr_strip_zones; j++) { in dump_zones()
51 for (k = 0; k < conf->strip_zone[j].nb_dev; k++) in dump_zones()
53 conf->devlist[j * raid_disks + k]->bdev); in dump_zones()
56 zone_size = conf->strip_zone[j].zone_end - zone_start; in dump_zones()
59 (unsigned long long)conf->strip_zone[j].dev_start>>1, in dump_zones()
61 zone_start = conf->strip_zone[j].zone_end; in dump_zones()
72 struct r0conf *conf = kzalloc_obj(*conf); in create_strip_zones() local
[all …]
H A Dmd-linear.c33 struct linear_conf *conf; in which_dev() local
37 conf = mddev->private; in which_dev()
46 if (sector < conf->disks[mid].end_sector) in which_dev()
52 return conf->disks + lo; in which_dev()
57 struct linear_conf *conf; in linear_size() local
60 conf = mddev->private; in linear_size()
63 array_sectors = conf->array_sectors; in linear_size()
89 struct linear_conf *conf; in linear_conf() local
95 conf = kzalloc_flex(*conf, disks, raid_disks); in linear_conf()
96 if (!conf) in linear_conf()
[all …]
H A Draid5-cache.c39 #define R5C_FULL_STRIPE_FLUSH_BATCH(conf) (conf->max_nr_stripes / 4) argument
195 static inline sector_t r5c_tree_index(struct r5conf *conf, in r5c_tree_index() argument
198 sector_div(sect, conf->chunk_sectors); in r5c_tree_index()
292 r5c_return_dev_pending_writes(struct r5conf *conf, struct r5dev *dev) in r5c_return_dev_pending_writes() argument
299 dev->sector + RAID5_STRIPE_SECTORS(conf)) { in r5c_return_dev_pending_writes()
300 wbi2 = r5_next_bio(conf, wbi, dev->sector); in r5c_return_dev_pending_writes()
301 md_write_end(conf->mddev); in r5c_return_dev_pending_writes()
307 void r5c_handle_cached_data_endio(struct r5conf *conf, in r5c_handle_cached_data_endio() argument
315 r5c_return_dev_pending_writes(conf, &sh->dev[i]); in r5c_handle_cached_data_endio()
323 void r5c_check_stripe_cache_usage(struct r5conf *conf) in r5c_check_stripe_cache_usage() argument
[all …]
/linux/drivers/fpga/
H A Daltera-cvp.c74 void (*write_data)(struct altera_cvp_conf *conf,
84 void (*switch_clk)(struct altera_cvp_conf *conf);
85 int (*clear_state)(struct altera_cvp_conf *conf);
92 static int altera_read_config_byte(struct altera_cvp_conf *conf, in altera_read_config_byte() argument
95 return pci_read_config_byte(conf->pci_dev, conf->vsec_offset + where, in altera_read_config_byte()
99 static int altera_read_config_dword(struct altera_cvp_conf *conf, in altera_read_config_dword() argument
102 return pci_read_config_dword(conf->pci_dev, conf->vsec_offset + where, in altera_read_config_dword()
106 static int altera_write_config_dword(struct altera_cvp_conf *conf, in altera_write_config_dword() argument
109 return pci_write_config_dword(conf->pci_dev, conf->vsec_offset + where, in altera_write_config_dword()
115 struct altera_cvp_conf *conf = mgr->priv; in altera_cvp_state() local
[all …]
/linux/drivers/net/wireless/ath/ath9k/
H A Dcommon-beacon.c43 struct ath_beacon_config *conf, in ath9k_cmn_beacon_config_sta() argument
58 conf->intval = conf->beacon_interval; in ath9k_cmn_beacon_config_sta()
64 dtim_intval = conf->intval * conf->dtim_period; in ath9k_cmn_beacon_config_sta()
71 conf->nexttbtt = ath9k_get_next_tbtt(ah, tsf, conf->intval); in ath9k_cmn_beacon_config_sta()
73 bs->bs_intval = TU_TO_USEC(conf->intval); in ath9k_cmn_beacon_config_sta()
74 bs->bs_dtimperiod = conf->dtim_period * bs->bs_intval; in ath9k_cmn_beacon_config_sta()
75 bs->bs_nexttbtt = conf->nexttbtt; in ath9k_cmn_beacon_config_sta()
76 bs->bs_nextdtim = conf->nexttbtt; in ath9k_cmn_beacon_config_sta()
77 if (conf->dtim_period > 1) in ath9k_cmn_beacon_config_sta()
86 bs->bs_bmissthreshold = DIV_ROUND_UP(conf->bmiss_timeout, conf->intval); in ath9k_cmn_beacon_config_sta()
[all …]
/linux/drivers/clk/
H A Dclk-sparx5.c59 const struct s5_pll_conf *conf) in s5_calc_freq() argument
61 unsigned long rate = parent_rate / conf->div; in s5_calc_freq()
63 if (conf->rot_ena) { in s5_calc_freq()
64 int sign = conf->rot_dir ? -1 : 1; in s5_calc_freq()
65 int divt = sel_rates[conf->rot_sel] * (1 + conf->pre_div); in s5_calc_freq()
78 struct s5_pll_conf *conf) in s5_search_fractional() argument
84 memset(conf, 0, sizeof(*conf)); in s5_search_fractional()
85 conf->div = div; in s5_search_fractional()
86 conf->rot_ena = 1; /* Fractional rate */ in s5_search_fractional()
89 conf->rot_dir = !!d; in s5_search_fractional()
[all …]
/linux/include/linux/
H A Dtextsearch.h79 struct ts_config *conf,
90 void (*finish)(struct ts_config *conf,
106 static inline unsigned int textsearch_next(struct ts_config *conf, in textsearch_next() argument
109 unsigned int ret = conf->ops->find(conf, state); in textsearch_next()
111 if (conf->finish) in textsearch_next()
112 conf->finish(conf, state); in textsearch_next()
125 static inline unsigned int textsearch_find(struct ts_config *conf, in textsearch_find() argument
129 return textsearch_next(conf, state); in textsearch_find()
136 static inline void *textsearch_get_pattern(struct ts_config *conf) in textsearch_get_pattern() argument
138 return conf->ops->get_pattern(conf); in textsearch_get_pattern()
[all …]
/linux/sound/soc/tegra/
H A Dtegra_cif.h50 struct tegra_cif_conf *conf) in tegra_set_cif() argument
54 value = (conf->threshold << TEGRA_ACIF_CTRL_FIFO_TH_SHIFT) | in tegra_set_cif()
55 ((conf->audio_ch - 1) << TEGRA_ACIF_CTRL_AUDIO_CH_SHIFT) | in tegra_set_cif()
56 ((conf->client_ch - 1) << TEGRA_ACIF_CTRL_CLIENT_CH_SHIFT) | in tegra_set_cif()
57 (conf->audio_bits << TEGRA_ACIF_CTRL_AUDIO_BITS_SHIFT) | in tegra_set_cif()
58 (conf->client_bits << TEGRA_ACIF_CTRL_CLIENT_BITS_SHIFT) | in tegra_set_cif()
59 (conf->expand << TEGRA_ACIF_CTRL_EXPAND_SHIFT) | in tegra_set_cif()
60 (conf->stereo_conv << TEGRA_ACIF_CTRL_STEREO_CONV_SHIFT) | in tegra_set_cif()
61 (conf->replicate << TEGRA_ACIF_CTRL_REPLICATE_SHIFT) | in tegra_set_cif()
62 (conf->truncate << TEGRA_ACIF_CTRL_TRUNCATE_SHIFT) | in tegra_set_cif()
[all …]
/linux/net/sched/
H A Dem_text.c54 struct tcf_em_text *conf = data; in em_text_change() local
58 if (len < sizeof(*conf) || len < (sizeof(*conf) + conf->pattern_len)) in em_text_change()
61 if (conf->from_layer > conf->to_layer) in em_text_change()
64 if (conf->from_layer == conf->to_layer && in em_text_change()
65 conf->from_offset > conf->to_offset) in em_text_change()
69 ts_conf = textsearch_prepare(conf->algo, (u8 *) conf + sizeof(*conf), in em_text_change()
70 conf->pattern_len, GFP_KERNEL, flags); in em_text_change()
93 tm->from_offset = conf->from_offset; in em_text_change()
94 tm->to_offset = conf->to_offset; in em_text_change()
95 tm->from_layer = conf->from_layer; in em_text_change()
[all …]
/linux/arch/riscv/kvm/
H A Dvcpu_sbi_fwft.c52 long (*set)(struct kvm_vcpu *vcpu, struct kvm_sbi_fwft_config *conf,
62 long (*get)(struct kvm_vcpu *vcpu, struct kvm_sbi_fwft_config *conf,
100 struct kvm_sbi_fwft_config *conf, in kvm_sbi_fwft_set_misaligned_delegation() argument
121 struct kvm_sbi_fwft_config *conf, in kvm_sbi_fwft_get_misaligned_delegation() argument
157 struct kvm_sbi_fwft_config *conf, in kvm_sbi_fwft_set_pointer_masking_pmlen() argument
196 struct kvm_sbi_fwft_config *conf, in kvm_sbi_fwft_get_pointer_masking_pmlen() argument
270 struct kvm_sbi_fwft_config **conf) in kvm_fwft_get_feature() argument
285 *conf = tconf; in kvm_fwft_get_feature()
294 struct kvm_sbi_fwft_config *conf; in kvm_sbi_fwft_set() local
296 ret = kvm_fwft_get_feature(vcpu, feature, &conf); in kvm_sbi_fwft_set()
[all …]
/linux/scripts/kconfig/tests/choice/
H A D__init__.py7 def test_oldask0(conf): argument
8 assert conf.oldaskconfig() == 0
9 assert conf.stdout_contains('oldask0_expected_stdout')
12 def test_allyes(conf): argument
13 assert conf.allyesconfig() == 0
14 assert conf.config_contains('allyes_expected_config')
17 def test_allmod(conf): argument
18 assert conf.allmodconfig() == 0
19 assert conf.config_contains('allmod_expected_config')
22 def test_allno(conf): argument
[all …]
/linux/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_port.c97 if (port->conf.portmode == PHY_INTERFACE_MODE_1000BASEX) in sparx5_get_dev2g5_status()
99 else if (port->conf.portmode == PHY_INTERFACE_MODE_2500BASEX) in sparx5_get_dev2g5_status()
110 if (port->conf.portmode == PHY_INTERFACE_MODE_SGMII) { in sparx5_get_dev2g5_status()
125 bool high_speed_dev = sparx5_is_baser(port->conf.portmode); in sparx5_get_sfi_status()
148 if (port->conf.portmode == PHY_INTERFACE_MODE_5GBASER) in sparx5_get_sfi_status()
150 else if (port->conf.portmode == PHY_INTERFACE_MODE_10GBASER) in sparx5_get_sfi_status()
165 status->speed = port->conf.speed; in sparx5_get_port_status()
166 if (port->conf.power_down) { in sparx5_get_port_status()
170 switch (port->conf.portmode) { in sparx5_get_port_status()
190 struct sparx5_port_config *conf, in sparx5_port_error() argument
[all …]
/linux/drivers/net/wireless/ralink/rt2x00/
H A Drt2x00config.c24 struct rt2x00intf_conf conf; in rt2x00lib_config_intf() local
27 conf.type = type; in rt2x00lib_config_intf()
31 conf.sync = TSF_SYNC_ADHOC; in rt2x00lib_config_intf()
35 conf.sync = TSF_SYNC_AP_NONE; in rt2x00lib_config_intf()
38 conf.sync = TSF_SYNC_INFRA; in rt2x00lib_config_intf()
41 conf.sync = TSF_SYNC_NONE; in rt2x00lib_config_intf()
51 memset(conf.mac, 0, sizeof(conf.mac)); in rt2x00lib_config_intf()
53 memcpy(conf.mac, mac, ETH_ALEN); in rt2x00lib_config_intf()
55 memset(conf.bssid, 0, sizeof(conf.bssid)); in rt2x00lib_config_intf()
57 memcpy(conf.bssid, bssid, ETH_ALEN); in rt2x00lib_config_intf()
[all …]
/linux/drivers/iio/imu/inv_icm45600/
H A Dinv_icm45600_core.c173 .conf = &inv_icm45600_default_conf,
184 .conf = &inv_icm45600_default_conf,
195 .conf = &inv_icm45600_default_conf,
206 .conf = &inv_icm45600_default_conf,
217 .conf = &inv_icm45686_default_conf,
228 .conf = &inv_icm45686_default_conf,
239 .conf = &inv_icm45686_default_conf,
250 .conf = &inv_icm45686_default_conf,
294 enum inv_icm45600_sensor_mode oldgyro = st->conf.gyro.mode; in inv_icm45600_set_pwr_mgmt0()
295 enum inv_icm45600_sensor_mode oldaccel = st->conf.accel.mode; in inv_icm45600_set_pwr_mgmt0()
[all …]
/linux/scripts/kconfig/
H A Dstreamline_config.pl103 foreach my $conf (@searchconfigs) {
104 my $file = $conf->{"file"};
108 if (defined($conf->{"test"})) {
109 `$conf->{"test"} $conf->{"file"} 2>/dev/null`;
113 my $exec = $conf->{"exec"};
235 my $conf = $1;
236 if (defined($selects{$conf})) {
237 $selects{$conf} .= " " . $config;
239 $selects{$conf} = $config;
403 foreach my $conf (@arr) {
[all …]
/linux/drivers/platform/x86/intel/telemetry/
H A Ddebugfs.c334 struct telemetry_debugfs_conf *conf = debugfs_conf; in telem_pss_states_show() local
362 if (evtlog[index].telem_evtid == conf->pss_idle_id) { in telem_pss_states_show()
363 pss_idle[conf->pss_idle_evts - 1] = in telem_pss_states_show()
365 conf->pss_idle_data[conf->pss_idle_evts - 1].bit_pos) & in telem_pss_states_show()
369 TELEM_CHECK_AND_PARSE_EVTS(conf->pss_idle_id, in telem_pss_states_show()
370 conf->pss_idle_evts - 1, in telem_pss_states_show()
372 conf->pss_idle_data, TELEM_MASK_BIT); in telem_pss_states_show()
374 TELEM_CHECK_AND_PARSE_EVTS(conf->pcs_idle_blkd_id, in telem_pss_states_show()
375 conf->pcs_idle_blkd_evts, in telem_pss_states_show()
378 conf->pcs_idle_blkd_data, in telem_pss_states_show()
[all …]
/linux/drivers/gpu/drm/i915/display/
H A Ddvo_ns2501.c207 u8 conf; /* configuration register 8 */ member
234 .conf = NS2501_8_VEN | NS2501_8_HEN | NS2501_8_PD,
254 .conf = NS2501_8_VEN | NS2501_8_HEN | NS2501_8_PD,
273 .conf = NS2501_8_VEN | NS2501_8_HEN | NS2501_8_PD,
382 const struct ns2501_configuration *conf; member
553 const struct ns2501_configuration *conf; in ns2501_mode_set() local
610 conf = ns2501_modes + mode_idx; in ns2501_mode_set()
611 ns->conf = conf; in ns2501_mode_set()
613 ns2501_writeb(dvo, NS2501_REG8, conf->conf); in ns2501_mode_set()
614 ns2501_writeb(dvo, NS2501_REG1B, conf->pll_a); in ns2501_mode_set()
[all …]
/linux/net/netfilter/
H A Dxt_string.c26 const struct xt_string_info *conf = par->matchinfo; in string_mt() local
29 invert = conf->u.v1.flags & XT_STRING_FLAG_INVERT; in string_mt()
31 return (skb_find_text((struct sk_buff *)skb, conf->from_offset, in string_mt()
32 conf->to_offset, conf->config) in string_mt()
40 struct xt_string_info *conf = par->matchinfo; in string_mt_check() local
45 if (conf->from_offset > conf->to_offset) in string_mt_check()
47 if (conf->algo[XT_STRING_MAX_ALGO_NAME_SIZE - 1] != '\0') in string_mt_check()
49 if (conf->patlen > XT_STRING_MAX_PATTERN_SIZE) in string_mt_check()
51 if (conf->u.v1.flags & in string_mt_check()
54 if (conf->u.v1.flags & XT_STRING_FLAG_IGNORECASE) in string_mt_check()
[all …]
/linux/net/mac80211/
H A Dkey.c138 !(key->conf.flags & (IEEE80211_KEY_FLAG_GENERATE_MMIC | in ieee80211_key_enable_hw_accel()
156 if (sta && !(key->conf.flags & IEEE80211_KEY_FLAG_PAIRWISE) && in ieee80211_key_enable_hw_accel()
168 if (!(key->conf.flags & IEEE80211_KEY_FLAG_PAIRWISE)) { in ieee80211_key_enable_hw_accel()
174 if (key->conf.link_id >= 0 && sdata->vif.active_links && in ieee80211_key_enable_hw_accel()
175 !(sdata->vif.active_links & BIT(key->conf.link_id))) in ieee80211_key_enable_hw_accel()
179 sta ? &sta->sta : NULL, &key->conf); in ieee80211_key_enable_hw_accel()
184 if (!(key->conf.flags & (IEEE80211_KEY_FLAG_GENERATE_MMIC | in ieee80211_key_enable_hw_accel()
189 WARN_ON((key->conf.flags & IEEE80211_KEY_FLAG_PUT_IV_SPACE) && in ieee80211_key_enable_hw_accel()
190 (key->conf.flags & IEEE80211_KEY_FLAG_GENERATE_IV)); in ieee80211_key_enable_hw_accel()
192 WARN_ON((key->conf.flags & IEEE80211_KEY_FLAG_PUT_MIC_SPACE) && in ieee80211_key_enable_hw_accel()
[all …]
/linux/lib/
H A Dtextsearch.c205 struct ts_config *conf, in get_linear_data() argument
231 unsigned int textsearch_find_continuous(struct ts_config *conf, in textsearch_find_continuous() argument
237 conf->get_next_block = get_linear_data; in textsearch_find_continuous()
241 return textsearch_find(conf, state); in textsearch_find_continuous()
267 struct ts_config *conf; in textsearch_prepare() local
289 conf = ops->init(pattern, len, gfp_mask, flags); in textsearch_prepare()
290 if (IS_ERR(conf)) { in textsearch_prepare()
291 err = PTR_ERR(conf); in textsearch_prepare()
295 conf->ops = ops; in textsearch_prepare()
296 return conf; in textsearch_prepare()
[all …]
/linux/drivers/isdn/mISDN/
H A Ddsp_cmx.c150 struct dsp_conf *conf; in dsp_cmx_debug() local
159 if (odsp->conf) in dsp_cmx_debug()
160 printk(" (Conf %d)", odsp->conf->id); in dsp_cmx_debug()
166 list_for_each_entry(conf, &conf_ilist, list) { in dsp_cmx_debug()
167 printk(KERN_DEBUG "* Conf %d (%p)\n", conf->id, conf); in dsp_cmx_debug()
168 list_for_each_entry(member, &conf->mlist, list) { in dsp_cmx_debug()
189 struct dsp_conf *conf; in dsp_cmx_search_conf() local
197 list_for_each_entry(conf, &conf_ilist, list) in dsp_cmx_search_conf()
198 if (conf->id == id) in dsp_cmx_search_conf()
199 return conf; in dsp_cmx_search_conf()
[all …]

12345678910>>...28