Home
last modified time | relevance | path

Searched defs:m (Results 101 – 125 of 1880) sorted by relevance

12345678910>>...76

/linux/drivers/scsi/sym53c8xx_2/
H A Dsym_malloc.c182 void *m = sym_get_mem_cluster(); in ___mp0_get_mem_cluster() local
189 static void ___mp0_free_mem_cluster(m_pool_p mp, void *m) in ___mp0_free_mem_cluster()
233 static void ___free_dma_mem_cluster(m_pool_p mp, void *m) in ___free_dma_mem_cluster()
303 void *m = NULL; in __sym_calloc_dma() local
322 void __sym_mfree_dma(m_pool_ident_t dev_dmat, void *m, int size, char *name) in __sym_mfree_dma()
344 dma_addr_t __vtobus(m_pool_ident_t dev_dmat, void *m) in __vtobus()
/linux/drivers/char/tpm/eventlog/
H A Dtpm2.c42 static void *tpm2_bios_measurements_start(struct seq_file *m, loff_t *pos) in tpm2_bios_measurements_start()
85 static void *tpm2_bios_measurements_next(struct seq_file *m, void *v, in tpm2_bios_measurements_next()
124 static void tpm2_bios_measurements_stop(struct seq_file *m, void *v) in tpm2_bios_measurements_stop()
128 static int tpm2_binary_bios_measurements_show(struct seq_file *m, void *v) in tpm2_binary_bios_measurements_show()
/linux/drivers/clk/
H A Dclk-fractional-divider_test.c19 unsigned long rate, parent_rate, parent_rate_before, m, n, max_n; in clk_fd_test_approximation_max_denominator() local
48 unsigned long rate, parent_rate, parent_rate_before, m, n, max_m; in clk_fd_test_approximation_max_numerator() local
77 unsigned long rate, parent_rate, parent_rate_before, m, n, max_n; in clk_fd_test_approximation_max_denominator_zero_based() local
107 unsigned long rate, parent_rate, parent_rate_before, m, n, max_m; in clk_fd_test_approximation_max_numerator_zero_based() local
/linux/arch/x86/kernel/cpu/mce/
H A Dapei.c32 struct mce *m; in apei_mce_report_mem_error() local
74 struct mce *m; in apei_smca_report_x86_error() local
193 int apei_write_mce(struct mce *m) in apei_write_mce()
225 ssize_t apei_read_mce(struct mce *m, u64 *record_id) in apei_read_mce()
/linux/arch/mips/math-emu/
H A Dieee754.c28 #define xPCNST(s, b, m, ebias) \ argument
37 #define DPCNST(s, b, m) \ argument
61 #define SPCNST(s, b, m) \ argument
/linux/drivers/net/ethernet/airoha/
H A Dairoha_ppe_debugfs.c9 static void airoha_debugfs_ppe_print_tuple(struct seq_file *m, in airoha_debugfs_ppe_print_tuple()
37 static int airoha_ppe_debugfs_foe_show(struct seq_file *m, void *private, in airoha_ppe_debugfs_foe_show()
165 static int airoha_ppe_debugfs_foe_all_show(struct seq_file *m, void *private) in airoha_ppe_debugfs_foe_all_show()
171 static int airoha_ppe_debugfs_foe_bind_show(struct seq_file *m, void *private) in airoha_ppe_debugfs_foe_bind_show()
/linux/security/integrity/ima/
H A Dima_fs.c77 static void *ima_measurements_start(struct seq_file *m, loff_t *pos) in ima_measurements_start()
94 static void *ima_measurements_next(struct seq_file *m, void *v, loff_t *pos) in ima_measurements_next()
109 static void ima_measurements_stop(struct seq_file *m, void *v) in ima_measurements_stop()
113 void ima_putc(struct seq_file *m, void *data, int datalen) in ima_putc()
127 int ima_measurements_show(struct seq_file *m, void *v) in ima_measurements_show()
217 void ima_print_digest(struct seq_file *m, u8 *digest, u32 size) in ima_print_digest()
226 static int ima_ascii_measurements_show(struct seq_file *m, void *v) in ima_ascii_measurements_show()
H A Dima_template_lib.c79 static void ima_show_template_data_ascii(struct seq_file *m, in ima_show_template_data_ascii()
142 static void ima_show_template_data_binary(struct seq_file *m, in ima_show_template_data_binary()
163 static void ima_show_template_field_data(struct seq_file *m, in ima_show_template_field_data()
182 void ima_show_template_digest(struct seq_file *m, enum ima_show_type show, in ima_show_template_digest()
188 void ima_show_template_digest_ng(struct seq_file *m, enum ima_show_type show, in ima_show_template_digest_ng()
195 void ima_show_template_digest_ngv2(struct seq_file *m, enum ima_show_type show, in ima_show_template_digest_ngv2()
203 void ima_show_template_string(struct seq_file *m, enum ima_show_type show, in ima_show_template_string()
209 void ima_show_template_sig(struct seq_file *m, enum ima_show_type show, in ima_show_template_sig()
215 void ima_show_template_buf(struct seq_file *m, enum ima_show_type show, in ima_show_template_buf()
221 void ima_show_template_uint(struct seq_file *m, enum ima_show_type show, in ima_show_template_uint()
/linux/drivers/i2c/busses/
H A Di2c-qcom-cci.c25 #define CCI_I2C_Mm_SCL_CTL(m) (0x100 + 0x100 * (m)) argument
26 #define CCI_I2C_Mm_SDA_CTL_0(m) (0x104 + 0x100 * (m)) argument
27 #define CCI_I2C_Mm_SDA_CTL_1(m) (0x108 + 0x100 * (m)) argument
28 #define CCI_I2C_Mm_SDA_CTL_2(m) (0x10c + 0x100 * (m)) argument
29 #define CCI_I2C_Mm_MISC_CTL(m) (0x110 + 0x100 * (m)) argument
31 #define CCI_I2C_Mm_READ_DATA(m) (0x118 + 0x100 * (m)) argument
32 #define CCI_I2C_Mm_READ_BUF_LEVEL(m) (0x11c + 0x100 * (m)) argument
33 #define CCI_I2C_Mm_Qn_EXEC_WORD_CNT(m, n) (0x300 + 0x200 * (m) + 0x100 * (n)) argument
34 #define CCI_I2C_Mm_Qn_CUR_WORD_CNT(m, n) (0x304 + 0x200 * (m) + 0x100 * (n)) argument
35 #define CCI_I2C_Mm_Qn_CUR_CMD(m, n) (0x308 + 0x200 * (m) + 0x100 * (n)) argument
[all …]
/linux/lib/
H A Dwin_minmax.c29 static u32 minmax_subwin_update(struct minmax *m, u32 win, in minmax_subwin_update()
67 u32 minmax_running_max(struct minmax *m, u32 win, u32 t, u32 meas) in minmax_running_max()
85 u32 minmax_running_min(struct minmax *m, u32 win, u32 t, u32 meas) in minmax_running_min()
/linux/tools/testing/selftests/proc/
H A Dproc-uptime-002.c35 static inline int sys_sched_getaffinity(pid_t pid, unsigned int len, unsigned long *m) in sys_sched_getaffinity()
40 static inline int sys_sched_setaffinity(pid_t pid, unsigned int len, unsigned long *m) in sys_sched_setaffinity()
49 unsigned long *m; in main() local
/linux/mm/
H A Dvmstat.c1504 static void *frag_start(struct seq_file *m, loff_t *pos) in frag_start()
1517 static void *frag_next(struct seq_file *m, void *arg, loff_t *pos) in frag_next()
1525 static void frag_stop(struct seq_file *m, void *arg) in frag_stop()
1533 static void walk_zones_in_node(struct seq_file *m, pg_data_t *pgdat, in walk_zones_in_node()
1535 void (*print)(struct seq_file *m, pg_data_t *, struct zone *)) in walk_zones_in_node()
1555 static void frag_show_print(struct seq_file *m, pg_data_t *pgdat, in frag_show_print()
1573 static int frag_show(struct seq_file *m, void *arg) in frag_show()
1580 static void pagetypeinfo_showfree_print(struct seq_file *m, in pagetypeinfo_showfree_print()
1623 static void pagetypeinfo_showfree(struct seq_file *m, void *arg) in pagetypeinfo_showfree()
1637 static void pagetypeinfo_showblockcount_print(struct seq_file *m, in pagetypeinfo_showblockcount_print()
[all …]
/linux/drivers/media/platform/ti/cal/
H A Dcal_regs.h43 #define CAL_HL_IRQSTATUS_RAW(m) (0x20U + (m) * 0x10U) argument
44 #define CAL_HL_IRQSTATUS(m) (0x24U + (m) * 0x10U) argument
45 #define CAL_HL_IRQENABLE_SET(m) (0x28U + (m) * 0x10U) argument
46 #define CAL_HL_IRQENABLE_CLR(m) (0x2cU + (m) * 0x10U) argument
47 #define CAL_PIX_PROC(m) (0xc0U + (m) * 0x4U) argument
63 #define CAL_WR_DMA_CTRL(m) (0x200U + (m) * 0x10U) argument
64 #define CAL_WR_DMA_ADDR(m) (0x204U + (m) * 0x10U) argument
65 #define CAL_WR_DMA_OFST(m) (0x208U + (m) * 0x10U) argument
66 #define CAL_WR_DMA_XSIZE(m) (0x20cU + (m) * 0x10U) argument
67 #define CAL_CSI2_PPI_CTRL(m) (0x300U + (m) * 0x80U) argument
[all …]
/linux/drivers/gpu/drm/v3d/
H A Dv3d_debugfs.c94 static int v3d_v3d_debugfs_regs(struct seq_file *m, void *unused) in v3d_v3d_debugfs_regs()
144 static int v3d_v3d_debugfs_ident(struct seq_file *m, void *unused) in v3d_v3d_debugfs_ident()
212 static int v3d_debugfs_bo_stats(struct seq_file *m, void *unused) in v3d_debugfs_bo_stats()
228 static int v3d_measure_clock(struct seq_file *m, void *unused) in v3d_measure_clock()
263 static int v3d_debugfs_mm(struct seq_file *m, void *unused) in v3d_debugfs_mm()
/linux/fs/xfs/
H A Dxfs_zone_info.c30 struct seq_file *m, in xfs_show_open_zone()
42 struct seq_file *m, in xfs_show_full_zone_used_distribution()
72 struct seq_file *m, in xfs_zoned_show_stats()
H A Dxfs_rtalloc.h50 # define xfs_rtalloc_reinit_frextents(m) (0) argument
63 # define xfs_rtmount_inodes(m) (((mp)->m_sb.sb_rblocks == 0)? 0 : (-ENOSYS)) argument
64 # define xfs_rtunmount_inodes(m) argument
/linux/arch/powerpc/kernel/
H A Drtas-proc.c299 static int ppc_rtas_poweron_show(struct seq_file *m, void *v) in ppc_rtas_poweron_show()
333 static int ppc_rtas_progress_show(struct seq_file *m, void *v) in ppc_rtas_progress_show()
362 static int ppc_rtas_clock_show(struct seq_file *m, void *v) in ppc_rtas_clock_show()
384 static int ppc_rtas_sensors_show(struct seq_file *m, void *v) in ppc_rtas_sensors_show()
485 static void ppc_rtas_process_sensor(struct seq_file *m, in ppc_rtas_process_sensor()
638 static void check_location(struct seq_file *m, const char *c) in check_location()
675 static void check_location_string(struct seq_file *m, const char *c) in check_location_string()
689 static void get_location_code(struct seq_file *m, struct individual_sensor *s, in get_location_code()
719 static int ppc_rtas_tone_freq_show(struct seq_file *m, void *v) in ppc_rtas_tone_freq_show()
747 static int ppc_rtas_tone_volume_show(struct seq_file *m, void *v) in ppc_rtas_tone_volume_show()
[all …]
/linux/drivers/net/wireless/realtek/rtw88/
H A Ddebug.c107 static int rtw_debugfs_single_show(struct seq_file *m, void *v) in rtw_debugfs_single_show()
167 static int rtw_debugfs_get_read_reg(struct seq_file *m, void *v) in rtw_debugfs_get_read_reg()
192 static int rtw_debugfs_get_rf_read(struct seq_file *m, void *v) in rtw_debugfs_get_rf_read()
213 static int rtw_debugfs_get_fix_rate(struct seq_file *m, void *v) in rtw_debugfs_get_fix_rate()
281 static int rtw_debugfs_get_dump_cam(struct seq_file *m, void *v) in rtw_debugfs_get_dump_cam()
307 static int rtw_debugfs_get_rsvd_page(struct seq_file *m, void *v) in rtw_debugfs_get_rsvd_page()
545 static int rtw_debug_get_mac_page(struct seq_file *m, void *v) in rtw_debug_get_mac_page()
564 static int rtw_debug_get_bb_page(struct seq_file *m, void *v) in rtw_debug_get_bb_page()
583 static int rtw_debugfs_get_rf_dump(struct seq_file *m, void *v) in rtw_debugfs_get_rf_dump()
611 static void rtw_print_cck_rate_txt(struct seq_file *m, u8 rate) in rtw_print_cck_rate_txt()
[all …]
/linux/drivers/gpu/drm/xe/
H A Dxe_migrate.c102 struct xe_migrate *m = arg; in xe_migrate_fini() local
184 static int xe_migrate_prepare_vm(struct xe_tile *tile, struct xe_migrate *m, in xe_migrate_prepare_vm()
399 struct xe_migrate *m; in xe_migrate_init() local
485 static u64 xe_migrate_res_sizes(struct xe_migrate *m, struct xe_res_cursor *cur) in xe_migrate_res_sizes()
519 static u32 pte_update_size(struct xe_migrate *m, in pte_update_size()
558 static void emit_pte(struct xe_migrate *m, in emit_pte()
695 static u64 xe_migrate_batch_base(struct xe_migrate *m, bool usm) in xe_migrate_batch_base()
700 static u32 xe_migrate_ccs_copy(struct xe_migrate *m, in xe_migrate_ccs_copy()
761 struct dma_fence *xe_migrate_copy(struct xe_migrate *m, in xe_migrate_copy()
1055 struct dma_fence *xe_migrate_clear(struct xe_migrate *m, in xe_migrate_clear()
[all …]
/linux/fs/proc/
H A Dmeminfo.c24 void __attribute__((weak)) arch_report_meminfo(struct seq_file *m) in arch_report_meminfo()
28 static void show_val_kb(struct seq_file *m, const char *s, unsigned long num) in show_val_kb()
34 static int meminfo_proc_show(struct seq_file *m, void *v) in meminfo_proc_show()
/linux/arch/arm/mach-omap2/
H A Dprm33xx.c186 u32 m; in am33xx_pwrdm_set_logic_retst() local
211 u32 v, m; in am33xx_pwrdm_read_logic_retst() local
227 u32 m; in am33xx_pwrdm_set_mem_onst() local
242 u32 m; in am33xx_pwrdm_set_mem_retst() local
256 u32 m, v; in am33xx_pwrdm_read_mem_pwrst() local
271 u32 m, v; in am33xx_pwrdm_read_mem_retst() local
/linux/drivers/gpu/drm/i915/
H A Di915_debugfs_params.c26 static int i915_param_int_show(struct seq_file *m, void *data) in i915_param_int_show()
57 struct seq_file *m = file->private_data; in i915_param_int_write() local
92 static int i915_param_uint_show(struct seq_file *m, void *data) in i915_param_uint_show()
111 struct seq_file *m = file->private_data; in i915_param_uint_write() local
155 static int i915_param_charp_show(struct seq_file *m, void *data) in i915_param_charp_show()
173 struct seq_file *m = file->private_data; in i915_param_charp_write() local
/linux/arch/powerpc/platforms/pseries/
H A DhvCall_inst.c34 static void *hc_start(struct seq_file *m, loff_t *pos) in hc_start()
42 static void *hc_next(struct seq_file *m, void *p, loff_t * pos) in hc_next()
49 static void hc_stop(struct seq_file *m, void *p) in hc_stop()
53 static int hc_show(struct seq_file *m, void *p) in hc_show()
/linux/fs/ceph/
H A Dmdsmap.c20 static int __mdsmap_get_random_mds(struct ceph_mdsmap *m, bool ignore_laggy) in __mdsmap_get_random_mds()
47 int ceph_mdsmap_get_random_mds(struct ceph_mdsmap *m) in ceph_mdsmap_get_random_mds()
122 struct ceph_mdsmap *m; in ceph_mdsmap_decode() local
411 void ceph_mdsmap_destroy(struct ceph_mdsmap *m) in ceph_mdsmap_destroy()
424 bool ceph_mdsmap_is_cluster_available(struct ceph_mdsmap *m) in ceph_mdsmap_is_cluster_available()
/linux/drivers/scsi/aic7xxx/
H A Daic79xx_proc.c93 ahd_format_transinfo(struct seq_file *m, struct ahd_transinfo *tinfo) in ahd_format_transinfo()
157 ahd_dump_target_state(struct ahd_softc *ahd, struct seq_file *m, in ahd_dump_target_state()
192 ahd_dump_device_state(struct seq_file *m, struct scsi_device *sdev) in ahd_dump_device_state()
275 ahd_linux_show_info(struct seq_file *m, struct Scsi_Host *shost) in ahd_linux_show_info()

12345678910>>...76