Home
last modified time | relevance | path

Searched defs:conf (Results 1 – 25 of 405) sorted by relevance

12345678910>>...17

/linux-6.14.4/drivers/md/
Draid5-log.h47 static inline bool raid5_has_log(struct r5conf *conf) in raid5_has_log()
52 static inline bool raid5_has_ppl(struct r5conf *conf) in raid5_has_ppl()
59 struct r5conf *conf = sh->raid_conf; in log_stripe() local
80 struct r5conf *conf = sh->raid_conf; in log_stripe_write_finished() local
88 static inline void log_write_stripe_run(struct r5conf *conf) in log_write_stripe_run()
96 static inline void log_flush_stripe_to_raid(struct r5conf *conf) in log_flush_stripe_to_raid()
104 static inline int log_handle_flush_request(struct r5conf *conf, struct bio *bio) in log_handle_flush_request()
116 static inline void log_quiesce(struct r5conf *conf, int quiesce) in log_quiesce()
124 static inline void log_exit(struct r5conf *conf) in log_exit()
132 static inline int log_init(struct r5conf *conf, struct md_rdev *journal_dev, in log_init()
[all …]
Draid10.c82 #define cmd_before(conf, cmd) \ argument
87 #define cmd_after(conf) write_seqlock_irq(&(conf)->resync_lock) argument
89 #define wait_event_barrier_cmd(conf, cond, cmd) \ argument
93 #define wait_event_barrier(conf, cond) \ argument
107 struct r10conf *conf = data; in r10bio_pool_alloc() local
132 struct r10conf *conf = data; in r10buf_pool_alloc() local
230 struct r10conf *conf = data; in r10buf_pool_free() local
258 static void put_all_bios(struct r10conf *conf, struct r10bio *r10_bio) in put_all_bios()
276 struct r10conf *conf = r10_bio->mddev->private; in free_r10bio() local
284 struct r10conf *conf = r10_bio->mddev->private; in put_buf() local
[all …]
Draid1.c240 static void put_all_bios(struct r1conf *conf, struct r1bio *r1_bio) in put_all_bios()
254 struct r1conf *conf = r1_bio->mddev->private; in free_r1bio() local
262 struct r1conf *conf = r1_bio->mddev->private; in put_buf() local
281 struct r1conf *conf = mddev->private; in reschedule_retry() local
312 struct r1conf *conf = r1_bio->mddev->private; in raid_end_bio_io() local
338 struct r1conf *conf = r1_bio->mddev->private; in update_head_pos() local
350 struct r1conf *conf = r1_bio->mddev->private; in find_bio_disk() local
367 struct r1conf *conf = r1_bio->mddev->private; in raid1_end_read_request() local
449 struct r1conf *conf = r1_bio->mddev->private; in raid1_end_write_request() local
578 static void update_read_sectors(struct r1conf *conf, int disk, in update_read_sectors()
[all …]
Draid5.c74 static inline struct hlist_head *stripe_hash(struct r5conf *conf, sector_t sect) in stripe_hash()
80 static inline int stripe_hash_locks_hash(struct r5conf *conf, sector_t sect) in stripe_hash_locks_hash()
85 static inline void lock_device_hash_lock(struct r5conf *conf, int hash) in lock_device_hash_lock()
92 static inline void unlock_device_hash_lock(struct r5conf *conf, int hash) in unlock_device_hash_lock()
99 static inline void lock_all_device_hash_locks_irq(struct r5conf *conf) in lock_all_device_hash_locks_irq()
109 static inline void unlock_all_device_hash_locks_irq(struct r5conf *conf) in unlock_all_device_hash_locks_irq()
177 struct r5conf *conf = sh->raid_conf; in raid5_wakeup_stripe_thread() local
221 static void do_release_stripe(struct r5conf *conf, struct stripe_head *sh, in do_release_stripe()
307 static void __release_stripe(struct r5conf *conf, struct stripe_head *sh, in __release_stripe()
322 static void release_inactive_stripe_list(struct r5conf *conf, in release_inactive_stripe_list()
[all …]
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()
292 r5c_return_dev_pending_writes(struct r5conf *conf, struct r5dev *dev) in r5c_return_dev_pending_writes()
307 void r5c_handle_cached_data_endio(struct r5conf *conf, in r5c_handle_cached_data_endio()
323 void r5c_check_stripe_cache_usage(struct r5conf *conf) in r5c_check_stripe_cache_usage()
351 void r5c_check_cached_full_stripe(struct r5conf *conf) in r5c_check_cached_full_stripe()
396 static sector_t r5c_log_required_to_flush_cache(struct r5conf *conf) in r5c_log_required_to_flush_cache()
417 struct r5conf *conf = log->rdev->mddev->private; in r5c_update_log_state() local
450 struct r5conf *conf = sh->raid_conf; in r5c_make_stripe_write_out() local
684 struct r5conf *conf = mddev->private; in r5c_disable_writeback_async() local
[all …]
Draid0.c40 struct r0conf *conf = mddev->private; in dump_zones() local
70 struct r0conf *conf = kzalloc(sizeof(*conf), GFP_KERNEL); in create_strip_zones() local
300 static struct strip_zone *find_zone(struct r0conf *conf, in find_zone()
325 struct r0conf *conf = mddev->private; in map_sector() local
370 struct r0conf *conf = priv; in raid0_free() local
396 struct r0conf *conf; in raid0_run() local
448 struct r0conf *conf = mddev->private; in raid0_handle_discard() local
554 struct r0conf *conf = mddev->private; in raid0_map_submit_bio() local
Dmd-linear.c34 struct linear_conf *conf; in which_dev() local
58 struct linear_conf *conf; in linear_size() local
87 struct linear_conf *conf; in linear_conf() local
165 struct linear_conf *conf; in linear_run() local
228 struct linear_conf *conf = priv; in linear_free() local
Draid5-ppl.c275 struct r5conf *conf = sh->raid_conf; in ppl_log_stripe() local
361 int ppl_write_stripe(struct r5conf *conf, struct stripe_head *sh) in ppl_write_stripe()
532 void ppl_write_stripe_run(struct r5conf *conf) in ppl_write_stripe_run()
551 struct r5conf *conf = ppl_conf->mddev->private; in ppl_io_unit_finished() local
586 struct r5conf *conf = ppl_conf->mddev->private; in ppl_flush_endio() local
612 struct r5conf *conf = ppl_conf->mddev->private; in ppl_do_flush() local
651 static inline bool ppl_no_io_unit_submitted(struct r5conf *conf, in ppl_no_io_unit_submitted()
662 void ppl_quiesce(struct r5conf *conf, int quiesce) in ppl_quiesce()
789 struct r5conf *conf = mddev->private; in ppl_recover_entry() local
1239 void ppl_exit_log(struct r5conf *conf) in ppl_exit_log()
[all …]
/linux-6.14.4/drivers/mfd/
Datmel-smc.c20 void atmel_smc_cs_conf_init(struct atmel_smc_cs_conf *conf) in atmel_smc_cs_conf_init()
93 int atmel_smc_cs_conf_set_timing(struct atmel_smc_cs_conf *conf, in atmel_smc_cs_conf_set_timing()
135 int atmel_smc_cs_conf_set_setup(struct atmel_smc_cs_conf *conf, in atmel_smc_cs_conf_set_setup()
174 int atmel_smc_cs_conf_set_pulse(struct atmel_smc_cs_conf *conf, in atmel_smc_cs_conf_set_pulse()
213 int atmel_smc_cs_conf_set_cycle(struct atmel_smc_cs_conf *conf, in atmel_smc_cs_conf_set_cycle()
246 const struct atmel_smc_cs_conf *conf) in atmel_smc_cs_conf_apply()
267 int cs, const struct atmel_smc_cs_conf *conf) in atmel_hsmc_cs_conf_apply()
287 struct atmel_smc_cs_conf *conf) in atmel_smc_cs_conf_get()
308 int cs, struct atmel_smc_cs_conf *conf) in atmel_hsmc_cs_conf_get()
/linux-6.14.4/drivers/fpga/
Daltera-cvp.c95 static int altera_read_config_byte(struct altera_cvp_conf *conf, in altera_read_config_byte()
102 static int altera_read_config_dword(struct altera_cvp_conf *conf, in altera_read_config_dword()
109 static int altera_write_config_dword(struct altera_cvp_conf *conf, in altera_write_config_dword()
118 struct altera_cvp_conf *conf = mgr->priv; in altera_cvp_state() local
132 static void altera_cvp_write_data_iomem(struct altera_cvp_conf *conf, u32 val) in altera_cvp_write_data_iomem()
137 static void altera_cvp_write_data_config(struct altera_cvp_conf *conf, u32 val) in altera_cvp_write_data_config()
144 static void altera_cvp_dummy_write(struct altera_cvp_conf *conf) in altera_cvp_dummy_write()
159 static int altera_cvp_wait_status(struct altera_cvp_conf *conf, u32 status_mask, in altera_cvp_wait_status()
183 struct altera_cvp_conf *conf = mgr->priv; in altera_cvp_chk_error() local
203 static int altera_cvp_v2_clear_state(struct altera_cvp_conf *conf) in altera_cvp_v2_clear_state()
[all …]
Daltera-ps-spi.c83 struct altera_ps_conf *conf = mgr->priv; in altera_ps_state() local
103 struct altera_ps_conf *conf = mgr->priv; in altera_ps_write_init() local
171 struct altera_ps_conf *conf = mgr->priv; in altera_ps_write() local
197 struct altera_ps_conf *conf = mgr->priv; in altera_ps_write_complete() local
235 struct altera_ps_conf *conf; in altera_ps_probe() local
/linux-6.14.4/scripts/kconfig/tests/choice/
D__init__.py7 def test_oldask0(conf): argument
12 def test_allyes(conf): argument
17 def test_allmod(conf): argument
22 def test_allno(conf): argument
27 def test_alldef(conf): argument
/linux-6.14.4/include/linux/
Dtextsearch.h105 static inline unsigned int textsearch_next(struct ts_config *conf, in textsearch_next()
124 static inline unsigned int textsearch_find(struct ts_config *conf, in textsearch_find()
135 static inline void *textsearch_get_pattern(struct ts_config *conf) in textsearch_get_pattern()
144 static inline unsigned int textsearch_get_pattern_len(struct ts_config *conf) in textsearch_get_pattern_len()
165 struct ts_config *conf; in alloc_ts_config() local
174 static inline void *ts_config_priv(struct ts_config *conf) in ts_config_priv()
/linux-6.14.4/drivers/isdn/mISDN/
Ddsp_cmx.c150 struct dsp_conf *conf; in dsp_cmx_debug() local
189 struct dsp_conf *conf; in dsp_cmx_search_conf() local
209 dsp_cmx_add_conf_member(struct dsp *dsp, struct dsp_conf *conf) in dsp_cmx_add_conf_member()
300 struct dsp_conf *conf; in dsp_cmx_new_conf() local
326 dsp_cmx_del_conf(struct dsp_conf *conf) in dsp_cmx_del_conf()
373 dsp_cmx_hardware(struct dsp_conf *conf, struct dsp *dsp) in dsp_cmx_hardware()
1056 struct dsp_conf *conf; in dsp_cmx_conf() local
1300 struct dsp_conf *conf = dsp->conf; local
1619 struct dsp_conf *conf; local
/linux-6.14.4/drivers/net/ethernet/intel/ice/
Dice_virtchnl_fdir.c248 struct virtchnl_fdir_fltr_conf *conf, in ice_vc_fdir_parse_flow_fld()
289 struct virtchnl_fdir_fltr_conf *conf, in ice_vc_fdir_set_flow_fld()
333 struct virtchnl_fdir_fltr_conf *conf, in ice_vc_fdir_set_flow_hdr()
568 struct virtchnl_fdir_fltr_conf *conf) in ice_vc_fdir_has_prof_conflict()
749 struct virtchnl_fdir_fltr_conf *conf, int tun) in ice_vc_fdir_config_input_set()
833 struct virtchnl_fdir_fltr_conf *conf) in ice_vc_fdir_parse_raw()
922 struct virtchnl_fdir_fltr_conf *conf) in ice_vc_fdir_parse_pattern()
1150 struct virtchnl_fdir_fltr_conf *conf) in ice_vc_fdir_parse_action()
1224 struct virtchnl_fdir_fltr_conf *conf) in ice_vc_validate_fdir_fltr()
1289 ice_vc_fdir_is_dup_fltr(struct ice_vf *vf, struct virtchnl_fdir_fltr_conf *conf) in ice_vc_fdir_is_dup_fltr()
[all …]
/linux-6.14.4/drivers/net/wireless/mediatek/mt76/
Dchannel.c23 struct ieee80211_chanctx_conf *conf) in mt76_phy_update_channel()
33 struct ieee80211_chanctx_conf *conf) in mt76_add_chanctx()
59 struct ieee80211_chanctx_conf *conf) in mt76_remove_chanctx()
80 struct ieee80211_chanctx_conf *conf, in mt76_change_chanctx()
103 struct ieee80211_chanctx_conf *conf) in mt76_assign_vif_chanctx()
154 struct ieee80211_chanctx_conf *conf) in mt76_unassign_vif_chanctx()
197 struct ieee80211_chanctx_conf *conf = vifs->new_ctx; in mt76_switch_vif_chanctx() local
/linux-6.14.4/drivers/net/ethernet/microchip/sparx5/
Dsparx5_port.c190 struct sparx5_port_config *conf, in sparx5_port_error()
214 struct sparx5_port_config *conf) in sparx5_port_verify_speed()
277 struct sparx5_port_config *conf) in sparx5_dev_change()
532 struct sparx5_port_config *conf) in sparx5_port_mux_set()
652 struct sparx5_port_config *conf) in sparx5_port_fc_setup()
688 static u16 sparx5_get_aneg_word(struct sparx5_port_config *conf) in sparx5_get_aneg_word()
698 struct sparx5_port_config *conf) in sparx5_serdes_set()
744 struct sparx5_port_config *conf) in sparx5_port_pcs_low_set()
804 struct sparx5_port_config *conf) in sparx5_port_pcs_high_set()
887 struct sparx5_port_config *conf) in sparx5_port_config_low_set()
[all …]
/linux-6.14.4/lib/
Dtextsearch.c205 struct ts_config *conf, in get_linear_data()
231 unsigned int textsearch_find_continuous(struct ts_config *conf, in textsearch_find_continuous()
267 struct ts_config *conf; in textsearch_prepare() local
313 void textsearch_destroy(struct ts_config *conf) in textsearch_destroy()
Dts_kmp.c42 static unsigned int kmp_find(struct ts_config *conf, struct ts_state *state) in kmp_find()
94 struct ts_config *conf; in kmp_init() local
118 static void *kmp_get_pattern(struct ts_config *conf) in kmp_get_pattern()
124 static unsigned int kmp_get_pattern_len(struct ts_config *conf) in kmp_get_pattern_len()
Dts_fsm.c134 static unsigned int fsm_find(struct ts_config *conf, struct ts_state *state) in fsm_find()
259 struct ts_config *conf; in fsm_init() local
302 static void *fsm_get_pattern(struct ts_config *conf) in fsm_get_pattern()
308 static unsigned int fsm_get_pattern_len(struct ts_config *conf) in fsm_get_pattern_len()
Dts_bm.c76 static unsigned int bm_find(struct ts_config *conf, struct ts_state *state) in bm_find()
163 struct ts_config *conf; in bm_init() local
187 static void *bm_get_pattern(struct ts_config *conf) in bm_get_pattern()
193 static unsigned int bm_get_pattern_len(struct ts_config *conf) in bm_get_pattern_len()
/linux-6.14.4/drivers/net/wireless/ath/ath9k/
Dcommon-beacon.c42 struct ath_beacon_config *conf, in ath9k_cmn_beacon_config_sta()
115 struct ath_beacon_config *conf) in ath9k_cmn_beacon_config_adhoc()
145 struct ath_beacon_config *conf, in ath9k_cmn_beacon_config_ap()
/linux-6.14.4/drivers/clk/
Dclk-sparx5.c59 const struct s5_pll_conf *conf) in s5_calc_freq()
78 struct s5_pll_conf *conf) in s5_search_fractional()
110 struct s5_pll_conf *conf) in s5_calc_params()
170 struct s5_pll_conf conf; in s5_pll_set_rate() local
196 struct s5_pll_conf conf; in s5_pll_recalc_rate() local
219 struct s5_pll_conf conf; in s5_pll_round_rate() local
/linux-6.14.4/drivers/net/ethernet/microchip/sparx5/lan969x/
Dlan969x_rgmii.c87 struct sparx5_port_config *conf) in lan969x_rgmii_tx_clk_config()
106 struct sparx5_port_config *conf) in lan969x_rgmii_port_device_config()
155 struct sparx5_port_config *conf) in lan969x_rgmii_delay_config()
211 struct sparx5_port_config *conf) in lan969x_port_config_rgmii()
/linux-6.14.4/drivers/net/wireless/ralink/rt2x00/
Drt2x00config.c24 struct rt2x00intf_conf conf; in rt2x00lib_config_intf() local
166 struct ieee80211_conf *conf) in rt2x00ht_center_channel()
194 struct ieee80211_conf *conf, in rt2x00lib_config()

12345678910>>...17