/linux-6.3-rc2/tools/testing/selftests/powerpc/pmu/ |
A D | event.c | 54 void event_init(struct event *e, u64 config) in event_init() 59 void event_init_sampling(struct event *e, u64 config) in event_init_sampling() 85 int event_open_with_pid(struct event *e, pid_t pid) in event_open_with_pid() 90 int event_open_with_cpu(struct event *e, int cpu) in event_open_with_cpu() 95 int event_open(struct event *e) in event_open() 100 void event_close(struct event *e) in event_close() 105 int event_enable(struct event *e) in event_enable() 110 int event_disable(struct event *e) in event_disable() 115 int event_reset(struct event *e) in event_reset() 120 int event_read(struct event *e) in event_read() [all …]
|
/linux-6.3-rc2/tools/testing/selftests/filesystems/epoll/ |
A D | epoll_wakeup_test.c | 52 struct epoll_event e; in waiter_entry1a() local 64 struct epoll_event e; in waiter_entry1ap() local 79 struct epoll_event e; in waiter_entry1o() local 91 struct epoll_event e; in waiter_entry1op() local 167 struct epoll_event e; in TEST() local 198 struct epoll_event e; in TEST() local 306 struct epoll_event e; in TEST() local 345 struct epoll_event e; in TEST() local 475 struct epoll_event e; in TEST() local 518 struct epoll_event e; in TEST() local [all …]
|
/linux-6.3-rc2/block/ |
A D | elevator.c | 63 struct elevator_queue *e = q->elevator; in elv_iosched_allow_bio_merge() local 87 const struct elevator_type *e) in elv_support_features() 108 struct elevator_type *e; in __elevator_find() local 119 struct elevator_type *e; in elevator_find_get() local 132 struct elevator_type *e) in elevator_alloc() 152 struct elevator_queue *e; in elevator_release() local 161 struct elevator_queue *e = q->elevator; in elevator_exit() local 422 struct elevator_queue *e; in elv_attr_show() local 440 struct elevator_queue *e; in elv_attr_store() local 611 struct elevator_type *e; in elevator_init_mq() local [all …]
|
/linux-6.3-rc2/drivers/mtd/ubi/ |
A D | wl.c | 322 struct ubi_wl_entry *e; in find_wl_entry() local 384 struct ubi_wl_entry *e; in wl_get_wle() local 415 struct ubi_wl_entry *e; in prot_queue_del() local 1252 struct ubi_wl_entry *e; local 1354 struct ubi_wl_entry *e; local 1504 struct ubi_wl_entry *e; local 1620 struct ubi_wl_entry *e; local 1740 struct ubi_wl_entry *e; local 1786 struct ubi_wl_entry *e; local 2072 struct ubi_wl_entry *e; local [all …]
|
A D | fastmap-wl.c | 29 struct ubi_wl_entry *e, *victim = NULL; in find_anchor_wl_entry() local 43 struct ubi_wl_entry *e) in return_unused_peb() 58 struct ubi_wl_entry *e; in return_unused_pool_pebs() local 77 struct ubi_wl_entry *e = NULL; in ubi_wl_get_fm_peb() local 135 struct ubi_wl_entry *e; in ubi_refill_pools() local 309 struct ubi_wl_entry *e; in need_wear_leveling() local 418 struct ubi_wl_entry *e; in ubi_wl_put_fm_peb() local 482 struct ubi_wl_entry *e, in may_reserve_for_fm()
|
/linux-6.3-rc2/drivers/net/ethernet/chelsio/cxgb4/ |
A D | l2t.c | 222 struct l2t_entry *e) in cxgb4_l2t_send() 266 struct l2t_entry *end, *e, **p; in alloc_l2e() local 301 struct l2t_entry *end, *e, **p; in find_or_alloc_l2e() local 351 static void _t4_l2e_free(struct l2t_entry *e) in _t4_l2e_free() 368 static void t4_l2e_free(struct l2t_entry *e) in t4_l2e_free() 386 void cxgb4_l2t_release(struct l2t_entry *e) in cxgb4_l2t_release() 421 struct l2t_entry *e; in cxgb4_l2t_get() local 516 struct l2t_entry *e; in t4_l2t_update() local 581 struct l2t_entry *e; in t4_l2t_alloc_switching() local 700 bool cxgb4_check_l2t_valid(struct l2t_entry *e) in cxgb4_check_l2t_valid() [all …]
|
A D | smt.c | 68 struct smt_entry *e, *end; in find_or_alloc_smte() local 98 static void t4_smte_free(struct smt_entry *e) in t4_smte_free() 111 void cxgb4_smt_release(struct smt_entry *e) in cxgb4_smt_release() 126 struct smt_entry *e = &s->smtab[smtidx]; in do_smt_write_rpl() local 138 static int write_smt_entry(struct adapter *adapter, struct smt_entry *e) in write_smt_entry() 213 struct smt_entry *e; in t4_smt_alloc_switching() local
|
A D | sched.c | 47 struct sched_class *e; in t4_sched_class_fw_cmd() local 125 struct sched_class *e, *end; in t4_sched_entry_lookup() local 190 struct sched_class *e; in t4_sched_queue_unbind() local 221 struct sched_class *e; in t4_sched_queue_bind() local 263 struct sched_class *e; in t4_sched_flowc_unbind() local 291 struct sched_class *e; in t4_sched_flowc_bind() local 325 struct sched_class *e, in t4_sched_class_unbind_all() 484 struct sched_class *e, *end; in t4_sched_class_lookup() local 528 struct sched_class *e = NULL; in t4_sched_class_alloc() local 610 struct sched_class *e; in cxgb4_sched_class_free() local [all …]
|
/linux-6.3-rc2/drivers/net/ethernet/chelsio/cxgb3/ |
A D | l2t.c | 63 static inline unsigned int vlan_prio(const struct l2t_entry *e) in vlan_prio() 74 static inline void neigh_replace(struct l2t_entry *e, struct neighbour *n) in neigh_replace() 88 struct l2t_entry *e) in setup_l2e_send_pending() 123 static inline void arpq_enqueue(struct l2t_entry *e, struct sk_buff *skb) in arpq_enqueue() 129 struct l2t_entry *e) in t3_l2t_send_slow() 179 void t3_l2t_send_event(struct t3cdev *dev, struct l2t_entry *e) in t3_l2t_send_event() 221 struct l2t_entry *end, *e, **p; in alloc_l2e() local 264 void t3_l2e_free(struct l2t_data *d, struct l2t_entry *e) in t3_l2e_free() 283 static inline void reuse_entry(struct l2t_entry *e, struct neighbour *neigh) in reuse_entry() 305 struct l2t_entry *e = NULL; in t3_l2t_get() local [all …]
|
/linux-6.3-rc2/drivers/media/test-drivers/vidtv/ |
A D | vidtv_s302m.c | 165 static void vidtv_s302m_access_unit_destroy(struct vidtv_encoder *e) in vidtv_s302m_access_unit_destroy() 179 static void vidtv_s302m_alloc_au(struct vidtv_encoder *e) in vidtv_s302m_alloc_au() 202 vidtv_s302m_compute_sample_count_from_video(struct vidtv_encoder *e) in vidtv_s302m_compute_sample_count_from_video() 234 static u16 vidtv_s302m_get_sample(struct vidtv_encoder *e) in vidtv_s302m_get_sample() 290 static u32 vidtv_s302m_write_frame(struct vidtv_encoder *e, in vidtv_s302m_write_frame() 328 static u32 vidtv_s302m_write_h(struct vidtv_encoder *e, u32 p_sz) in vidtv_s302m_write_h() 346 static void vidtv_s302m_write_frames(struct vidtv_encoder *e) in vidtv_s302m_write_frames() 390 static void *vidtv_s302m_encode(struct vidtv_encoder *e) in vidtv_s302m_encode() 424 static u32 vidtv_s302m_clear(struct vidtv_encoder *e) in vidtv_s302m_clear() 446 struct vidtv_encoder *e; in vidtv_s302m_encoder_init() local [all …]
|
/linux-6.3-rc2/security/apparmor/ |
A D | policy_unpack.c | 62 const char *name, const char *info, struct aa_ext *e, in audit_iface() 158 VISIBLE_IF_KUNIT bool aa_inbounds(struct aa_ext *e, size_t size) in aa_inbounds() 171 VISIBLE_IF_KUNIT size_t aa_unpack_u16_chunk(struct aa_ext *e, char **chunk) in aa_unpack_u16_chunk() 193 VISIBLE_IF_KUNIT bool aa_unpack_X(struct aa_ext *e, enum aa_code code) in aa_unpack_X() 251 static bool unpack_u8(struct aa_ext *e, u8 *data, const char *name) in unpack_u8() 420 static struct aa_dfa *unpack_dfa(struct aa_ext *e, int flags) in unpack_dfa() 531 static bool unpack_xattrs(struct aa_ext *e, struct aa_profile *profile) in unpack_xattrs() 562 static bool unpack_secmark(struct aa_ext *e, struct aa_ruleset *rules) in unpack_secmark() 608 static bool unpack_rlimits(struct aa_ext *e, struct aa_ruleset *rules) in unpack_rlimits() 705 static int unpack_pdb(struct aa_ext *e, struct aa_policydb *policy, in unpack_pdb() [all …]
|
/linux-6.3-rc2/tools/testing/selftests/powerpc/pmu/ebb/ |
A D | trace.c | 78 struct trace_entry *e; in trace_alloc_entry() local 89 struct trace_entry *e; in trace_log_reg() local 106 struct trace_entry *e; in trace_log_counter() local 122 struct trace_entry *e; in trace_log_string() local 144 struct trace_entry *e; in trace_log_indent() local 157 struct trace_entry *e; in trace_log_outdent() local 200 static void trace_print_reg(struct trace_entry *e) in trace_print_reg() 216 static void trace_print_counter(struct trace_entry *e) in trace_print_counter() 224 static void trace_print_string(struct trace_entry *e) in trace_print_string() 235 static void trace_print_entry(struct trace_entry *e, int seq, int *prefix) in trace_print_entry() [all …]
|
/linux-6.3-rc2/scripts/kconfig/ |
A D | expr.c | 20 struct expr *e = xcalloc(1, sizeof(*e)); in expr_alloc_symbol() local 28 struct expr *e = xcalloc(1, sizeof(*e)); in expr_alloc_one() local 36 struct expr *e = xcalloc(1, sizeof(*e)); in expr_alloc_two() local 45 struct expr *e = xcalloc(1, sizeof(*e)); in expr_alloc_comp() local 68 struct expr *e; in expr_copy() local 107 void expr_free(struct expr *e) in expr_free() 402 struct expr *expr_trans_bool(struct expr *e) in expr_trans_bool() 694 struct expr *expr_transform(struct expr *e) in expr_transform() 1030 tristate expr_calc_value(struct expr *e) in expr_calc_value() 1138 void expr_print(struct expr *e, in expr_print() [all …]
|
/linux-6.3-rc2/drivers/md/ |
A D | dm-cache-policy-smq.c | 88 struct entry *e; in __get_entry() local 219 struct entry *e; in l_pop_head() local 232 struct entry *e; in l_pop_tail() local 339 struct entry *e; in q_peek() local 375 struct entry *e; in __redist_pop_from() local 433 struct entry *e; in q_redistribute() local 634 struct entry *e; in __h_lookup() local 733 struct entry *e; in alloc_entry() local 1183 struct entry *e; in queue_writeback() local 1206 struct entry *e; in queue_demotion() local [all …]
|
/linux-6.3-rc2/lib/ |
A D | lru_cache.c | 39 #define PARANOIA_LC_ELEMENT(lc, e) do { \ argument 84 struct lc_element *e; in lc_create() local 202 struct lc_element *e = lc->lc_element[i]; in lc_reset() local 242 struct lc_element *e; in __lc_find() local 287 struct lc_element *e = __lc_find(lc, enr, 1); in lc_is_used() local 299 void lc_del(struct lru_cache *lc, struct lc_element *e) in lc_del() 314 struct lc_element *e; in lc_prepare_for_change() local 353 struct lc_element *e; in __lc_get() local 526 struct lc_element *e, *tmp; in lc_committed() local 549 unsigned int lc_put(struct lru_cache *lc, struct lc_element *e) in lc_put() [all …]
|
/linux-6.3-rc2/drivers/gpu/drm/amd/amdgpu/ |
A D | amdgpu_sync.c | 135 struct amdgpu_sync_entry *e; in amdgpu_sync_add_later() local 157 struct amdgpu_sync_entry *e; in amdgpu_sync_fence() local 263 static void amdgpu_sync_entry_free(struct amdgpu_sync_entry *e) in amdgpu_sync_entry_free() 282 struct amdgpu_sync_entry *e; in amdgpu_sync_peek_fence() local 321 struct amdgpu_sync_entry *e; in amdgpu_sync_get_fence() local 352 struct amdgpu_sync_entry *e; in amdgpu_sync_clone() local 380 struct amdgpu_sync_entry *e; in amdgpu_sync_push_to_job() local 404 struct amdgpu_sync_entry *e; in amdgpu_sync_wait() local 428 struct amdgpu_sync_entry *e; in amdgpu_sync_free() local
|
A D | amdgpu_ring_mux.c | 78 struct amdgpu_mux_entry *e = NULL; in amdgpu_mux_resubmit_chunks() local 168 struct amdgpu_mux_entry *e; in amdgpu_ring_mux_fini() local 188 struct amdgpu_mux_entry *e; in amdgpu_ring_mux_add_sw_ring() local 206 struct amdgpu_mux_entry *e; in amdgpu_ring_mux_set_wptr() local 246 struct amdgpu_mux_entry *e; in amdgpu_ring_mux_get_wptr() local 275 struct amdgpu_mux_entry *e; in amdgpu_ring_mux_get_rptr() local 412 struct amdgpu_mux_entry *e; in amdgpu_ring_mux_start_ib() local 438 struct amdgpu_mux_entry *e; in scan_and_remove_signaled_chunk() local 459 struct amdgpu_mux_entry *e; in amdgpu_ring_mux_end_ib() local 482 struct amdgpu_mux_entry *e; in amdgpu_mcbp_handle_trailing_fence_irq() local
|
/linux-6.3-rc2/net/netfilter/ipset/ |
A D | ip_set_list_set.c | 55 struct set_elem *e; in list_set_ktest() local 79 struct set_elem *e; in list_set_kadd() local 99 struct set_elem *e; in list_set_kdel() local 177 struct set_elem *e, *n; in set_cleanup_entries() local 190 struct set_elem *e, *next, *prev = NULL; in list_set_utest() local 218 struct set_elem *e) in list_set_init_extensions() 237 struct set_elem *e, *n, *prev, *next; in list_set_uadd() local 415 struct set_elem *e, *n; in list_set_flush() local 427 struct set_elem *e, *n; in list_set_destroy() local 447 struct set_elem *e; in list_set_memsize() local [all …]
|
A D | ip_set_hash_ip.c | 59 hash_ip4_data_list(struct sk_buff *skb, const struct hash_ip4_elem *e) in hash_ip4_data_list() 70 hash_ip4_data_next(struct hash_ip4_elem *next, const struct hash_ip4_elem *e) in hash_ip4_data_next() 86 struct hash_ip4_elem e = { 0 }; in hash_ip4_kadt() local 105 struct hash_ip4_elem e = { 0 }; in hash_ip4_uadt() local 191 hash_ip6_data_list(struct sk_buff *skb, const struct hash_ip6_elem *e) in hash_ip6_data_list() 202 hash_ip6_data_next(struct hash_ip6_elem *next, const struct hash_ip6_elem *e) in hash_ip6_data_next() 222 struct hash_ip6_elem e = { { .all = { 0 } } }; in hash_ip6_kadt() local 239 struct hash_ip6_elem e = { { .all = { 0 } } }; in hash_ip6_uadt() local
|
A D | ip_set_hash_ipmac.c | 59 hash_ipmac4_data_list(struct sk_buff *skb, const struct hash_ipmac4_elem *e) in hash_ipmac4_data_list() 72 const struct hash_ipmac4_elem *e) in hash_ipmac4_data_next() 89 struct hash_ipmac4_elem e = { .ip = 0, { .foo[0] = 0, .foo[1] = 0 } }; in hash_ipmac4_kadt() local 114 struct hash_ipmac4_elem e = { .ip = 0, { .foo[0] = 0, .foo[1] = 0 } }; in hash_ipmac4_uadt() local 167 hash_ipmac6_data_list(struct sk_buff *skb, const struct hash_ipmac6_elem *e) in hash_ipmac6_data_list() 180 const struct hash_ipmac6_elem *e) in hash_ipmac6_data_next() 202 struct hash_ipmac6_elem e = { in hash_ipmac6_kadt() local 230 struct hash_ipmac6_elem e = { in hash_ipmac6_uadt() local
|
/linux-6.3-rc2/arch/sparc/vdso/ |
A D | vma.c | 68 static void *one_section64(struct vdso_elfinfo64 *e, const char *name, in one_section64() 89 struct vdso_elfinfo64 *e = &_e->u.elf64; in find_sections64() local 102 static Elf64_Sym *find_sym64(const struct vdso_elfinfo64 *e, const char *name) in find_sym64() 119 struct vdso_elfinfo64 *e = &_e->u.elf64; in patchsym64() local 136 static void *one_section32(struct vdso_elfinfo32 *e, const char *name, in one_section32() 157 struct vdso_elfinfo32 *e = &_e->u.elf32; in find_sections32() local 170 static Elf32_Sym *find_sym32(const struct vdso_elfinfo32 *e, const char *name) in find_sym32() 187 struct vdso_elfinfo32 *e = &_e->u.elf32; in patchsym32() local 204 static int find_sections(const struct vdso_image *image, struct vdso_elfinfo *e, in find_sections() 213 static int patch_one_symbol(struct vdso_elfinfo *e, const char *orig, in patch_one_symbol() [all …]
|
/linux-6.3-rc2/arch/um/kernel/ |
A D | time.c | 268 static void __time_travel_add_event(struct time_travel_event *e, in __time_travel_add_event() 307 static void time_travel_add_event(struct time_travel_event *e, in time_travel_add_event() 316 void time_travel_add_event_rel(struct time_travel_event *e, in time_travel_add_event_rel() 322 void time_travel_periodic_timer(struct time_travel_event *e) in time_travel_periodic_timer() 331 struct time_travel_event *e; in deliver_time_travel_irqs() local 355 static void time_travel_deliver_event(struct time_travel_event *e) in time_travel_deliver_event() 382 bool time_travel_del_event(struct time_travel_event *e) in time_travel_del_event() 400 struct time_travel_event *e; in time_travel_update_time() local 441 void time_travel_add_irq_event(struct time_travel_event *e) in time_travel_add_irq_event() 591 #define time_travel_add_event(e, time) do { } while (0) argument [all …]
|
/linux-6.3-rc2/arch/arm64/kvm/vgic/ |
A D | vgic-irqfd.c | 18 static int vgic_irqfd_set_irq(struct kvm_kernel_irq_routing_entry *e, in vgic_irqfd_set_irq() 39 struct kvm_kernel_irq_routing_entry *e, in kvm_set_routing_entry() 69 static void kvm_populate_msi(struct kvm_kernel_irq_routing_entry *e, in kvm_populate_msi() 85 int kvm_set_msi(struct kvm_kernel_irq_routing_entry *e, in kvm_set_msi() 104 int kvm_arch_set_irq_inatomic(struct kvm_kernel_irq_routing_entry *e, in kvm_arch_set_irq_inatomic()
|
/linux-6.3-rc2/drivers/gpu/drm/ |
A D | drm_file.c | 208 struct drm_pending_event *e, *et; in drm_events_release() local 575 struct drm_pending_event *e = NULL; in drm_read() local 689 struct drm_event *e) in drm_event_reserve_init_locked() 731 struct drm_event *e) in drm_event_reserve_init() 773 struct drm_pending_event *e, ktime_t timestamp) in drm_send_event_helper() 820 struct drm_pending_event *e, ktime_t timestamp) in drm_send_event_timestamp_locked() 840 void drm_send_event_locked(struct drm_device *dev, struct drm_pending_event *e) in drm_send_event_locked() 861 void drm_send_event(struct drm_device *dev, struct drm_pending_event *e) in drm_send_event()
|
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/esw/ |
A D | indir_table.c | 97 struct mlx5_esw_indir_table_entry *e) in mlx5_esw_indir_table_rule_get() 172 struct mlx5_esw_indir_table_entry *e) in mlx5_esw_indir_table_rule_put() 190 static int mlx5_create_indir_recirc_group(struct mlx5_esw_indir_table_entry *e) in mlx5_create_indir_recirc_group() 210 struct mlx5_esw_indir_table_entry *e) in mlx5_create_indir_fwd_group() 253 struct mlx5_esw_indir_table_entry *e; in mlx5_esw_indir_table_entry_create() local 313 struct mlx5_esw_indir_table_entry *e; in mlx5_esw_indir_table_entry_lookup() local 327 struct mlx5_esw_indir_table_entry *e; in mlx5_esw_indir_table_get() local 359 struct mlx5_esw_indir_table_entry *e; in mlx5_esw_indir_table_put() local
|