/linux/drivers/md/ |
H A D | dm-raid1.c | 51 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/scsi/ |
H A D | mesh.c | 213 static void dlog(struct mesh_state *ms, char *fmt, int a) in dlog() 238 static void dumplog(struct mesh_state *ms, int t) in dumplog() 264 static void dumpslog(struct mesh_state *ms) in dumpslog() 291 static inline void dlog(struct mesh_state *ms, char *fmt, int a) in dlog() 293 static inline void dumplog(struct mesh_state *ms, int tgt) in dumplog() 295 static inline 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() 396 static void mesh_start_cmd(struct mesh_state *ms, struct scsi_cmnd *cmd) in mesh_start_cmd() 549 static void mesh_start(struct mesh_state *ms) in mesh_start() [all …]
|
/linux/drivers/accel/ivpu/ |
H A D | ivpu_ms.c | 23 struct ivpu_ms_instance *ms; in get_instance_by_mask() local 39 struct ivpu_ms_instance *ms; in ivpu_ms_start_ioctl() local 110 copy_leftover_bytes(struct ivpu_ms_instance *ms, in copy_leftover_bytes() 129 copy_samples_to_user(struct ivpu_device *vdev, struct ivpu_ms_instance *ms, in copy_samples_to_user() 163 struct ivpu_ms_instance *ms; in ivpu_ms_get_data_ioctl() local 205 static void free_instance(struct ivpu_file_priv *file_priv, struct ivpu_ms_instance *ms) in free_instance() 220 struct ivpu_ms_instance *ms; in ivpu_ms_stop_ioctl() local 302 struct ivpu_ms_instance *ms, *tmp; in ivpu_ms_cleanup() local
|
/linux/drivers/spi/ |
H A D | spi-mpc52xx.c | 100 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 D | zstd_lazy.c | 30 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 D | zstd_opt.c | 412 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 D | zstd_fast.c | 17 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 D | zstd_double_fast.c | 19 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()
|
H A D | zstd_ldm.c | 252 static size_t ZSTD_ldm_fillFastTables(ZSTD_MatchState_t* ms, in ZSTD_ldm_fillFastTables() 332 static void ZSTD_ldm_limitTableUpdate(ZSTD_MatchState_t* ms, const BYTE* anchor) in ZSTD_ldm_limitTableUpdate() 683 ZSTD_MatchState_t* ms, SeqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], in ZSTD_ldm_blockCompress()
|
/linux/drivers/hid/ |
H 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/ |
H A D | requestqueue.c | 34 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 D | lock.c | 1771 const struct dlm_message *ms) in _remove_from_waiters() 1875 const struct dlm_message *ms, bool local) in remove_from_waiters_ms() 1974 const struct dlm_message *ms) in set_lvb_lock_pc() 2081 const struct dlm_message *ms) in grant_lock_pc() 2119 static void munge_altmode(struct dlm_lkb *lkb, const struct dlm_message *ms) in munge_altmode() 3502 struct dlm_message *ms; in _create_message() local 3559 static int send_message(struct dlm_mhandle *mh, struct dlm_message *ms, in send_message() 3567 struct dlm_message *ms) in send_args() 3612 struct dlm_message *ms; in send_common() local 3673 struct dlm_message *ms; in send_grant() local [all …]
|
/linux/include/asm-generic/ |
H 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/ |
H A D | malidp_planes.c | 131 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 D | tsnep_selftests.c | 156 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/net/mac80211/ |
H 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 296 struct minstrel_debugfs_info *ms; in minstrel_ht_stats_csv_open() local
|
/linux/net/netfilter/ipvs/ |
H 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 1621 struct ipvs_master_sync_state *ms = in master_wakeup_work_handler() local 1639 next_sync_buff(struct netns_ipvs *ipvs, struct ipvs_master_sync_state *ms) in next_sync_buff() 1654 struct ipvs_master_sync_state *ms = &ipvs->ms[tinfo->id]; in sync_thread_master() local 1828 struct ipvs_master_sync_state *ms; in start_sync_thread() local 1962 struct ipvs_master_sync_state *ms = &ipvs->ms[id]; in stop_sync_thread() local
|
/linux/kernel/ |
H A D | module_signature.c | 21 int mod_check_sig(const struct module_signature *ms, size_t file_len, in mod_check_sig()
|
/linux/tools/perf/util/ |
H A D | map_symbol.c | 6 void map_symbol__exit(struct map_symbol *ms) in map_symbol__exit()
|
H A D | map_symbol.h | 18 struct map_symbol ms; member
|
/linux/kernel/module/ |
H A D | signing.c | 45 struct module_signature ms; in mod_verify_sig() local
|
/linux/drivers/media/test-drivers/vivid/ |
H A D | vivid-rds-gen.h | 33 bool ms; member
|
/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
H A D | pno.c | 367 struct cfg80211_match_set *ms; in brcmf_pno_config_networks() local 569 struct cfg80211_match_set *ms; in brcmf_pno_get_bucket_map() local
|
/linux/fs/minix/ |
H A D | inode.c | 118 struct minix_super_block * ms; in minix_reconfigure() local 177 struct minix_super_block *ms; in minix_fill_super() local
|
/linux/arch/mips/kernel/ |
H A D | spinlock_test.c | 94 struct spin_multi_state ms; in multi_get() local
|