Home
last modified time | relevance | path

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

12345678910>>...12

/linux/drivers/md/
H A 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 …]
H A Draid10.c83 #define cmd_before(conf, cmd) \ argument
88 #define cmd_after(conf) write_seqlock_irq(&(conf)->resync_lock) argument
90 #define wait_event_barrier_cmd(conf, cond, cmd) \ argument
94 #define wait_event_barrier(conf, cond) \ argument
108 struct r10conf *conf = data; in r10bio_pool_alloc() local
133 struct r10conf *conf = data; in r10buf_pool_alloc() local
231 struct r10conf *conf = data; in r10buf_pool_free() local
259 static void put_all_bios(struct r10conf *conf, struct r10bio *r10_bio) in put_all_bios()
277 struct r10conf *conf = r10_bio->mddev->private; in free_r10bio() local
285 struct r10conf *conf = r10_bio->mddev->private; in put_buf() local
[all …]
H A Draid1.c153 static void *r1bio_pool_alloc(gfp_t gfp_flags, struct r1conf *conf) in r1bio_pool_alloc()
170 struct r1conf *conf = data; in r1buf_pool_alloc() local
244 struct r1conf *conf = data; in r1buf_pool_free() local
262 static void put_all_bios(struct r1conf *conf, struct r1bio *r1_bio) in put_all_bios()
276 struct r1conf *conf = r1_bio->mddev->private; in free_r1bio() local
284 struct r1conf *conf = r1_bio->mddev->private; in put_buf() local
303 struct r1conf *conf = mddev->private; in reschedule_retry() local
334 struct r1conf *conf = r1_bio->mddev->private; in raid_end_bio_io() local
360 struct r1conf *conf = r1_bio->mddev->private; in update_head_pos() local
372 struct r1conf *conf = r1_bio->mddev->private; in find_bio_disk() local
[all …]
H A Draid5.c78 static inline struct hlist_head *stripe_hash(struct r5conf *conf, sector_t sect) in stripe_hash()
84 static inline int stripe_hash_locks_hash(struct r5conf *conf, sector_t sect) in stripe_hash_locks_hash()
89 static inline void lock_device_hash_lock(struct r5conf *conf, int hash) in lock_device_hash_lock()
96 static inline void unlock_device_hash_lock(struct r5conf *conf, int hash) in unlock_device_hash_lock()
103 static inline void lock_all_device_hash_locks_irq(struct r5conf *conf) in lock_all_device_hash_locks_irq()
113 static inline void unlock_all_device_hash_locks_irq(struct r5conf *conf) in unlock_all_device_hash_locks_irq()
181 struct r5conf *conf = sh->raid_conf; in raid5_wakeup_stripe_thread() local
225 static void do_release_stripe(struct r5conf *conf, struct stripe_head *sh, in do_release_stripe()
311 static void __release_stripe(struct r5conf *conf, struct stripe_head *sh, in __release_stripe()
326 static void release_inactive_stripe_list(struct r5conf *conf, in release_inactive_stripe_list()
[all …]
H A Dmd-linear.c33 struct linear_conf *conf; in which_dev() local
57 struct linear_conf *conf; in linear_size() local
89 struct linear_conf *conf; in linear_conf() local
167 struct linear_conf *conf; in linear_run() local
230 struct linear_conf *conf = priv; in linear_free() local
H A 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/drivers/fpga/
H A Daltera-cvp.c92 static int altera_read_config_byte(struct altera_cvp_conf *conf, in altera_read_config_byte()
99 static int altera_read_config_dword(struct altera_cvp_conf *conf, in altera_read_config_dword()
106 static int altera_write_config_dword(struct altera_cvp_conf *conf, in altera_write_config_dword()
115 struct altera_cvp_conf *conf = mgr->priv; in altera_cvp_state() local
129 static void altera_cvp_write_data_iomem(struct altera_cvp_conf *conf, u32 val) in altera_cvp_write_data_iomem()
134 static void altera_cvp_write_data_config(struct altera_cvp_conf *conf, u32 val) in altera_cvp_write_data_config()
141 static void altera_cvp_dummy_write(struct altera_cvp_conf *conf) in altera_cvp_dummy_write()
156 static int altera_cvp_wait_status(struct altera_cvp_conf *conf, u32 status_mask, in altera_cvp_wait_status()
180 struct altera_cvp_conf *conf = mgr->priv; in altera_cvp_chk_error() local
200 static int altera_cvp_v2_clear_state(struct altera_cvp_conf *conf) in altera_cvp_v2_clear_state()
[all …]
/linux/scripts/kconfig/tests/choice/
H A 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/arch/riscv/kvm/
H A Dvcpu_sbi_fwft.c100 struct kvm_sbi_fwft_config *conf, in kvm_sbi_fwft_set_misaligned_delegation()
121 struct kvm_sbi_fwft_config *conf, in kvm_sbi_fwft_get_misaligned_delegation()
157 struct kvm_sbi_fwft_config *conf, in kvm_sbi_fwft_set_pointer_masking_pmlen()
196 struct kvm_sbi_fwft_config *conf, in kvm_sbi_fwft_get_pointer_masking_pmlen()
270 struct kvm_sbi_fwft_config **conf) in kvm_fwft_get_feature()
294 struct kvm_sbi_fwft_config *conf; in kvm_sbi_fwft_set() local
315 struct kvm_sbi_fwft_config *conf; in kvm_sbi_fwft_get() local
352 struct kvm_sbi_fwft_config *conf; in kvm_sbi_ext_fwft_init() local
400 struct kvm_sbi_fwft_config *conf; in kvm_sbi_ext_fwft_get_reg_count() local
422 struct kvm_sbi_fwft_config *conf; in kvm_sbi_ext_fwft_get_reg_id() local
[all …]
/linux/include/linux/
H A Dtextsearch.h106 static inline unsigned int textsearch_next(struct ts_config *conf, in textsearch_next()
125 static inline unsigned int textsearch_find(struct ts_config *conf, in textsearch_find()
136 static inline void *textsearch_get_pattern(struct ts_config *conf) in textsearch_get_pattern()
145 static inline unsigned int textsearch_get_pattern_len(struct ts_config *conf) in textsearch_get_pattern_len()
166 struct ts_config *conf; in alloc_ts_config() local
175 static inline void *ts_config_priv(struct ts_config *conf) in ts_config_priv()
/linux/drivers/net/ethernet/intel/ice/virt/
H A Dfdir.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/drivers/net/ethernet/microchip/sparx5/
H A 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/lib/
H A 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()
H A 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()
/linux/drivers/clk/
H A 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_determine_rate() local
/linux/drivers/net/wireless/ath/ath9k/
H A Dcommon-beacon.c43 struct ath_beacon_config *conf, in ath9k_cmn_beacon_config_sta()
116 struct ath_beacon_config *conf) in ath9k_cmn_beacon_config_adhoc()
146 struct ath_beacon_config *conf, in ath9k_cmn_beacon_config_ap()
/linux/drivers/net/wireless/ralink/rt2x00/
H A 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()
/linux/tools/testing/selftests/ublk/
H A Dstripe.c33 static inline unsigned calculate_nr_vec(const struct stripe_conf *conf, in calculate_nr_vec()
44 static struct stripe_array *alloc_stripe_array(const struct stripe_conf *conf, in alloc_stripe_array()
72 static void calculate_stripe_array(const struct stripe_conf *conf, in calculate_stripe_array()
129 const struct stripe_conf *conf = get_chunk_shift(q); in stripe_queue_tgt_rw_io() local
184 const struct stripe_conf *conf = get_chunk_shift(q); in handle_flush() local
293 struct stripe_conf *conf; in ublk_stripe_tgt_init() local
/linux/drivers/memory/
H A Datmel-ebi.c84 struct atmel_ebi_dev_config *conf) in at91sam9_ebi_get_config()
91 struct atmel_ebi_dev_config *conf) in sama5_ebi_get_config()
177 struct atmel_ebi_dev_config *conf) in atmel_ebi_xslate_smc_config()
287 struct atmel_ebi_dev_config *conf) in at91sam9_ebi_apply_config()
294 struct atmel_ebi_dev_config *conf) in sama5_ebi_apply_config()
304 struct atmel_ebi_dev_config conf = { }; in atmel_ebi_dev_setup() local
/linux/drivers/net/wireless/realtek/rtw88/
H A Dps.c187 struct rtw_lps_conf *conf = &rtwdev->lps_conf; in rtw_leave_lps_core() local
231 struct rtw_lps_conf *conf = &rtwdev->lps_conf; in rtw_enter_lps_core() local
248 struct rtw_lps_conf *conf = &rtwdev->lps_conf; in __rtw_enter_lps() local
261 struct rtw_lps_conf *conf = &rtwdev->lps_conf; in __rtw_leave_lps() local
/linux/drivers/usb/typec/altmodes/
H A Ddisplayport.c86 unsigned long conf; in dp_altmode_notify() local
102 u32 conf; in dp_altmode_configure() local
228 static int dp_altmode_configure_vdm(struct dp_altmode *dp, u32 conf) in dp_altmode_configure_vdm()
252 static int dp_altmode_configure_vdm_cable(struct dp_altmode *dp, u32 conf) in dp_altmode_configure_vdm_cable()
544 u32 conf; in configuration_store() local
643 u32 conf; in pin_assignment_store() local
/linux/drivers/net/wireless/silabs/wfx/
H A Dsta.c139 struct ieee80211_conf *conf = &wvif->wdev->hw->conf; in wfx_get_ps_timeout() local
416 struct ieee80211_bss_conf *conf = &vif->bss_conf; in wfx_join() local
672 int wfx_add_chanctx(struct ieee80211_hw *hw, struct ieee80211_chanctx_conf *conf) in wfx_add_chanctx()
677 void wfx_remove_chanctx(struct ieee80211_hw *hw, struct ieee80211_chanctx_conf *conf) in wfx_remove_chanctx()
681 void wfx_change_chanctx(struct ieee80211_hw *hw, struct ieee80211_chanctx_conf *conf, u32 changed) in wfx_change_chanctx()
687 struct ieee80211_chanctx_conf *conf) in wfx_assign_vif_chanctx()
700 struct ieee80211_chanctx_conf *conf) in wfx_unassign_vif_chanctx()
/linux/net/netfilter/
H A Dxt_string.c26 const struct xt_string_info *conf = par->matchinfo; in string_mt() local
40 struct xt_string_info *conf = par->matchinfo; in string_mt_check() local
/linux/drivers/ata/
H A Dpata_piccolo.c37 u16 conf; in tosh_set_piomode() local
47 u32 conf; in tosh_set_dmamode() local
H A Dpata_it821x.c132 u8 conf; in it821x_program() local
161 u8 conf; in it821x_program_udma() local
297 u8 conf; in it821x_passthru_set_dmamode() local
743 u8 conf; in it821x_port_start() local
879 u8 conf; in it821x_init_one() local

12345678910>>...12