/linux-6.3-rc2/drivers/md/ |
A D | raid5-log.h | 47 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 …]
|
A D | raid10.c | 83 #define cmd_before(conf, 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 302 struct r10conf *conf = mddev->private; in reschedule_retry() local 1107 struct r10conf *conf = mddev->private; in raid10_unplug() local 4009 struct r10conf *conf = NULL; in setup_conf() local 4111 struct r10conf *conf; in raid10_run() local 4297 struct r10conf *conf = priv; in raid10_free() local [all …]
|
A D | raid5.c | 5474 struct r5conf *conf; in raid5_align_endio() local 6825 struct r5conf *conf; in raid5_show_stripe_cache_size() local 6869 struct r5conf *conf; in raid5_store_stripe_cache_size() local 6940 struct r5conf *conf; in raid5_show_stripe_size() local 6955 struct r5conf *conf; in raid5_store_stripe_size() local 7035 struct r5conf *conf; in raid5_show_preread_threshold() local 7048 struct r5conf *conf; in raid5_store_preread_threshold() local 7080 struct r5conf *conf; in raid5_show_skip_copy() local 7093 struct r5conf *conf; in raid5_store_skip_copy() local 7145 struct r5conf *conf; in raid5_show_group_thread_cnt() local [all …]
|
A D | md-multipath.c | 26 static int multipath_map (struct mpconf *conf) in multipath_map() 55 struct mpconf *conf = mddev->private; in multipath_reschedule_retry() local 71 struct mpconf *conf = mp_bh->mddev->private; in multipath_end_bh_io() local 102 struct mpconf *conf = mddev->private; in multipath_make_request() local 136 struct mpconf *conf = mddev->private; in multipath_status() local 155 struct mpconf *conf = mddev->private; in multipath_error() local 208 struct mpconf *conf = mddev->private; in multipath_add_disk() local 245 struct mpconf *conf = mddev->private; in multipath_remove_disk() local 291 struct mpconf *conf = mddev->private; in multipathd() local 338 struct mpconf *conf; in multipath_run() local [all …]
|
A D | raid1.c | 282 struct r1conf *conf = mddev->private; in reschedule_retry() local 1175 struct r1conf *conf = mddev->private; in raid1_unplug() local 1206 struct r1conf *conf = mddev->private; in alloc_r1bio() local 1219 struct r1conf *conf = mddev->private; in raid1_read_request() local 1340 struct r1conf *conf = mddev->private; in raid1_write_request() local 1628 struct r1conf *conf = mddev->private; in raid1_status() local 1661 struct r1conf *conf = mddev->private; in raid1_error() local 2973 struct r1conf *conf; in setup_conf() local 3112 struct r1conf *conf; in raid1_run() local 3201 struct r1conf *conf = priv; in raid1_free() local [all …]
|
A D | raid5-cache.c | 451 struct r5conf *conf = sh->raid_conf; in r5c_make_stripe_write_out() local 685 struct r5conf *conf = mddev->private; in r5c_disable_writeback_async() local 864 struct r5conf *conf = mddev->private; in r5l_append_flush_payload() local 993 struct r5conf *conf = sh->raid_conf; in r5l_write_stripe() local 1552 struct r5conf *conf = mddev->private; in r5l_reclaim_thread() local 1921 struct r5conf *conf, in r5c_recovery_alloc_stripe() 2531 struct r5conf *conf; in r5c_journal_mode_show() local 2572 struct r5conf *conf; in r5c_journal_mode_set() local 2759 struct r5conf *conf = sh->raid_conf; in r5c_release_extra_page() local 2785 struct r5conf *conf = sh->raid_conf; in r5c_use_extra_page() local [all …]
|
A D | md-faulty.c | 85 static int check_mode(struct faulty_conf *conf, int mode) in check_mode() 100 static int check_sector(struct faulty_conf *conf, sector_t start, sector_t end, int dir) in check_sector() 124 static void add_sector(struct faulty_conf *conf, sector_t start, int mode) in add_sector() 166 struct faulty_conf *conf = mddev->private; in faulty_make_request() local 223 struct faulty_conf *conf = mddev->private; in faulty_status() local 258 struct faulty_conf *conf = mddev->private; in faulty_reshape() local 298 struct faulty_conf *conf; in faulty_run() local 329 struct faulty_conf *conf = priv; in faulty_free() local
|
A D | raid0.c | 40 struct r0conf *conf = mddev->private; in dump_zones() local 70 struct r0conf *conf = kzalloc(sizeof(*conf), GFP_KERNEL); in create_strip_zones() local 288 static struct strip_zone *find_zone(struct r0conf *conf, in find_zone() 313 struct r0conf *conf = mddev->private; in map_sector() local 356 static void free_conf(struct mddev *mddev, struct r0conf *conf) in free_conf() 365 struct r0conf *conf = priv; in raid0_free() local 373 struct r0conf *conf; in raid0_run() local 436 struct r0conf *conf = mddev->private; in raid0_handle_discard() local 516 struct r0conf *conf = mddev->private; in raid0_make_request() local
|
A D | md-linear.c | 27 struct linear_conf *conf; in which_dev() local 51 struct linear_conf *conf; in linear_size() local 64 struct linear_conf *conf; in linear_conf() local 137 struct linear_conf *conf; in linear_run() local 202 struct linear_conf *conf = priv; in linear_free() local
|
A D | raid5-ppl.c | 275 struct r5conf *conf = sh->raid_conf; in ppl_log_stripe() local 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 653 static inline bool ppl_no_io_unit_submitted(struct r5conf *conf, in ppl_no_io_unit_submitted() 664 void ppl_quiesce(struct r5conf *conf, int quiesce) in ppl_quiesce() 791 struct r5conf *conf = mddev->private; in ppl_recover_entry() local 1245 void ppl_exit_log(struct r5conf *conf) in ppl_exit_log() 1321 int ppl_init_log(struct r5conf *conf) in ppl_init_log() [all …]
|
/linux-6.3-rc2/scripts/kconfig/tests/choice/ |
A D | __init__.py | 14 def test_oldask0(conf): argument 19 def test_oldask1(conf): argument 24 def test_allyes(conf): argument 29 def test_allmod(conf): argument 34 def test_allno(conf): argument 39 def test_alldef(conf): argument
|
/linux-6.3-rc2/drivers/mfd/ |
A D | atmel-smc.c | 20 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.3-rc2/drivers/fpga/ |
A D | altera-cvp.c | 96 static int altera_read_config_byte(struct altera_cvp_conf *conf, in altera_read_config_byte() 119 struct altera_cvp_conf *conf = mgr->priv; in altera_cvp_state() local 184 struct altera_cvp_conf *conf = mgr->priv; in altera_cvp_chk_error() local 233 struct altera_cvp_conf *conf = mgr->priv; in altera_cvp_v2_wait_for_credit() local 265 static int altera_cvp_send_block(struct altera_cvp_conf *conf, in altera_cvp_send_block() 288 struct altera_cvp_conf *conf = mgr->priv; in altera_cvp_teardown() local 322 struct altera_cvp_conf *conf = mgr->priv; in altera_cvp_write_init() local 434 struct altera_cvp_conf *conf = mgr->priv; in altera_cvp_write() local 487 struct altera_cvp_conf *conf = mgr->priv; in altera_cvp_write_complete() local 579 struct altera_cvp_conf *conf; in altera_cvp_probe() local [all …]
|
A D | xilinx-spi.c | 32 struct xilinx_spi_conf *conf = mgr->priv; in get_done_gpio() local 66 struct xilinx_spi_conf *conf = mgr->priv; in wait_for_init_b() local 98 struct xilinx_spi_conf *conf = mgr->priv; in xilinx_spi_write_init() local 133 struct xilinx_spi_conf *conf = mgr->priv; in xilinx_spi_write() local 156 static int xilinx_spi_apply_cclk_cycles(struct xilinx_spi_conf *conf) in xilinx_spi_apply_cclk_cycles() 172 struct xilinx_spi_conf *conf = mgr->priv; in xilinx_spi_write_complete() local 225 struct xilinx_spi_conf *conf; in xilinx_spi_probe() local
|
A D | altera-ps-spi.c | 90 struct altera_ps_conf *conf = mgr->priv; in altera_ps_state() local 110 struct altera_ps_conf *conf = mgr->priv; in altera_ps_write_init() local 178 struct altera_ps_conf *conf = mgr->priv; in altera_ps_write() local 204 struct altera_ps_conf *conf = mgr->priv; in altera_ps_write_complete() local 258 struct altera_ps_conf *conf; in altera_ps_probe() local
|
/linux-6.3-rc2/include/linux/ |
A D | textsearch.h | 105 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.3-rc2/drivers/isdn/mISDN/ |
A D | dsp_cmx.c | 161 struct dsp_conf *conf; in dsp_cmx_debug() local 200 struct dsp_conf *conf; in dsp_cmx_search_conf() local 220 dsp_cmx_add_conf_member(struct dsp *dsp, struct dsp_conf *conf) in dsp_cmx_add_conf_member() 311 struct dsp_conf *conf; in dsp_cmx_new_conf() local 337 dsp_cmx_del_conf(struct dsp_conf *conf) in dsp_cmx_del_conf() 384 dsp_cmx_hardware(struct dsp_conf *conf, struct dsp *dsp) in dsp_cmx_hardware() 1067 struct dsp_conf *conf; in dsp_cmx_conf() local 1311 struct dsp_conf *conf = dsp->conf; local 1630 struct dsp_conf *conf; local
|
/linux-6.3-rc2/drivers/net/ethernet/intel/ice/ |
A D | ice_virtchnl_fdir.c | 250 struct virtchnl_fdir_fltr_conf *conf, in ice_vc_fdir_parse_flow_fld() 291 struct virtchnl_fdir_fltr_conf *conf, in ice_vc_fdir_set_flow_fld() 335 struct virtchnl_fdir_fltr_conf *conf, in ice_vc_fdir_set_flow_hdr() 731 struct virtchnl_fdir_fltr_conf *conf) in ice_vc_fdir_parse_pattern() 955 struct virtchnl_fdir_fltr_conf *conf) in ice_vc_fdir_parse_action() 1029 struct virtchnl_fdir_fltr_conf *conf) in ice_vc_validate_fdir_fltr() 1145 struct virtchnl_fdir_fltr_conf *conf, u32 id) in ice_vc_fdir_remove_entry() 1172 struct virtchnl_fdir_fltr_conf *conf; in ice_vc_fdir_flush_entry() local 1193 struct virtchnl_fdir_fltr_conf *conf, in ice_vc_fdir_write_fltr() 1713 struct virtchnl_fdir_fltr_conf *conf; in ice_vc_add_fdir_fltr() local [all …]
|
/linux-6.3-rc2/drivers/net/ethernet/microchip/sparx5/ |
A D | sparx5_port.c | 190 struct sparx5_port_config *conf, in sparx5_port_error() 214 struct sparx5_port_config *conf) in sparx5_port_verify_speed() 266 struct sparx5_port_config *conf) in sparx5_dev_change() 518 struct sparx5_port_config *conf) in sparx5_port_mux_set() 637 struct sparx5_port_config *conf) in sparx5_port_fc_setup() 683 struct sparx5_port_config *conf) in sparx5_serdes_set() 729 struct sparx5_port_config *conf) in sparx5_port_pcs_low_set() 789 struct sparx5_port_config *conf) in sparx5_port_pcs_high_set() 923 struct sparx5_port_config *conf) in sparx5_port_pcs_set() 972 struct sparx5_port_config *conf) in sparx5_port_config() [all …]
|
/linux-6.3-rc2/lib/ |
A D | textsearch.c | 205 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()
|
A D | ts_kmp.c | 42 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()
|
A D | ts_fsm.c | 134 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()
|
A D | ts_bm.c | 58 static unsigned int bm_find(struct ts_config *conf, struct ts_state *state) in bm_find() 144 struct ts_config *conf; in bm_init() local 168 static void *bm_get_pattern(struct ts_config *conf) in bm_get_pattern() 174 static unsigned int bm_get_pattern_len(struct ts_config *conf) in bm_get_pattern_len()
|
/linux-6.3-rc2/drivers/net/wireless/ath/ath9k/ |
A D | common-beacon.c | 42 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.3-rc2/drivers/clk/ |
A D | clk-sparx5.c | 59 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
|