Home
last modified time | relevance | path

Searched defs:rec (Results 1 – 25 of 167) sorted by relevance

1234567

/Linux-v4.19/tools/perf/
Dbuiltin-record.c90 static bool switch_output_signal(struct record *rec) in switch_output_signal()
96 static bool switch_output_size(struct record *rec) in switch_output_size()
103 static bool switch_output_time(struct record *rec) in switch_output_time()
109 static int record__write(struct record *rec, void *bf, size_t size) in record__write()
129 struct record *rec = container_of(tool, struct record, tool); in process_synthesized_event() local
135 struct record *rec = to; in record__pushfn() local
176 struct record *rec = container_of(tool, struct record, tool); in record__process_auxtrace() local
209 static int record__auxtrace_mmap_read(struct record *rec, in record__auxtrace_mmap_read()
225 static int record__auxtrace_mmap_read_snapshot(struct record *rec, in record__auxtrace_mmap_read_snapshot()
242 static int record__auxtrace_read_snapshot_all(struct record *rec) in record__auxtrace_read_snapshot_all()
[all …]
/Linux-v4.19/sound/isa/sb/
Demu8000_pcm.c184 static inline int emu8k_get_curpos(struct snd_emu8k_pcm *rec, int ch) in emu8k_get_curpos()
198 struct snd_emu8k_pcm *rec = from_timer(rec, t, timer); in emu8k_pcm_timer_func() local
232 struct snd_emu8k_pcm *rec; in emu8k_pcm_open() local
259 struct snd_emu8k_pcm *rec = subs->runtime->private_data; in emu8k_pcm_close() local
282 static void setup_voice(struct snd_emu8k_pcm *rec, int ch) in setup_voice()
335 static void start_voice(struct snd_emu8k_pcm *rec, int ch) in start_voice()
370 static void stop_voice(struct snd_emu8k_pcm *rec, int ch) in stop_voice()
388 struct snd_emu8k_pcm *rec = subs->runtime->private_data; in emu8k_pcm_trigger() local
448 #define LOOP_WRITE(rec, offset, _buf, count, mode) \ argument
468 struct snd_emu8k_pcm *rec = subs->runtime->private_data; in emu8k_pcm_copy() local
[all …]
/Linux-v4.19/sound/drivers/
Dpcm-indirect2.c41 struct snd_pcm_indirect2 *rec) in snd_pcm_indirect2_stat()
137 struct snd_pcm_indirect2 *rec, in snd_pcm_indirect2_increase_min_periods()
233 struct snd_pcm_indirect2 *rec) in snd_pcm_indirect2_pointer()
246 struct snd_pcm_indirect2 *rec, in snd_pcm_indirect2_playback_transfer()
375 struct snd_pcm_indirect2 *rec, in snd_pcm_indirect2_playback_interrupt()
414 struct snd_pcm_indirect2 *rec, in snd_pcm_indirect2_capture_transfer()
538 struct snd_pcm_indirect2 *rec, in snd_pcm_indirect2_capture_interrupt()
/Linux-v4.19/sound/core/seq/oss/
Dseq_oss_synth.c106 struct seq_oss_synth *rec; in snd_seq_oss_synth_probe() local
157 struct seq_oss_synth *rec = dev->driver_data; in snd_seq_oss_synth_remove() local
196 struct seq_oss_synth *rec; in get_sdev() local
216 struct seq_oss_synth *rec; in snd_seq_oss_synth_setup() local
309 struct seq_oss_synth *rec; in snd_seq_oss_synth_cleanup() local
358 struct seq_oss_synth *rec; in get_synthdev() local
405 struct seq_oss_synth *rec; in snd_seq_oss_synth_reset() local
457 struct seq_oss_synth *rec; in snd_seq_oss_synth_load_patch() local
484 struct seq_oss_synth *rec; in snd_seq_oss_synth_info() local
578 struct seq_oss_synth *rec; in snd_seq_oss_synth_ioctl() local
[all …]
Dseq_oss_rw.c49 union evrec rec; in snd_seq_oss_read() local
100 union evrec rec; in snd_seq_oss_write() local
164 insert_queue(struct seq_oss_devinfo *dp, union evrec *rec, struct file *opt) in insert_queue()
Dseq_oss_timer.c48 struct seq_oss_timer *rec; in snd_seq_oss_timer_new() local
71 snd_seq_oss_timer_delete(struct seq_oss_timer *rec) in snd_seq_oss_timer_delete()
86 snd_seq_oss_process_timer_event(struct seq_oss_timer *rec, union evrec *ev) in snd_seq_oss_process_timer_event()
/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/
Damdgpu_i2c.c43 struct amdgpu_i2c_bus_rec *rec = &i2c->rec; in amdgpu_i2c_pre_xfer() local
85 struct amdgpu_i2c_bus_rec *rec = &i2c->rec; in amdgpu_i2c_post_xfer() local
104 struct amdgpu_i2c_bus_rec *rec = &i2c->rec; in amdgpu_i2c_get_clock() local
119 struct amdgpu_i2c_bus_rec *rec = &i2c->rec; in amdgpu_i2c_get_data() local
133 struct amdgpu_i2c_bus_rec *rec = &i2c->rec; in amdgpu_i2c_set_clock() local
146 struct amdgpu_i2c_bus_rec *rec = &i2c->rec; in amdgpu_i2c_set_data() local
161 const struct amdgpu_i2c_bus_rec *rec, in amdgpu_i2c_create()
252 const struct amdgpu_i2c_bus_rec *rec, in amdgpu_i2c_add()
/Linux-v4.19/drivers/gpu/drm/radeon/
Dradeon_i2c.c94 struct radeon_i2c_bus_rec *rec = &i2c->rec; in pre_xfer() local
164 struct radeon_i2c_bus_rec *rec = &i2c->rec; in post_xfer() local
183 struct radeon_i2c_bus_rec *rec = &i2c->rec; in get_clock() local
198 struct radeon_i2c_bus_rec *rec = &i2c->rec; in get_data() local
212 struct radeon_i2c_bus_rec *rec = &i2c->rec; in set_clock() local
225 struct radeon_i2c_bus_rec *rec = &i2c->rec; in set_data() local
331 struct radeon_i2c_bus_rec *rec = &i2c->rec; in r100_hw_i2c_xfer() local
584 struct radeon_i2c_bus_rec *rec = &i2c->rec; in r500_hw_i2c_xfer() local
817 struct radeon_i2c_bus_rec *rec = &i2c->rec; in radeon_hw_i2c_xfer() local
909 struct radeon_i2c_bus_rec *rec, in radeon_i2c_create()
[all …]
/Linux-v4.19/arch/x86/kernel/
Dftrace.c139 struct dyn_ftrace *rec, unsigned long addr) in ftrace_make_nop()
165 int ftrace_make_call(struct dyn_ftrace *rec, unsigned long addr) in ftrace_make_call()
222 int ftrace_modify_call(struct dyn_ftrace *rec, unsigned long old_addr, in ftrace_modify_call()
330 static int add_brk_on_call(struct dyn_ftrace *rec, unsigned long addr) in add_brk_on_call()
341 static int add_brk_on_nop(struct dyn_ftrace *rec) in add_brk_on_nop()
350 static int add_breakpoints(struct dyn_ftrace *rec, int enable) in add_breakpoints()
383 static int remove_breakpoint(struct dyn_ftrace *rec) in remove_breakpoint()
440 static int add_update_call(struct dyn_ftrace *rec, unsigned long addr) in add_update_call()
449 static int add_update_nop(struct dyn_ftrace *rec) in add_update_nop()
458 static int add_update(struct dyn_ftrace *rec, int enable) in add_update()
[all …]
/Linux-v4.19/sound/ppc/
Dpmac.c63 static int snd_pmac_dbdma_alloc(struct snd_pmac *chip, struct pmac_dbdma *rec, int size) in snd_pmac_dbdma_alloc()
79 static void snd_pmac_dbdma_free(struct snd_pmac *chip, struct pmac_dbdma *rec) in snd_pmac_dbdma_free()
97 unsigned int snd_pmac_rate_index(struct snd_pmac *chip, struct pmac_stream *rec, unsigned int rate) in snd_pmac_rate_index()
161 snd_pmac_wait_ack(struct pmac_stream *rec) in snd_pmac_wait_ack()
184 static inline void snd_pmac_dma_stop(struct pmac_stream *rec) in snd_pmac_dma_stop()
193 static inline void snd_pmac_dma_set_command(struct pmac_stream *rec, struct pmac_dbdma *cmd) in snd_pmac_dma_set_command()
201 static inline void snd_pmac_dma_run(struct pmac_stream *rec, int status) in snd_pmac_dma_run()
210 static int snd_pmac_pcm_prepare(struct snd_pmac *chip, struct pmac_stream *rec, struct snd_pcm_subs… in snd_pmac_pcm_prepare()
274 static int snd_pmac_pcm_trigger(struct snd_pmac *chip, struct pmac_stream *rec, in snd_pmac_pcm_trigger()
322 struct pmac_stream *rec, in snd_pmac_pcm_pointer()
[all …]
/Linux-v4.19/include/linux/
Dpstore.h228 pstore_ftrace_encode_cpu(struct pstore_ftrace_record *rec, unsigned int cpu) in pstore_ftrace_encode_cpu()
234 pstore_ftrace_decode_cpu(struct pstore_ftrace_record *rec) in pstore_ftrace_decode_cpu()
240 pstore_ftrace_read_timestamp(struct pstore_ftrace_record *rec) in pstore_ftrace_read_timestamp()
246 pstore_ftrace_write_timestamp(struct pstore_ftrace_record *rec, u64 val) in pstore_ftrace_write_timestamp()
252 pstore_ftrace_encode_cpu(struct pstore_ftrace_record *rec, unsigned int cpu) in pstore_ftrace_encode_cpu()
259 pstore_ftrace_decode_cpu(struct pstore_ftrace_record *rec) in pstore_ftrace_decode_cpu()
265 pstore_ftrace_read_timestamp(struct pstore_ftrace_record *rec) in pstore_ftrace_read_timestamp()
271 pstore_ftrace_write_timestamp(struct pstore_ftrace_record *rec, u64 val) in pstore_ftrace_write_timestamp()
/Linux-v4.19/arch/arm/kernel/
Dftrace.c56 static unsigned long ftrace_nop_replace(struct dyn_ftrace *rec) in ftrace_nop_replace()
61 static unsigned long adjust_address(struct dyn_ftrace *rec, unsigned long addr) in adjust_address()
74 static unsigned long ftrace_nop_replace(struct dyn_ftrace *rec) in ftrace_nop_replace()
79 static unsigned long adjust_address(struct dyn_ftrace *rec, unsigned long addr) in adjust_address()
165 int ftrace_make_call(struct dyn_ftrace *rec, unsigned long addr) in ftrace_make_call()
179 int ftrace_modify_call(struct dyn_ftrace *rec, unsigned long old_addr, in ftrace_modify_call()
195 struct dyn_ftrace *rec, unsigned long addr) in ftrace_make_nop()
/Linux-v4.19/arch/powerpc/kernel/trace/
Dftrace.c110 struct dyn_ftrace *rec, unsigned long addr) in __ftrace_make_nop()
204 struct dyn_ftrace *rec, unsigned long addr) in __ftrace_make_nop()
274 struct dyn_ftrace *rec, unsigned long addr) in ftrace_make_nop()
356 __ftrace_make_call(struct dyn_ftrace *rec, unsigned long addr)
420 __ftrace_make_call(struct dyn_ftrace *rec, unsigned long addr)
459 int ftrace_make_call(struct dyn_ftrace *rec, unsigned long addr)
497 __ftrace_modify_call(struct dyn_ftrace *rec, unsigned long old_addr,
590 int ftrace_modify_call(struct dyn_ftrace *rec, unsigned long old_addr,
/Linux-v4.19/drivers/s390/scsi/
Dzfcp_dbf.c74 struct zfcp_dbf_hba *rec = &dbf->hba_buf; in zfcp_dbf_hba_fsf_res() local
116 struct zfcp_dbf_hba *rec = &dbf->hba_buf; in zfcp_dbf_hba_fsf_uss() local
162 struct zfcp_dbf_hba *rec = &dbf->hba_buf; in zfcp_dbf_hba_bit_err() local
232 struct zfcp_dbf_hba *rec = &dbf->hba_buf; in zfcp_dbf_hba_basic() local
249 static void zfcp_dbf_set_common(struct zfcp_dbf_rec *rec, in zfcp_dbf_set_common()
283 struct zfcp_dbf_rec *rec = &dbf->rec_buf; in zfcp_dbf_rec_trig() local
344 struct zfcp_dbf_rec *rec = &dbf->rec_buf; in zfcp_dbf_rec_run_lvl() local
394 struct zfcp_dbf_rec *rec = &dbf->rec_buf; in zfcp_dbf_rec_run_wka() local
427 struct zfcp_dbf_san *rec = &dbf->san_buf; in zfcp_dbf_san() local
617 struct zfcp_dbf_scsi *rec = &dbf->scsi_buf; in zfcp_dbf_scsi_common() local
[all …]
/Linux-v4.19/fs/xfs/libxfs/
Dxfs_ialloc.c75 union xfs_btree_rec rec; in xfs_inobt_update() local
94 union xfs_btree_rec *rec, in xfs_inobt_btrec_to_irec()
126 union xfs_btree_rec *rec; in xfs_inobt_get_rec() local
241 xfs_inobt_rec_incore_t rec; in xfs_check_agi_freecount() local
550 struct xfs_inobt_rec_incore rec; in xfs_inobt_insert_sprec() local
636 struct xfs_inobt_rec_incore rec; in xfs_ialloc_ag_alloc() local
1057 xfs_inobt_rec_incore_t *rec, in xfs_ialloc_next_rec()
1086 xfs_inobt_rec_incore_t *rec, in xfs_ialloc_get_rec()
1113 struct xfs_inobt_rec_incore *rec) in xfs_inobt_first_free_inode()
1144 struct xfs_inobt_rec_incore rec, trec; in xfs_dialloc_ag_inobt() local
[all …]
Dxfs_alloc_btree.c113 union xfs_btree_rec *rec, in xfs_allocbt_update_lastrec()
188 union xfs_btree_rec *rec) in xfs_allocbt_init_key_from_rec()
197 union xfs_btree_rec *rec) in xfs_bnobt_init_high_key_from_rec()
210 union xfs_btree_rec *rec) in xfs_cntbt_init_high_key_from_rec()
219 union xfs_btree_rec *rec) in xfs_allocbt_init_rec_from_cur()
242 xfs_alloc_rec_incore_t *rec = &cur->bc_rec.a; in xfs_bnobt_key_diff() local
253 xfs_alloc_rec_incore_t *rec = &cur->bc_rec.a; in xfs_cntbt_key_diff() local
/Linux-v4.19/fs/hfs/
Dbrec.c19 u16 hfs_brec_lenoff(struct hfs_bnode *node, u16 rec, u16 *off) in hfs_brec_lenoff()
31 u16 hfs_brec_keylen(struct hfs_bnode *node, u16 rec) in hfs_brec_keylen()
69 int size, key_len, rec; in hfs_brec_insert() local
357 int rec, rec_off, end_rec_off; in hfs_brec_update_parent() local
457 int key_size, rec; in hfs_btree_inc_height() local
Dinode.c290 hfs_cat_rec *rec; member
296 hfs_cat_rec *rec; in hfs_test_inode() local
317 hfs_cat_rec *rec; in hfs_read_inode() local
384 struct inode *hfs_iget(struct super_block *sb, struct hfs_cat_key *key, hfs_cat_rec *rec) in hfs_iget()
422 hfs_cat_rec rec; in hfs_write_inode() local
510 hfs_cat_rec rec; in hfs_file_lookup() local
/Linux-v4.19/fs/hfsplus/
Dbrec.c20 u16 hfs_brec_lenoff(struct hfs_bnode *node, u16 rec, u16 *off) in hfs_brec_lenoff()
32 u16 hfs_brec_keylen(struct hfs_bnode *node, u16 rec) in hfs_brec_keylen()
67 int size, key_len, rec; in hfs_brec_insert() local
361 int rec, rec_off, end_rec_off; in hfs_brec_update_parent() local
461 int key_size, rec; in hfs_btree_inc_height() local
/Linux-v4.19/samples/bpf/
Dxdp_redirect_cpu_kern.c205 struct datarec *rec; in xdp_prognum0_no_touch() local
236 struct datarec *rec; in xdp_prognum1_touch_data() local
279 struct datarec *rec; in xdp_prognum2_round_robin() local
328 struct datarec *rec; in xdp_prognum3_proto_separate() local
396 struct datarec *rec; in xdp_prognum4_ddos_filter_pktgen() local
516 struct datarec *rec; in xdp_prognum5_lb_hash_ip_pairs() local
595 struct datarec *rec; in xdp_redirect_collect_stat() local
640 struct datarec *rec; in trace_xdp_exception() local
668 struct datarec *rec; in trace_xdp_cpumap_enqueue() local
707 struct datarec *rec; in trace_xdp_cpumap_kthread() local
Dxdp_monitor_user.c148 static bool map_collect_record(int fd, __u32 key, struct record *rec) in map_collect_record()
185 static bool map_collect_record_u64(int fd, __u32 key, struct record_u64 *rec) in map_collect_record_u64()
311 struct record_u64 *rec, *prev; in stats_print() local
336 struct record_u64 *rec, *prev; in stats_print() local
363 struct record *rec, *prev; in stats_print() local
402 struct record *rec, *prev; in stats_print() local
434 struct record *rec, *prev; in stats_print() local
477 static bool stats_collect(struct stats_record *rec) in stats_collect()
526 struct stats_record *rec; in alloc_stats_record() local
587 struct stats_record *rec, *prev; in stats_poll() local
/Linux-v4.19/include/sound/
Dpcm-indirect.h48 struct snd_pcm_indirect *rec, in snd_pcm_indirect_playback_transfer()
96 struct snd_pcm_indirect *rec, unsigned int ptr) in snd_pcm_indirect_playback_pointer()
117 struct snd_pcm_indirect *rec, in snd_pcm_indirect_capture_transfer()
164 struct snd_pcm_indirect *rec, unsigned int ptr) in snd_pcm_indirect_capture_pointer()
/Linux-v4.19/fs/ocfs2/
Dextent_map.c229 struct ocfs2_extent_rec *rec) in ocfs2_extent_map_insert_rec()
335 struct ocfs2_extent_rec *rec; in ocfs2_search_for_hole_index() local
421 struct ocfs2_extent_rec *rec; in ocfs2_get_clusters_nocache() local
532 struct ocfs2_extent_rec *rec, in ocfs2_relative_extent_offsets()
553 struct ocfs2_extent_rec *rec; in ocfs2_xattr_get_clusters() local
618 struct ocfs2_extent_rec rec; in ocfs2_get_clusters() local
761 struct ocfs2_extent_rec rec; in ocfs2_fiemap() local
843 struct ocfs2_extent_rec rec; in ocfs2_overwrite_io() local
889 struct ocfs2_extent_rec rec; in ocfs2_seek_data_hole_offset() local
/Linux-v4.19/include/rdma/
Dib_sa.h219 sa_conv_pathrec_to_gid_type(struct sa_path_rec *rec) in sa_conv_pathrec_to_gid_type()
476 struct ib_sa_mcmember_rec rec; member
587 static inline bool sa_path_is_roce(struct sa_path_rec *rec) in sa_path_is_roce()
593 static inline bool sa_path_is_opa(struct sa_path_rec *rec) in sa_path_is_opa()
598 static inline void sa_path_set_slid(struct sa_path_rec *rec, u32 slid) in sa_path_set_slid()
606 static inline void sa_path_set_dlid(struct sa_path_rec *rec, u32 dlid) in sa_path_set_dlid()
614 static inline void sa_path_set_raw_traffic(struct sa_path_rec *rec, in sa_path_set_raw_traffic()
623 static inline __be32 sa_path_get_slid(struct sa_path_rec *rec) in sa_path_get_slid()
632 static inline __be32 sa_path_get_dlid(struct sa_path_rec *rec) in sa_path_get_dlid()
641 static inline u8 sa_path_get_raw_traffic(struct sa_path_rec *rec) in sa_path_get_raw_traffic()
[all …]
/Linux-v4.19/arch/s390/kernel/
Dftrace.c100 int ftrace_modify_call(struct dyn_ftrace *rec, unsigned long old_addr, in ftrace_modify_call()
106 int ftrace_make_nop(struct module *mod, struct dyn_ftrace *rec, in ftrace_make_nop()
139 int ftrace_make_call(struct dyn_ftrace *rec, unsigned long addr) in ftrace_make_call()

1234567