/linux/drivers/md/ |
A D | dm-raid1.c | 46 struct mirror_set *ms; member 94 struct mirror_set *ms = context; in wakeup_mirrord() local 139 struct mirror_set *ms = context; in dispatch_bios() local 180 struct mirror_set *ms = m->ms; in set_default_mirror() local 213 struct mirror_set *ms = m->ms; in fail_mirror() local 256 struct mirror_set *ms = ti->private; in mirror_flush() local 600 struct mirror_set *ms; in write_callback() local 841 struct mirror_set *ms = in trigger_event() local 881 struct mirror_set *ms = in alloc_context() local 1067 struct mirror_set *ms; in mirror_ctr() local [all …]
|
/linux/drivers/scsi/ |
A D | mesh.c | 264 static void dumpslog(struct mesh_state *ms) in dumpslog() 303 mesh_dump_regs(struct mesh_state *ms) in mesh_dump_regs() 349 static void mesh_init(struct mesh_state *ms) in mesh_init() 549 static void mesh_start(struct mesh_state *ms) in mesh_start() 671 static void start_phase(struct mesh_state *ms) in start_phase() 848 static void reselected(struct mesh_state *ms) in reselected() 969 static void do_abort(struct mesh_state *ms) in do_abort() 1014 struct mesh_state *ms = dev_id; in do_mesh_interrupt() local 1313 static void halt_dma(struct mesh_state *ms) in halt_dma() 1626 struct mesh_state *ms; in mesh_queue_lck() local [all …]
|
/linux/drivers/spi/ |
A D | spi-mpc52xx.c | 95 static void mpc52xx_spi_chipsel(struct mpc52xx_spi *ms, int value) in mpc52xx_spi_chipsel() 111 static void mpc52xx_spi_start_transfer(struct mpc52xx_spi *ms) in mpc52xx_spi_start_transfer() 143 mpc52xx_spi_fsmstate_idle(int irq, struct mpc52xx_spi *ms, u8 status, u8 data) in mpc52xx_spi_fsmstate_idle() 209 static int mpc52xx_spi_fsmstate_transfer(int irq, struct mpc52xx_spi *ms, in mpc52xx_spi_fsmstate_transfer() 275 mpc52xx_spi_fsmstate_wait(int irq, struct mpc52xx_spi *ms, u8 status, u8 data) in mpc52xx_spi_fsmstate_wait() 316 static void mpc52xx_spi_fsm_process(int irq, struct mpc52xx_spi *ms) in mpc52xx_spi_fsm_process() 338 struct mpc52xx_spi *ms = _ms; in mpc52xx_spi_irq() local 350 struct mpc52xx_spi *ms = container_of(work, struct mpc52xx_spi, work); in mpc52xx_spi_wq() local 364 struct mpc52xx_spi *ms = spi_master_get_devdata(spi->master); in mpc52xx_spi_transfer() local 384 struct mpc52xx_spi *ms; in mpc52xx_spi_probe() local [all …]
|
/linux/lib/zstd/compress/ |
A D | zstd_lazy.c | 20 ZSTD_updateDUBT(ZSTD_matchState_t* ms, in ZSTD_updateDUBT() 64 ZSTD_insertDUBT1(ZSTD_matchState_t* ms, in ZSTD_insertDUBT1() 154 ZSTD_matchState_t* ms, in ZSTD_DUBT_findBetterDictMatch() 231 ZSTD_DUBT_findBestMatch(ZSTD_matchState_t* ms, in ZSTD_DUBT_findBestMatch() 382 ZSTD_BtFindBestMatch( ZSTD_matchState_t* ms, in ZSTD_BtFindBestMatch() 412 ZSTD_matchState_t* ms, in ZSTD_BtFindBestMatch_dictMatchState_selectMLS() 428 ZSTD_matchState_t* ms, in ZSTD_BtFindBestMatch_extDict_selectMLS() 452 ZSTD_matchState_t* ms, in ZSTD_insertAndFindFirstIndex_internal() 599 ZSTD_matchState_t* ms, in ZSTD_HcFindBestMatch_generic() 788 ZSTD_matchState_t* ms, in ZSTD_HcFindBestMatch_selectMLS() [all …]
|
A D | zstd_opt.c | 353 static U32 ZSTD_insertAndFindFirstIndexHash3 (ZSTD_matchState_t* ms, in ZSTD_insertAndFindFirstIndexHash3() 382 ZSTD_matchState_t* ms, in ZSTD_insertBt1() 496 ZSTD_matchState_t* ms, in ZSTD_updateTree_internal() 523 ZSTD_matchState_t* ms, in ZSTD_insertBtAndGetAllMatches() 757 ZSTD_matchState_t* ms, in ZSTD_BtGetAllMatches() 943 ZSTD_compressBlock_opt_generic(ZSTD_matchState_t* ms, in ZSTD_compressBlock_opt_generic() 1228 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], in ZSTD_compressBlock_btopt() 1265 ZSTD_initStats_ultra(ZSTD_matchState_t* ms, in ZSTD_initStats_ultra() 1293 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], in ZSTD_compressBlock_btultra() 1301 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], in ZSTD_compressBlock_btultra2() [all …]
|
A D | zstd_fast.c | 15 void ZSTD_fillHashTable(ZSTD_matchState_t* ms, in ZSTD_fillHashTable() 48 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], in ZSTD_compressBlock_fast_generic() 187 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], in ZSTD_compressBlock_fast() 208 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], in ZSTD_compressBlock_fast_dictMatchState_generic() 355 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], in ZSTD_compressBlock_fast_dictMatchState() 376 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], in ZSTD_compressBlock_fast_extDict_generic() 480 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], in ZSTD_compressBlock_fast_extDict()
|
A D | zstd_double_fast.c | 15 void ZSTD_fillDoubleHashTable(ZSTD_matchState_t* ms, in ZSTD_fillDoubleHashTable() 52 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], in ZSTD_compressBlock_doubleFast_generic() 318 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], in ZSTD_compressBlock_doubleFast() 338 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], in ZSTD_compressBlock_doubleFast_dictMatchState() 358 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], in ZSTD_compressBlock_doubleFast_extDict_generic() 503 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], in ZSTD_compressBlock_doubleFast_extDict()
|
/linux/drivers/hid/ |
A D | hid-microsoft.c | 62 struct ms_data *ms = hid_get_drvdata(hdev); in ms_report_fixup() local 186 struct ms_data *ms = hid_get_drvdata(hdev); in ms_input_mapping() local 213 struct ms_data *ms = hid_get_drvdata(hdev); in ms_input_mapped() local 225 struct ms_data *ms = hid_get_drvdata(hdev); in ms_event() local 283 struct ms_data *ms = container_of(work, struct ms_data, ff_worker); in ms_ff_worker() local 311 struct ms_data *ms = hid_get_drvdata(hid); in ms_play_effect() local 330 struct ms_data *ms = hid_get_drvdata(hdev); in ms_init_ff() local 357 struct ms_data *ms = hid_get_drvdata(hdev); in ms_remove_ff() local 368 struct ms_data *ms; in ms_probe() local
|
/linux/fs/dlm/ |
A D | requestqueue.c | 32 void dlm_add_requestqueue(struct dlm_ls *ls, int nodeid, struct dlm_message *ms) in dlm_add_requestqueue() 66 struct dlm_message *ms; in dlm_process_requestqueue() local 128 static int purge_request(struct dlm_ls *ls, struct dlm_message *ms, int nodeid) in purge_request() 155 struct dlm_message *ms; in dlm_purge_requestqueue() local
|
A D | lock.c | 1509 struct dlm_message *ms) in _remove_from_waiters() 3532 struct dlm_message *ms; in _create_message() local 3642 struct dlm_message *ms; in send_common() local 3707 struct dlm_message *ms; in send_grant() local 3728 struct dlm_message *ms; in send_bast() local 3749 struct dlm_message *ms; in send_lookup() local 3777 struct dlm_message *ms; in send_remove() local 3798 struct dlm_message *ms; in send_common_reply() local 3841 struct dlm_message *ms; in send_lookup_reply() local 4015 struct dlm_message *ms; in send_repeat_remove() local [all …]
|
A D | util.c | 86 void dlm_message_out(struct dlm_message *ms) in dlm_message_out() 110 void dlm_message_in(struct dlm_message *ms) in dlm_message_in()
|
/linux/mm/ |
A D | sparse.c | 164 static void __section_mark_present(struct mem_section *ms, in __section_mark_present() 203 struct mem_section *ms; in subsection_map_init() local 247 struct mem_section *ms; in memory_present() local 545 struct mem_section *ms; in sparse_init_nid() local 598 struct mem_section *ms; in online_mem_sections() local 616 struct mem_section *ms; in offline_mem_sections() local 657 struct mem_section *ms = __pfn_to_section(pfn); in clear_subsection_map() local 682 struct mem_section *ms = __pfn_to_section(pfn); in fill_subsection_map() local 780 struct mem_section *ms = __pfn_to_section(pfn); in section_deactivate() local 828 struct mem_section *ms = __pfn_to_section(pfn); in section_activate() local [all …]
|
A D | bootmem_info.c | 45 struct mem_section *ms; in register_page_bootmem_info_section() local 80 struct mem_section *ms; in register_page_bootmem_info_section() local
|
/linux/include/asm-generic/ |
A D | mmiowb.h | 37 struct mmiowb_state *ms = __mmiowb_state(); in mmiowb_set_pending() local 45 struct mmiowb_state *ms = __mmiowb_state(); in mmiowb_spin_lock() local 51 struct mmiowb_state *ms = __mmiowb_state(); in mmiowb_spin_unlock() local
|
/linux/drivers/gpu/drm/arm/ |
A D | malidp_planes.c | 138 struct malidp_plane_state *ms = to_malidp_plane_state(state); in malidp_plane_atomic_print_state() local 332 static bool malidp_check_pages_threshold(struct malidp_plane_state *ms, in malidp_check_pages_threshold() 436 (struct malidp_plane_state *ms, u32 *pgsize_bitmap) in malidp_mmu_prefetch_select_mode() 493 struct malidp_plane_state *ms) in malidp_de_prefetch_settings() 510 struct malidp_plane_state *ms = to_malidp_plane_state(new_plane_state); in malidp_de_plane_check() local 699 struct malidp_plane_state *ms) in malidp_de_set_mmu_control() 799 struct malidp_plane_state *ms = to_malidp_plane_state(plane->state); in malidp_de_plane_update() local
|
/linux/tools/perf/ui/browsers/ |
A D | annotate.c | 42 struct map_symbol *ms = browser->priv; in browser__annotation() local 162 struct map_symbol *ms = ab->b.priv; in annotate_browser__draw_current_jump() local 315 struct map_symbol *ms = browser->b.priv; in annotate_browser__calc_percent() local 466 struct map_symbol *ms = browser->b.priv, target_ms; in annotate_browser__callq() local 667 struct map_symbol *ms = browser->priv; in annotate_browser__show() local 721 struct map_symbol *ms = browser->b.priv; in annotate_browser__run() local 932 int map_symbol__tui_annotate(struct map_symbol *ms, struct evsel *evsel, in map_symbol__tui_annotate() 950 int symbol__tui_annotate(struct map_symbol *ms, struct evsel *evsel, in symbol__tui_annotate()
|
/linux/tools/perf/ui/gtk/ |
A D | annotate.c | 57 static int perf_gtk__get_offset(char *buf, size_t size, struct map_symbol *ms, in perf_gtk__get_offset() 94 static int perf_gtk__annotate_symbol(GtkWidget *window, struct map_symbol *ms, in perf_gtk__annotate_symbol() 164 static int symbol__gtk_annotate(struct map_symbol *ms, struct evsel *evsel, in symbol__gtk_annotate()
|
/linux/net/mac80211/ |
A D | rc80211_minstrel_ht_debugfs.c | 22 struct minstrel_debugfs_info *ms; in minstrel_stats_read() local 148 struct minstrel_debugfs_info *ms; in minstrel_ht_stats_open() local 297 struct minstrel_debugfs_info *ms; in minstrel_ht_stats_csv_open() local
|
/linux/drivers/scsi/bfa/ |
A D | bfa_fcs_lport.c | 2799 bfa_fcs_lport_fdmi_init(struct bfa_fcs_lport_ms_s *ms) in bfa_fcs_lport_fdmi_init() 2811 bfa_fcs_lport_fdmi_offline(struct bfa_fcs_lport_ms_s *ms) in bfa_fcs_lport_fdmi_offline() 2820 bfa_fcs_lport_fdmi_online(struct bfa_fcs_lport_ms_s *ms) in bfa_fcs_lport_fdmi_online() 2905 bfa_fcs_lport_ms_sm_offline(struct bfa_fcs_lport_ms_s *ms, in bfa_fcs_lport_ms_sm_offline() 2949 bfa_fcs_lport_ms_sm_plogi(struct bfa_fcs_lport_ms_s *ms, in bfa_fcs_lport_ms_sm_plogi() 3026 bfa_fcs_lport_ms_sm_online(struct bfa_fcs_lport_ms_s *ms, in bfa_fcs_lport_ms_sm_online() 3072 bfa_fcs_lport_ms_sm_gmal(struct bfa_fcs_lport_ms_s *ms, in bfa_fcs_lport_ms_sm_gmal() 3143 struct bfa_fcs_lport_ms_s *ms = ms_cbarg; in bfa_fcs_lport_ms_send_gmal() local 3275 bfa_fcs_lport_ms_sm_gfn(struct bfa_fcs_lport_ms_s *ms, in bfa_fcs_lport_ms_sm_gfn() 3344 struct bfa_fcs_lport_ms_s *ms = ms_cbarg; in bfa_fcs_lport_ms_send_gfn() local [all …]
|
/linux/net/netfilter/ipvs/ |
A D | ip_vs_sync.c | 304 sb_dequeue(struct netns_ipvs *ipvs, struct ipvs_master_sync_state *ms) in sb_dequeue() 363 struct ipvs_master_sync_state *ms) in sb_queue_tail() 390 get_curr_sync_buff(struct netns_ipvs *ipvs, struct ipvs_master_sync_state *ms, in get_curr_sync_buff() 546 struct ipvs_master_sync_state *ms; in ip_vs_sync_conn_v0() local 635 struct ipvs_master_sync_state *ms; in ip_vs_sync_conn() local 1632 struct ipvs_master_sync_state *ms = in master_wakeup_work_handler() local 1650 next_sync_buff(struct netns_ipvs *ipvs, struct ipvs_master_sync_state *ms) in next_sync_buff() 1665 struct ipvs_master_sync_state *ms = &ipvs->ms[tinfo->id]; in sync_thread_master() local 1839 struct ipvs_master_sync_state *ms; in start_sync_thread() local 1973 struct ipvs_master_sync_state *ms = &ipvs->ms[id]; in stop_sync_thread() local
|
/linux/kernel/ |
A D | module_signature.c | 21 int mod_check_sig(const struct module_signature *ms, size_t file_len, in mod_check_sig()
|
A D | module_signing.c | 22 struct module_signature ms; in mod_verify_sig() local
|
/linux/tools/perf/util/ |
A D | annotate.c | 249 static int call__parse(struct arch *arch, struct ins_operands *ops, struct map_symbol *ms) in call__parse() 884 static int __symbol__inc_addr_samples(struct map_symbol *ms, in __symbol__inc_addr_samples() 959 static int symbol__inc_addr_samples(struct map_symbol *ms, in symbol__inc_addr_samples() 1163 struct map_symbol ms; member 2193 int symbol__annotate(struct map_symbol *ms, struct evsel *evsel, in symbol__annotate() 2384 int symbol__annotate_printf(struct map_symbol *ms, struct evsel *evsel, in symbol__annotate_printf() 2550 int map_symbol__annotation_dump(struct map_symbol *ms, struct evsel *evsel, in map_symbol__annotation_dump() 2792 static void symbol__calc_lines(struct map_symbol *ms, struct rb_root *root, in symbol__calc_lines() 2800 int symbol__tty_annotate2(struct map_symbol *ms, struct evsel *evsel, in symbol__tty_annotate2() 2836 int symbol__tty_annotate(struct map_symbol *ms, struct evsel *evsel, in symbol__tty_annotate() [all …]
|
A D | map_symbol.h | 18 struct map_symbol ms; member
|
/linux/drivers/staging/r8188eu/hal/ |
A D | odm_interface.c | 80 void ODM_delay_ms(u32 ms) in ODM_delay_ms() 90 void ODM_sleep_ms(u32 ms) in ODM_sleep_ms()
|