Home
last modified time | relevance | path

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

1234567

/linux/drivers/net/ethernet/aquantia/atlantic/macsec/
H A Dmacsec_api.c263 const struct aq_mss_ingress_prectlf_record *rec, in set_ingress_prectlf_record()
287 const struct aq_mss_ingress_prectlf_record *rec, in aq_mss_set_ingress_prectlf_record()
295 struct aq_mss_ingress_prectlf_record *rec, in get_ingress_prectlf_record()
341 struct aq_mss_ingress_prectlf_record *rec, in aq_mss_get_ingress_prectlf_record()
352 const struct aq_mss_ingress_preclass_record *rec, in set_ingress_preclass_record()
437 const struct aq_mss_ingress_preclass_record *rec, in aq_mss_set_ingress_preclass_record()
450 struct aq_mss_ingress_preclass_record *rec, in get_ingress_preclass_record()
549 struct aq_mss_ingress_preclass_record *rec, in aq_mss_get_ingress_preclass_record()
559 const struct aq_mss_ingress_sc_record *rec, in set_ingress_sc_record()
599 const struct aq_mss_ingress_sc_record *rec, in aq_mss_set_ingress_sc_record()
[all …]
/linux/tools/perf/
H A Dbuiltin-record.c115 struct record *rec; member
218 static int record__threads_enabled(struct record *rec) in record__threads_enabled()
223 static bool switch_output_signal(struct record *rec) in switch_output_signal()
229 static bool switch_output_size(struct record *rec) in switch_output_size()
236 static bool switch_output_time(struct record *rec) in switch_output_time()
242 static u64 record__bytes_written(struct record *rec) in record__bytes_written()
247 static bool record__output_max_size_exceeded(struct record *rec) in record__output_max_size_exceeded()
253 static int record__write(struct record *rec, struct mmap *map __maybe_unused, in record__write()
399 struct record *rec; member
453 static int record__aio_push(struct record *rec, struct mmap *map, off_t *off) in record__aio_push()
[all …]
/linux/arch/powerpc/kernel/trace/
H A Dftrace.c132 static unsigned long ftrace_get_ool_stub(struct dyn_ftrace *rec) in ftrace_get_ool_stub()
141 static int ftrace_get_call_inst(struct dyn_ftrace *rec, unsigned long addr, ppc_inst_t *call_inst) in ftrace_get_call_inst()
180 static int ftrace_init_ool_stub(struct module *mod, struct dyn_ftrace *rec) in ftrace_init_ool_stub()
280 static const struct ftrace_ops *powerpc_rec_get_ops(struct dyn_ftrace *rec) in powerpc_rec_get_ops()
295 static int ftrace_rec_set_ops(struct dyn_ftrace *rec, const struct ftrace_ops *ops) in ftrace_rec_set_ops()
305 static int ftrace_rec_set_nop_ops(struct dyn_ftrace *rec) in ftrace_rec_set_nop_ops()
310 static int ftrace_rec_update_ops(struct dyn_ftrace *rec) in ftrace_rec_update_ops()
315 static int ftrace_rec_set_nop_ops(struct dyn_ftrace *rec) { return 0; } in ftrace_rec_set_nop_ops()
316 static int ftrace_rec_update_ops(struct dyn_ftrace *rec) { return 0; } in ftrace_rec_update_ops()
320 int ftrace_modify_call(struct dyn_ftrace *rec, unsigned long old_addr, unsigned long addr) in ftrace_modify_call()
[all …]
/linux/arch/riscv/kernel/
H A Dftrace.c81 static const struct ftrace_ops *riscv64_rec_get_ops(struct dyn_ftrace *rec) in riscv64_rec_get_ops()
96 static int ftrace_rec_set_ops(const struct dyn_ftrace *rec, const struct ftrace_ops *ops) in ftrace_rec_set_ops()
103 static int ftrace_rec_set_nop_ops(struct dyn_ftrace *rec) in ftrace_rec_set_nop_ops()
108 static int ftrace_rec_update_ops(struct dyn_ftrace *rec) in ftrace_rec_update_ops()
113 static int ftrace_rec_set_nop_ops(struct dyn_ftrace *rec) { return 0; } in ftrace_rec_set_nop_ops()
114 static int ftrace_rec_update_ops(struct dyn_ftrace *rec) { return 0; } in ftrace_rec_update_ops()
117 int ftrace_make_call(struct dyn_ftrace *rec, unsigned long addr) in ftrace_make_call()
134 int ftrace_make_nop(struct module *mod, struct dyn_ftrace *rec, unsigned long addr) in ftrace_make_nop()
156 int ftrace_init_nop(struct module *mod, struct dyn_ftrace *rec) in ftrace_init_nop()
212 int ftrace_modify_call(struct dyn_ftrace *rec, unsigned long old_addr, in ftrace_modify_call()
/linux/drivers/ras/amd/
H A Dfmpm.c170 #define for_each_fru(i, rec) \ argument
173 static inline u32 get_fmp_len(struct fru_rec *rec) in get_fmp_len()
180 struct fru_rec *rec; in get_fru_record() local
215 static int update_record_on_storage(struct fru_rec *rec) in update_record_on_storage()
242 static bool rec_has_valid_entries(struct fru_rec *rec) in rec_has_valid_entries()
283 static bool rec_has_fpd(struct fru_rec *rec, struct cper_fru_poison_desc *fpd) in rec_has_fpd()
299 static void save_spa(struct fru_rec *rec, unsigned int entry, in save_spa()
347 static void update_fru_record(struct fru_rec *rec, struct mce *m) in update_fru_record()
411 struct fru_rec *rec; in fru_handle_mem_poison() local
436 static void retire_mem_fmp(struct fru_rec *rec) in retire_mem_fmp()
[all …]
/linux/tools/testing/selftests/net/bench/page_pool/
H A Dbench_page_pool_simple.c47 static int time_bench_for_loop(struct time_bench_record *rec, void *data) in time_bench_for_loop()
62 static int time_bench_atomic_inc(struct time_bench_record *rec, void *data) in time_bench_atomic_inc()
85 static int time_bench_lock(struct time_bench_record *rec, void *data) in time_bench_lock()
126 static int time_bench_page_pool(struct time_bench_record *rec, void *data, in time_bench_page_pool()
196 static int time_bench_page_pool01_fast_path(struct time_bench_record *rec, in time_bench_page_pool01_fast_path()
202 static int time_bench_page_pool02_ptr_ring(struct time_bench_record *rec, in time_bench_page_pool02_ptr_ring()
208 static int time_bench_page_pool03_slow(struct time_bench_record *rec, in time_bench_page_pool03_slow()
/linux/drivers/gpu/drm/radeon/
H A Dradeon_i2c.c89 struct radeon_i2c_bus_rec *rec = &i2c->rec; in pre_xfer() local
159 struct radeon_i2c_bus_rec *rec = &i2c->rec; in post_xfer() local
178 struct radeon_i2c_bus_rec *rec = &i2c->rec; in get_clock() local
193 struct radeon_i2c_bus_rec *rec = &i2c->rec; in get_data() local
207 struct radeon_i2c_bus_rec *rec = &i2c->rec; in set_clock() local
220 struct radeon_i2c_bus_rec *rec = &i2c->rec; in set_data() local
326 struct radeon_i2c_bus_rec *rec = &i2c->rec; in r100_hw_i2c_xfer() local
579 struct radeon_i2c_bus_rec *rec = &i2c->rec; in r500_hw_i2c_xfer() local
812 struct radeon_i2c_bus_rec *rec = &i2c->rec; in radeon_hw_i2c_xfer() local
904 struct radeon_i2c_bus_rec *rec, in radeon_i2c_create()
[all …]
/linux/include/linux/
H A Dpstore.h240 pstore_ftrace_encode_cpu(struct pstore_ftrace_record *rec, unsigned int cpu) in pstore_ftrace_encode_cpu()
246 pstore_ftrace_decode_cpu(struct pstore_ftrace_record *rec) in pstore_ftrace_decode_cpu()
252 pstore_ftrace_read_timestamp(struct pstore_ftrace_record *rec) in pstore_ftrace_read_timestamp()
258 pstore_ftrace_write_timestamp(struct pstore_ftrace_record *rec, u64 val) in pstore_ftrace_write_timestamp()
264 pstore_ftrace_encode_cpu(struct pstore_ftrace_record *rec, unsigned int cpu) in pstore_ftrace_encode_cpu()
271 pstore_ftrace_decode_cpu(struct pstore_ftrace_record *rec) in pstore_ftrace_decode_cpu()
277 pstore_ftrace_read_timestamp(struct pstore_ftrace_record *rec) in pstore_ftrace_read_timestamp()
283 pstore_ftrace_write_timestamp(struct pstore_ftrace_record *rec, u64 val) in pstore_ftrace_write_timestamp()
H A Dihex.h31 __ihex_next_binrec(const struct ihex_binrec *rec) in __ihex_next_binrec()
39 ihex_next_binrec(const struct ihex_binrec *rec) in ihex_next_binrec()
49 const struct ihex_binrec *end, *rec; in ihex_validate_fw() local
/linux/arch/s390/kernel/
H A Dftrace.c76 int ftrace_init_nop(struct module *mod, struct dyn_ftrace *rec) in ftrace_init_nop()
128 static struct ftrace_hotpatch_trampoline *ftrace_get_trampoline(struct dyn_ftrace *rec) in ftrace_get_trampoline()
172 static int ftrace_modify_trampoline_call(struct dyn_ftrace *rec, in ftrace_modify_trampoline_call()
190 int ftrace_modify_call(struct dyn_ftrace *rec, unsigned long old_addr, in ftrace_modify_call()
214 int ftrace_make_nop(struct module *mod, struct dyn_ftrace *rec, in ftrace_make_nop()
224 static int ftrace_make_trampoline_call(struct dyn_ftrace *rec, unsigned long addr) in ftrace_make_trampoline_call()
236 int ftrace_make_call(struct dyn_ftrace *rec, unsigned long addr) in ftrace_make_call()
/linux/fs/xfs/scrub/
H A Drcbag_btree.c25 const union xfs_btree_rec *rec) in rcbagbt_init_key_from_rec()
40 union xfs_btree_rec *rec) in rcbagbt_init_rec_from_cur()
55 struct rcbag_rec *rec = (struct rcbag_rec *)&cur->bc_rec; in rcbagbt_cmp_key_with_cur() local
303 struct rcbag_rec *rec = (struct rcbag_rec *)&cur->bc_rec; in rcbagbt_lookup_eq() local
315 struct rcbag_rec *rec, in rcbagbt_get_rec()
333 const struct rcbag_rec *rec) in rcbagbt_update()
345 const struct rcbag_rec *rec, in rcbagbt_insert()
H A Dbmap_repair.c193 const struct xfs_rmap_irec *rec) in xrep_bmap_check_fork_rmap()
245 const struct xfs_rmap_irec *rec, in xrep_bmap_walk_rmap()
333 struct xfs_bmbt_rec rec; in xrep_bmap_sort_records() local
377 const struct xfs_rmap_irec *rec) in xrep_bmap_check_rtfork_rmap()
409 const struct xfs_rmap_irec *rec, in xrep_bmap_walk_rtrmap()
567 struct xfs_bmbt_rec rec; in xrep_bmap_get_records() local
664 struct xfs_bmbt_rec rec; in xrep_bmap_extents_load() local
/linux/fs/xfs/libxfs/
H A Dxfs_ialloc.c59 union xfs_btree_rec rec; in xfs_inobt_update() local
78 const union xfs_btree_rec *rec, in xfs_inobt_btrec_to_irec()
164 union xfs_btree_rec *rec; in xfs_inobt_get_rec() local
256 xfs_inobt_rec_incore_t rec; in xfs_check_agi_freecount() local
560 struct xfs_inobt_rec_incore rec; in xfs_inobt_insert_sprec() local
707 struct xfs_inobt_rec_incore rec; in xfs_ialloc_ag_alloc() local
982 xfs_inobt_rec_incore_t *rec, in xfs_ialloc_next_rec()
1014 xfs_inobt_rec_incore_t *rec, in xfs_ialloc_get_rec()
1044 struct xfs_inobt_rec_incore *rec) in xfs_inobt_first_free_inode()
1101 struct xfs_inobt_rec_incore rec, trec; in xfs_dialloc_ag_inobt() local
[all …]
H A Dxfs_alloc_btree.c137 const union xfs_btree_rec *rec) in xfs_allocbt_init_key_from_rec()
146 const union xfs_btree_rec *rec) in xfs_bnobt_init_high_key_from_rec()
159 const union xfs_btree_rec *rec) in xfs_cntbt_init_high_key_from_rec()
168 union xfs_btree_rec *rec) in xfs_allocbt_init_rec_from_cur()
194 struct xfs_alloc_rec_incore *rec = &cur->bc_rec.a; in xfs_bnobt_cmp_key_with_cur() local
206 struct xfs_alloc_rec_incore *rec = &cur->bc_rec.a; in xfs_cntbt_cmp_key_with_cur() local
/linux/samples/bpf/
H A Dxdp_sample.bpf.c70 struct datarec *rec; in xdp_redirect_collect_stat() local
132 struct datarec *rec; in BPF_PROG() local
159 struct datarec *rec; in BPF_PROG() local
185 struct datarec *rec; in BPF_PROG() local
209 struct datarec *rec; in BPF_PROG() local
241 struct datarec *rec; in BPF_PROG() local
H A Dxdp_sample_user.c340 static void map_collect_percpu(struct datarec *values, struct record *rec) in map_collect_percpu()
380 static int map_collect_percpu_devmap(int map_fd, struct stats_record *rec) in map_collect_percpu_devmap()
450 struct stats_record *rec; in alloc_stats_record() local
652 struct record *rec, *prev; in stats_get_rx_cnt() local
695 struct record *rec, *prev; in stats_get_cpumap_enqueue() local
750 struct record *rec, *prev; in stats_get_cpumap_remote() local
788 struct record *rec, *prev; in stats_get_cpumap_kthread() local
827 struct record *rec, *prev; in stats_get_redirect_cnt() local
859 struct record *rec, *prev; in stats_get_redirect_err_cnt() local
909 struct record *rec, *prev; in stats_get_exception_cnt() local
[all …]
/linux/fs/ocfs2/
H A Dextent_map.c214 struct ocfs2_extent_rec *rec) in ocfs2_extent_map_insert_rec()
320 struct ocfs2_extent_rec *rec; in ocfs2_search_for_hole_index() local
406 struct ocfs2_extent_rec *rec; in ocfs2_get_clusters_nocache() local
527 struct ocfs2_extent_rec *rec, in ocfs2_relative_extent_offsets()
548 struct ocfs2_extent_rec *rec; in ocfs2_xattr_get_clusters() local
612 struct ocfs2_extent_rec rec; in ocfs2_get_clusters() local
759 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/include/sound/
H A Dpcm-indirect.h35 struct snd_pcm_indirect *rec, in snd_pcm_indirect_playback_transfer()
83 struct snd_pcm_indirect *rec, unsigned int ptr) in snd_pcm_indirect_playback_pointer()
109 struct snd_pcm_indirect *rec, in snd_pcm_indirect_capture_transfer()
156 struct snd_pcm_indirect *rec, unsigned int ptr) in snd_pcm_indirect_capture_pointer()
/linux/sound/core/seq/oss/
H A Dseq_oss_rw.c36 union evrec rec; in snd_seq_oss_read() local
87 union evrec rec; in snd_seq_oss_write() local
152 insert_queue(struct seq_oss_devinfo *dp, union evrec *rec, struct file *opt) in insert_queue()
H A Dseq_oss_timer.c35 struct seq_oss_timer *rec; in snd_seq_oss_timer_new() local
58 snd_seq_oss_timer_delete(struct seq_oss_timer *rec) in snd_seq_oss_timer_delete()
73 snd_seq_oss_process_timer_event(struct seq_oss_timer *rec, union evrec *ev) in snd_seq_oss_process_timer_event()
/linux/drivers/infiniband/hw/mlx4/
H A Dalias_GUID.c196 struct mlx4_sriov_alias_guid_info_rec_det *rec; in mlx4_ib_notify_slaves_on_guid_change() local
295 struct mlx4_sriov_alias_guid_info_rec_det *rec; in aliasguid_query_handler() local
486 struct mlx4_next_alias_guid_work *rec) in set_guid_rec()
649 struct mlx4_sriov_alias_guid_info_rec_det *rec = in set_required_record() local
695 struct mlx4_sriov_alias_guid_info_rec_det rec; in get_low_record_time_index() local
723 struct mlx4_next_alias_guid_work *rec) in get_next_record_to_update()
747 struct mlx4_next_alias_guid_work *rec; in alias_guid_work() local
/linux/kernel/trace/
H A Dftrace.c459 struct ftrace_profile *rec = v; in function_stat_next() local
538 struct ftrace_profile *rec = v; in function_stat_show() local
739 struct ftrace_profile *rec; ftrace_find_profiled_func() local
758 ftrace_add_profile(struct ftrace_profile_stat * stat,struct ftrace_profile * rec) ftrace_add_profile() argument
772 struct ftrace_profile *rec = NULL; ftrace_profile_alloc() local
807 struct ftrace_profile *rec; function_profile_call() local
875 struct ftrace_profile *rec; profile_graph_return() local
1592 do_for_each_ftrace_rec(pg,rec) global() argument
1606 const struct dyn_ftrace *rec = b; ftrace_cmp_recs() local
1618 struct dyn_ftrace *rec = NULL; lookup_rec() local
1652 struct dyn_ftrace *rec; ftrace_location_range() local
1712 test_rec_ops_needs_regs(struct dyn_ftrace * rec) test_rec_ops_needs_regs() argument
1738 skip_record(struct dyn_ftrace * rec) skip_record() argument
1766 struct dyn_ftrace *rec; __ftrace_hash_rec_update() local
2004 struct dyn_ftrace *rec, *end = NULL; __ftrace_hash_update_ipmodify() local
2194 ftrace_bug(int failed,struct dyn_ftrace * rec) ftrace_bug() argument
2251 ftrace_check_record(struct dyn_ftrace * rec,bool enable,bool update) ftrace_check_record() argument
2428 ftrace_update_record(struct dyn_ftrace * rec,bool enable) ftrace_update_record() argument
2442 ftrace_test_record(struct dyn_ftrace * rec,bool enable) ftrace_test_record() argument
2448 ftrace_find_tramp_ops_any(struct dyn_ftrace * rec) ftrace_find_tramp_ops_any() argument
2466 ftrace_find_tramp_ops_any_other(struct dyn_ftrace * rec,struct ftrace_ops * op_exclude) ftrace_find_tramp_ops_any_other() argument
2484 ftrace_find_tramp_ops_next(struct dyn_ftrace * rec,struct ftrace_ops * op) ftrace_find_tramp_ops_next() argument
2502 ftrace_find_tramp_ops_curr(struct dyn_ftrace * rec) ftrace_find_tramp_ops_curr() argument
2572 ftrace_find_tramp_ops_new(struct dyn_ftrace * rec) ftrace_find_tramp_ops_new() argument
2587 ftrace_find_unique_ops(struct dyn_ftrace * rec) ftrace_find_unique_ops() argument
2647 ftrace_get_addr_new(struct dyn_ftrace * rec) ftrace_get_addr_new() argument
2688 ftrace_get_addr_curr(struct dyn_ftrace * rec) ftrace_get_addr_curr() argument
2720 __ftrace_replace_code(struct dyn_ftrace * rec,bool enable) __ftrace_replace_code() argument
2757 struct dyn_ftrace *rec; ftrace_replace_code() local
2855 ftrace_nop_initialize(struct module * mod,struct dyn_ftrace * rec) ftrace_nop_initialize() argument
3189 struct dyn_ftrace *rec; ftrace_shutdown() local
4163 struct dyn_ftrace *rec = NULL; t_func_next() local
4297 arch_ftrace_trampoline_func(struct ftrace_ops * ops,struct dyn_ftrace * rec) arch_ftrace_trampoline_func() argument
4303 add_trampoline_func(struct seq_file * m,struct ftrace_ops * ops,struct dyn_ftrace * rec) add_trampoline_func() argument
4323 test_for_valid_rec(struct dyn_ftrace * rec) test_for_valid_rec() argument
4348 struct dyn_ftrace *rec; ftrace_check_work_func() local
4399 test_for_valid_rec(struct dyn_ftrace * rec) test_for_valid_rec() argument
4411 print_subops(struct seq_file * m,struct ftrace_ops * ops,struct dyn_ftrace * rec) print_subops() argument
4450 struct dyn_ftrace *rec; t_show() local
4819 enter_record(struct ftrace_hash * hash,struct dyn_ftrace * rec,int clear_filter) enter_record() argument
4847 struct dyn_ftrace *rec; add_rec_by_index() local
4885 ftrace_match_record(struct dyn_ftrace * rec,struct ftrace_glob * func_g,struct ftrace_glob * mod_g,int exclude_mod) ftrace_match_record() argument
4931 struct dyn_ftrace *rec; match_records() local
6981 struct dyn_ftrace *rec; ftrace_graph_set_hash() local
7178 struct dyn_ftrace *rec; ftrace_process_locs() local
7418 referenced_filters(struct dyn_ftrace * rec) referenced_filters() argument
7446 struct dyn_ftrace *rec; clear_mod_from_hash() local
7502 struct dyn_ftrace *rec; ftrace_release_mod() local
7574 struct dyn_ftrace *rec; ftrace_module_enable() local
7667 save_ftrace_mod_rec(struct ftrace_mod_map * mod_map,struct dyn_ftrace * rec) save_ftrace_mod_rec() argument
7813 save_ftrace_mod_rec(struct ftrace_mod_map * mod_map,struct dyn_ftrace * rec) save_ftrace_mod_rec() argument
7873 add_to_clear_hash_list(struct list_head * clear_list,struct dyn_ftrace * rec) add_to_clear_hash_list() argument
7894 struct dyn_ftrace *rec; ftrace_free_mem() local
[all...]
H A Dtrace_events_trigger.c81 struct trace_buffer *buffer, void *rec, in data_ops_trigger()
122 struct trace_buffer *buffer, void *rec, in event_triggers_call()
456 struct trace_buffer *buffer, void *rec, in event_trigger_count()
1345 struct trace_buffer *buffer, void *rec, in traceon_trigger()
1366 struct trace_buffer *buffer, void *rec, in traceon_count_func()
1390 struct trace_buffer *buffer, void *rec, in traceoff_trigger()
1411 struct trace_buffer *buffer, void *rec, in traceoff_count_func()
1479 struct trace_buffer *buffer, void *rec, in snapshot_trigger()
1568 struct trace_buffer *buffer, void *rec, in stacktrace_trigger()
1622 struct trace_buffer *buffer, void *rec, in event_enable_trigger()
[all …]
/linux/sound/isa/sb/
H A Demu8000_patch.c136 snd_emu8000_sample_new(struct snd_emux *rec, struct snd_sf_sample *sp, in snd_emu8000_sample_new()
260 snd_emu8000_sample_free(struct snd_emux *rec, struct snd_sf_sample *sp, in snd_emu8000_sample_free()
275 snd_emu8000_sample_reset(struct snd_emux *rec) in snd_emu8000_sample_reset()
/linux/arch/csky/kernel/
H A Dftrace.c111 int ftrace_make_call(struct dyn_ftrace *rec, unsigned long addr) in ftrace_make_call()
121 int ftrace_make_nop(struct module *mod, struct dyn_ftrace *rec, in ftrace_make_nop()
139 int ftrace_modify_call(struct dyn_ftrace *rec, unsigned long old_addr, in ftrace_modify_call()

1234567