Home
last modified time | relevance | path

Searched defs:ms (Results 1 – 25 of 153) sorted by relevance

1234567

/linux/drivers/md/
H A Ddm-raid1.c51 struct mirror_set *ms; member
99 struct mirror_set *ms = context; in wakeup_mirrord() local
106 struct mirror_set *ms = timer_container_of(ms, t, timer); in delayed_wake_fn() local
112 static void delayed_wake(struct mirror_set *ms) in delayed_wake()
126 static void queue_bio(struct mirror_set *ms, struct bio *bio, int rw) in queue_bio()
143 struct mirror_set *ms = context; in dispatch_bios() local
177 static struct mirror *get_default_mirror(struct mirror_set *ms) in get_default_mirror()
184 struct mirror_set *ms = m->ms; in set_default_mirror() local
190 static struct mirror *get_valid_mirror(struct mirror_set *ms) in get_valid_mirror()
217 struct mirror_set *ms = m->ms; in fail_mirror() local
[all …]
/linux/drivers/accel/ivpu/
H A Divpu_ms.c24 struct ivpu_ms_instance *ms; in get_instance_by_mask() local
40 struct ivpu_ms_instance *ms; in ivpu_ms_start_ioctl() local
118 copy_leftover_bytes(struct ivpu_ms_instance *ms, in copy_leftover_bytes()
137 copy_samples_to_user(struct ivpu_device *vdev, struct ivpu_ms_instance *ms, in copy_samples_to_user()
171 struct ivpu_ms_instance *ms; in ivpu_ms_get_data_ioctl() local
214 static void free_instance(struct ivpu_file_priv *file_priv, struct ivpu_ms_instance *ms) in free_instance()
229 struct ivpu_ms_instance *ms; in ivpu_ms_stop_ioctl() local
311 struct ivpu_ms_instance *ms, *tmp; in ivpu_ms_cleanup() local
/linux/drivers/spi/
H A Dspi-mpc52xx.c100 static void mpc52xx_spi_chipsel(struct mpc52xx_spi *ms, int value) in mpc52xx_spi_chipsel()
117 static void mpc52xx_spi_start_transfer(struct mpc52xx_spi *ms) in mpc52xx_spi_start_transfer()
149 mpc52xx_spi_fsmstate_idle(int irq, struct mpc52xx_spi *ms, u8 status, u8 data) in mpc52xx_spi_fsmstate_idle()
215 static int mpc52xx_spi_fsmstate_transfer(int irq, struct mpc52xx_spi *ms, in mpc52xx_spi_fsmstate_transfer()
281 mpc52xx_spi_fsmstate_wait(int irq, struct mpc52xx_spi *ms, u8 status, u8 data) in mpc52xx_spi_fsmstate_wait()
322 static void mpc52xx_spi_fsm_process(int irq, struct mpc52xx_spi *ms) in mpc52xx_spi_fsm_process()
344 struct mpc52xx_spi *ms = _ms; in mpc52xx_spi_irq() local
356 struct mpc52xx_spi *ms = container_of(work, struct mpc52xx_spi, work); in mpc52xx_spi_wq() local
370 struct mpc52xx_spi *ms = spi_controller_get_devdata(spi->controller); in mpc52xx_spi_transfer() local
390 struct mpc52xx_spi *ms; in mpc52xx_spi_probe() local
[all …]
/linux/lib/zstd/compress/
H A Dzstd_lazy.c30 void ZSTD_updateDUBT(ZSTD_MatchState_t* ms, in ZSTD_updateDUBT()
75 void ZSTD_insertDUBT1(const ZSTD_MatchState_t* ms, in ZSTD_insertDUBT1()
166 const ZSTD_MatchState_t* ms, in ZSTD_DUBT_findBetterDictMatch()
244 size_t ZSTD_DUBT_findBestMatch(ZSTD_MatchState_t* ms, in ZSTD_DUBT_findBestMatch()
396 size_t ZSTD_BtFindBestMatch( ZSTD_MatchState_t* ms, in ZSTD_BtFindBestMatch()
412 void ZSTD_dedicatedDictSearch_lazy_loadDictionary(ZSTD_MatchState_t* ms, const BYTE* const ip) in ZSTD_dedicatedDictSearch_lazy_loadDictionary()
634 ZSTD_MatchState_t* ms, in ZSTD_insertAndFindFirstIndex_internal()
660 U32 ZSTD_insertAndFindFirstIndex(ZSTD_MatchState_t* ms, const BYTE* ip) { in ZSTD_insertAndFindFirstIndex()
669 ZSTD_MatchState_t* ms, in ZSTD_HcFindBestMatch()
838 void ZSTD_row_fillHashCache(ZSTD_MatchState_t* ms, const BYTE* base, in ZSTD_row_fillHashCache()
[all …]
H A Dzstd_opt.c412 U32 ZSTD_insertAndFindFirstIndexHash3 (const ZSTD_MatchState_t* ms, in ZSTD_insertAndFindFirstIndexHash3()
444 const ZSTD_MatchState_t* ms, in ZSTD_insertBt1()
564 ZSTD_MatchState_t* ms, in ZSTD_updateTree_internal()
584 void ZSTD_updateTree(ZSTD_MatchState_t* ms, const BYTE* ip, const BYTE* iend) { in ZSTD_updateTree()
593 ZSTD_MatchState_t* ms, in ZSTD_insertBtAndGetAllMatches()
835 ZSTD_MatchState_t* ms, in ZSTD_btGetAllMatches_internal()
1078 ZSTD_compressBlock_opt_generic(ZSTD_MatchState_t* ms, in ZSTD_compressBlock_opt_generic()
1448 ZSTD_MatchState_t* ms, SeqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], in ZSTD_compressBlock_opt0()
1457 ZSTD_MatchState_t* ms, SeqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], in ZSTD_compressBlock_opt2()
1466 ZSTD_MatchState_t* ms, SeqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], in ZSTD_compressBlock_btopt()
[all …]
H A Dzstd_fast.c17 void ZSTD_fillHashTableForCDict(ZSTD_MatchState_t* ms, in ZSTD_fillHashTableForCDict()
54 void ZSTD_fillHashTableForCCtx(ZSTD_MatchState_t* ms, in ZSTD_fillHashTableForCCtx()
88 void ZSTD_fillHashTable(ZSTD_MatchState_t* ms, in ZSTD_fillHashTable()
192 ZSTD_MatchState_t* ms, SeqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], in ZSTD_compressBlock_fast_noDict_generic()
443 ZSTD_MatchState_t* ms, SeqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], in ZSTD_compressBlock_fast()
483 ZSTD_MatchState_t* ms, SeqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], in ZSTD_compressBlock_fast_dictMatchState_generic()
686 ZSTD_MatchState_t* ms, SeqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], in ZSTD_compressBlock_fast_dictMatchState()
709 ZSTD_MatchState_t* ms, SeqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], in ZSTD_compressBlock_fast_extDict_generic()
967 ZSTD_MatchState_t* ms, SeqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], in ZSTD_compressBlock_fast_extDict()
H A Dzstd_double_fast.c19 void ZSTD_fillDoubleHashTableForCDict(ZSTD_MatchState_t* ms, in ZSTD_fillDoubleHashTableForCDict()
57 void ZSTD_fillDoubleHashTableForCCtx(ZSTD_MatchState_t* ms, in ZSTD_fillDoubleHashTableForCCtx()
91 void ZSTD_fillDoubleHashTable(ZSTD_MatchState_t* ms, in ZSTD_fillDoubleHashTable()
107 ZSTD_MatchState_t* ms, SeqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], in ZSTD_compressBlock_doubleFast_noDict_generic()
330 ZSTD_MatchState_t* ms, SeqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], in ZSTD_compressBlock_doubleFast_dictMatchState_generic()
570 ZSTD_MatchState_t* ms, SeqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], in ZSTD_compressBlock_doubleFast()
590 ZSTD_MatchState_t* ms, SeqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], in ZSTD_compressBlock_doubleFast_dictMatchState()
612 ZSTD_MatchState_t* ms, SeqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], in ZSTD_compressBlock_doubleFast_extDict_generic()
761 ZSTD_MatchState_t* ms, SeqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], in ZSTD_compressBlock_doubleFast_extDict()
/linux/drivers/hid/
H A Dhid-microsoft.c62 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/
H A Drequestqueue.c34 const struct dlm_message *ms) in dlm_add_requestqueue()
68 struct dlm_message *ms; in dlm_process_requestqueue() local
108 static int purge_request(struct dlm_ls *ls, struct dlm_message *ms, int nodeid) in purge_request()
135 struct dlm_message *ms; in dlm_purge_requestqueue() local
H A Dlock.c1772 const struct dlm_message *ms) in _remove_from_waiters()
1876 const struct dlm_message *ms, bool local) in remove_from_waiters_ms()
1975 const struct dlm_message *ms) in set_lvb_lock_pc()
2082 const struct dlm_message *ms) in grant_lock_pc()
2120 static void munge_altmode(struct dlm_lkb *lkb, const struct dlm_message *ms) in munge_altmode()
3503 struct dlm_message *ms; in _create_message() local
3560 static int send_message(struct dlm_mhandle *mh, struct dlm_message *ms, in send_message()
3568 struct dlm_message *ms) in send_args()
3613 struct dlm_message *ms; in send_common() local
3674 struct dlm_message *ms; in send_grant() local
[all …]
/linux/include/asm-generic/
H A Dmmiowb.h37 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/tools/perf/ui/browsers/
H A Dannotate.c61 struct map_symbol *ms = browser->priv; in browser__annotation() local
189 struct map_symbol *ms = ab->b.priv; in annotate_browser__draw_current_jump() local
341 struct map_symbol *ms = browser->b.priv; in annotate_browser__calc_percent() local
464 struct map_symbol *ms = browser->b.priv; in annotate_browser__toggle_source() local
561 struct map_symbol *ms = b->priv; in annotate_browser__show_function_title() local
585 struct map_symbol *ms = browser->b.priv, target_ms; in annotate_browser__callq() local
843 struct map_symbol *ms = browser->b.priv; in annotate_browser__debuginfo_warning() local
867 struct map_symbol *ms = browser->b.priv; in annotate_browser__symbol_annotate_error() local
883 struct map_symbol *ms = browser->b.priv; in annotate_browser__run() local
1158 int __hist_entry__tui_annotate(struct hist_entry *he, struct map_symbol *ms, in __hist_entry__tui_annotate()
/linux/drivers/usb/typec/
H A Dmode_selection.c104 struct mode_state *ms, *tmp; in mode_list_clean() local
134 struct mode_state *ms; in mode_selection_work_fn() local
180 struct mode_state *ms; in typec_altmode_state_update() local
216 struct mode_state *ms; in altmode_add_to_list() local
/linux/drivers/gpu/drm/arm/
H A Dmalidp_planes.c131 struct malidp_plane_state *ms = to_malidp_plane_state(state); in malidp_plane_atomic_print_state() local
320 static bool malidp_check_pages_threshold(struct malidp_plane_state *ms, in malidp_check_pages_threshold()
424 (struct malidp_plane_state *ms, u32 *pgsize_bitmap) in malidp_mmu_prefetch_select_mode()
481 struct malidp_plane_state *ms) in malidp_de_prefetch_settings()
498 struct malidp_plane_state *ms = to_malidp_plane_state(new_plane_state); in malidp_de_plane_check() local
687 struct malidp_plane_state *ms) in malidp_de_set_mmu_control()
787 struct malidp_plane_state *ms = to_malidp_plane_state(plane->state); in malidp_de_plane_update() local
/linux/drivers/net/ethernet/engleder/
H A Dtsnep_selftests.c156 struct tc_taprio_qopt_offload *qopt, s64 ms) in delay_base_time()
299 static bool check_gate_duration(struct tsnep_adapter *adapter, s64 ms) in check_gate_duration()
312 struct tc_taprio_qopt_offload *qopt, s64 ms) in enable_check_taprio()
341 struct tc_taprio_qopt_offload *qopt, s64 ms) in run_taprio()
/linux/drivers/scsi/bfa/
H A Dbfa_fcs_lport.c2753 bfa_fcs_lport_fdmi_init(struct bfa_fcs_lport_ms_s *ms) in bfa_fcs_lport_fdmi_init()
2765 bfa_fcs_lport_fdmi_offline(struct bfa_fcs_lport_ms_s *ms) in bfa_fcs_lport_fdmi_offline()
2774 bfa_fcs_lport_fdmi_online(struct bfa_fcs_lport_ms_s *ms) in bfa_fcs_lport_fdmi_online()
2846 bfa_fcs_lport_ms_sm_offline(struct bfa_fcs_lport_ms_s *ms, in bfa_fcs_lport_ms_sm_offline()
2867 bfa_fcs_lport_ms_sm_plogi_sending(struct bfa_fcs_lport_ms_s *ms, in bfa_fcs_lport_ms_sm_plogi_sending()
2890 bfa_fcs_lport_ms_sm_plogi(struct bfa_fcs_lport_ms_s *ms, in bfa_fcs_lport_ms_sm_plogi()
2941 bfa_fcs_lport_ms_sm_plogi_retry(struct bfa_fcs_lport_ms_s *ms, in bfa_fcs_lport_ms_sm_plogi_retry()
2967 bfa_fcs_lport_ms_sm_online(struct bfa_fcs_lport_ms_s *ms, in bfa_fcs_lport_ms_sm_online()
2990 bfa_fcs_lport_ms_sm_gmal_sending(struct bfa_fcs_lport_ms_s *ms, in bfa_fcs_lport_ms_sm_gmal_sending()
3013 bfa_fcs_lport_ms_sm_gmal(struct bfa_fcs_lport_ms_s *ms, in bfa_fcs_lport_ms_sm_gmal()
[all …]
/linux/net/mac80211/
H A Drc80211_minstrel_ht_debugfs.c22 struct minstrel_debugfs_info *ms; in minstrel_stats_read() local
148 struct minstrel_debugfs_info *ms; in minstrel_ht_stats_open() local
296 struct minstrel_debugfs_info *ms; in minstrel_ht_stats_csv_open() local
/linux/tools/perf/util/annotate-arch/
H A Dannotate-loongarch.c18 struct map_symbol *ms, in loongarch_call__parse()
69 struct map_symbol *ms, in loongarch_jump__parse()
H A Dannotate-x86.c260 struct map_symbol *ms = dloc->ms; in update_insn_state_x86() local
621 struct map_symbol *ms = dloc->ms; in update_insn_state_x86() local
/linux/net/netfilter/ipvs/
H A Dip_vs_sync.c303 sb_dequeue(struct netns_ipvs *ipvs, struct ipvs_master_sync_state *ms) in sb_dequeue()
362 struct ipvs_master_sync_state *ms) in sb_queue_tail()
389 get_curr_sync_buff(struct netns_ipvs *ipvs, struct ipvs_master_sync_state *ms, in get_curr_sync_buff()
545 struct ipvs_master_sync_state *ms; in ip_vs_sync_conn_v0() local
634 struct ipvs_master_sync_state *ms; in ip_vs_sync_conn() local
1620 struct ipvs_master_sync_state *ms = in master_wakeup_work_handler() local
1638 next_sync_buff(struct netns_ipvs *ipvs, struct ipvs_master_sync_state *ms) in next_sync_buff()
1653 struct ipvs_master_sync_state *ms = &ipvs->ms[tinfo->id]; in sync_thread_master() local
1827 struct ipvs_master_sync_state *ms; in start_sync_thread() local
1960 struct ipvs_master_sync_state *ms = &ipvs->ms[id]; in stop_sync_thread() local
/linux/tools/perf/util/
H A Dannotate.c213 static int __symbol__inc_addr_samples(struct map_symbol *ms, in __symbol__inc_addr_samples()
318 static int symbol__inc_addr_samples(struct map_symbol *ms, in symbol__inc_addr_samples()
1008 int symbol__annotate(struct map_symbol *ms, struct evsel *evsel, in symbol__annotate()
1216 struct map_symbol *ms = &he->ms; in hist_entry__annotate_printf() local
1390 int map_symbol__annotation_dump(struct map_symbol *ms, struct evsel *evsel, in map_symbol__annotation_dump()
1610 void annotation__toggle_full_addr(struct annotation *notes, struct map_symbol *ms) in annotation__toggle_full_addr()
1622 static void annotation__calc_lines(struct annotation *notes, struct map_symbol *ms, in annotation__calc_lines()
1655 static void symbol__calc_lines(struct map_symbol *ms, struct rb_root *root) in symbol__calc_lines()
1664 struct map_symbol *ms = &he->ms; in hist_entry__tty_annotate2() local
1704 struct map_symbol *ms = &he->ms; in hist_entry__tty_annotate() local
[all …]
H A Dmap_symbol.c7 void map_symbol__exit(struct map_symbol *ms) in map_symbol__exit()
H A Ddisasm.c238 static int call__parse(const struct arch *arch, struct ins_operands *ops, struct map_symbol *ms, in call__parse()
337 static int jump__parse(const struct arch *arch, struct ins_operands *ops, struct map_symbol *ms, in jump__parse()
501 static int lock__parse(const struct arch *arch, struct ins_operands *ops, struct map_symbol *ms, in lock__parse()
819 struct map_symbol *ms) in disasm_line__init_ins()
1105 int symbol__strerror_disassemble(struct map_symbol *ms, int errnum, char *buf, size_t buflen) in symbol__strerror_disassemble()
/linux/kernel/
H A Dmodule_signature.c21 int mod_check_sig(const struct module_signature *ms, size_t file_len, in mod_check_sig()
/linux/kernel/module/
H A Dsigning.c45 struct module_signature ms; in mod_verify_sig() local

1234567