/linux/sound/hda/codecs/hdmi/ |
H A D | eld.c | 127 struct snd_parsed_hdmi_eld *e = &eld->info; in snd_hdmi_write_eld_info() local 189 void snd_hdmi_eld_update_pcm_info(struct snd_parsed_hdmi_eld *e, in snd_hdmi_eld_update_pcm_info()
|
/linux/net/netfilter/ipset/ |
H A D | ip_set_bitmap_gen.h | 120 const struct mtype_adt_elem *e = value; in mtype_test() local 134 const struct mtype_adt_elem *e = value; in mtype_add() local 179 const struct mtype_adt_elem *e = value; in mtype_del() local
|
H A D | ip_set_hash_netiface.c | 163 struct hash_netiface4_elem e = { in hash_netiface4_kadt() local 203 struct hash_netiface4_elem e = { .cidr = HOST_MASK, .elem = 1 }; in hash_netiface4_uadt() local 384 struct hash_netiface6_elem e = { in hash_netiface6_kadt() local 421 struct hash_netiface6_elem e = { .cidr = HOST_MASK, .elem = 1 }; in hash_netiface6_uadt() local
|
/linux/net/sched/ |
H A D | act_ife.c | 376 struct tcf_meta_info *e; in dump_metalist() local 410 struct tcf_meta_info *e, *n; in _tcf_ife_cleanup() local 697 struct tcf_meta_info *e; in find_decode_metaid() local 772 struct tcf_meta_info *e, *n; in ife_get_sz() local 791 struct tcf_meta_info *e; in tcf_ife_encode() local
|
/linux/drivers/net/ethernet/marvell/ |
H A D | skge.c | 919 struct skge_element *e; in skge_ring_alloc() local 942 static int skge_rx_setup(struct skge_port *skge, struct skge_element *e, in skge_rx_setup() 974 static inline void skge_rx_reuse(struct skge_element *e, unsigned int size) in skge_rx_reuse() 992 struct skge_element *e; in skge_rx_clean() local 1017 struct skge_element *e; in skge_rx_fill() local 2517 const struct skge_element *e) in skge_qset() 2744 struct skge_element *e; in skge_xmit_frame() local 2859 static inline void skge_tx_unmap(struct pci_dev *pdev, struct skge_element *e, in skge_tx_unmap() 2875 struct skge_element *e; in skge_tx_clean() local 3051 struct skge_element *e, in skge_rx_get() [all …]
|
/linux/tools/testing/selftests/bpf/progs/ |
H A D | fentry_test.c | 43 int BPF_PROG(test5, __u64 a, void *b, short c, int d, __u64 e) in BPF_PROG() 52 int BPF_PROG(test6, __u64 a, void *b, short c, int d, void * e, __u64 f) in BPF_PROG()
|
H A D | fexit_test.c | 44 int BPF_PROG(test5, __u64 a, void *b, short c, int d, __u64 e, int ret) in BPF_PROG() 53 int BPF_PROG(test6, __u64 a, void *b, short c, int d, void *e, __u64 f, int ret) in BPF_PROG()
|
/linux/drivers/net/ethernet/marvell/prestera/ |
H A D | prestera_acl.c | 579 struct prestera_acl_rule_entry *e) in __prestera_acl_rule_entry2hw_del() 585 struct prestera_acl_rule_entry *e) in __prestera_acl_rule_entry2hw_add() 634 struct prestera_acl_rule_entry *e) in __prestera_acl_rule_entry_act_destruct() 644 struct prestera_acl_rule_entry *e) in prestera_acl_rule_entry_destroy() 660 struct prestera_acl_rule_entry *e, in __prestera_acl_rule_entry_act_construct() 713 struct prestera_acl_rule_entry *e; in prestera_acl_rule_entry_create() local
|
/linux/kernel/printk/ |
H A D | printk_ringbuffer.c | 1366 bool prb_reserve_in_last(struct prb_reserved_entry *e, struct printk_ringbuffer *rb, in prb_reserve_in_last() 1599 bool prb_reserve(struct prb_reserved_entry *e, struct printk_ringbuffer *rb, in prb_reserve() 1690 static void _prb_commit(struct prb_reserved_entry *e, unsigned long state_val) in _prb_commit() 1746 void prb_commit(struct prb_reserved_entry *e) in prb_commit() 1778 void prb_final_commit(struct prb_reserved_entry *e) in prb_final_commit() 2353 unsigned int prb_record_text_space(struct prb_reserved_entry *e) in prb_record_text_space()
|
/linux/tools/perf/util/ |
H A D | genelf.c | 76 jit_add_eh_frame_info(Elf *e, void* unwinding, uint64_t unwinding_header_size, in jit_add_eh_frame_info() 168 Elf *e; in jit_write_elf() local
|
/linux/arch/powerpc/include/asm/ |
H A D | uaccess.h | 454 #define unsafe_get_user(x, p, e) do { \ argument 462 #define unsafe_put_user(x, p, e) \ argument 465 #define unsafe_copy_from_user(d, s, l, e) \ argument 486 #define unsafe_copy_to_user(d, s, l, e) \ argument
|
/linux/tools/bpf/bpftool/ |
H A D | cfg.c | 259 struct edge_node *e; in new_edge() local 280 struct edge_node *e; in func_add_bb_edges() local 363 struct edge_node *e, *e2; in cfg_destroy() local 419 struct edge_node *e; in draw_bb_succ_edges() local
|
H A D | pids.c | 31 static void add_ref(struct hashmap *map, struct pid_iter_entry *e) in add_ref() 102 struct pid_iter_entry *e; in build_obj_refs_table() local
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/ |
H A D | meter.c | 18 #define MLX5_CALC_CIR(m, e) ((MLX5_CONST_CIR * (m)) >> (e)) argument 22 #define MLX5_CALC_CBS(m, e) ((m) << (e)) argument 55 u8 e, _man = 0, _exp = 0; in mlx5e_flow_meter_cir_calc() local 85 u8 e, _man = 0, _exp = 0; in mlx5e_flow_meter_cbs_calc() local
|
/linux/arch/x86/kvm/ |
H A D | ioapic.c | 114 union kvm_ioapic_redirect_entry *e; in __rtc_irq_eoi_tracking_restore_one() local 282 union kvm_ioapic_redirect_entry *e; in kvm_ioapic_scan_entry() local 353 union kvm_ioapic_redirect_entry *e; in ioapic_write_indirect() local 518 int kvm_ioapic_set_irq(struct kvm_kernel_irq_routing_entry *e, struct kvm *kvm, in kvm_ioapic_set_irq()
|
/linux/fs/xfs/ |
H A D | xfs_error.h | 28 #define XFS_ERROR_REPORT(e, lvl, mp) \ argument 30 #define XFS_CORRUPTION_ERROR(e, lvl, mp, buf, bufsize) \ argument
|
/linux/drivers/net/wireless/broadcom/b43/ |
H A D | radio_2055.c | 1289 const struct b2055_inittab_entry *e; in b2055_upload_inittab() local 1312 const struct b43_nphy_channeltab_entry_rev2 *e; in b43_nphy_get_chantabent_rev2() local
|
/linux/fs/bcachefs/ |
H A D | journal_seq_blacklist.c | 57 struct journal_seq_blacklist_entry *e = in bch2_journal_seq_blacklist_add() local 183 struct journal_seq_blacklist_entry *e = bl->start + i; in bch2_sb_journal_seq_blacklist_validate() local
|
/linux/drivers/firewire/ |
H A D | core-cdev.c | 407 struct bus_reset_event *e; in queue_bus_reset_event() local 569 struct outbound_transaction_event *e = data; in complete_transaction() local 633 struct outbound_transaction_event *e; in init_request() local 732 struct inbound_transaction_event *e; in handle_request() local 983 struct iso_interrupt_event *e; in iso_callback() local 1002 struct iso_interrupt_mc_event *e; in iso_mc_callback() local 1315 struct iso_resource_event *e; in iso_resource_work() local 1556 struct outbound_phy_packet_event *e = in outbound_phy_packet_callback() local 1623 struct outbound_phy_packet_event *e; in ioctl_send_phy_packet() local 1693 struct inbound_phy_packet_event *e = kmalloc(sizeof(*e) + 8, GFP_ATOMIC); in fw_cdev_handle_phy_packet() local
|
/linux/drivers/net/dsa/sja1105/ |
H A D | sja1105_vl.c | 16 struct sja1105_gate_entry *e; in sja1105_insert_gate_entry() local 62 struct sja1105_gate_entry *e; in sja1105_gating_cfg_time_to_interval() local 83 struct sja1105_gate_entry *e, *n; in sja1105_free_gating_config() local
|
/linux/net/caif/ |
H A D | caif_dev.c | 74 static void caifd_put(struct caif_device_entry *e) in caifd_put() 79 static void caifd_hold(struct caif_device_entry *e) in caifd_hold() 84 static int caifd_refcnt_read(struct caif_device_entry *e) in caifd_refcnt_read()
|
/linux/block/ |
H A D | elevator.h | 97 static inline bool elevator_tryget(struct elevator_type *e) in elevator_tryget() 102 static inline void __elevator_get(struct elevator_type *e) in __elevator_get() 107 static inline void elevator_put(struct elevator_type *e) in elevator_put()
|
/linux/arch/sh/include/asm/ |
H A D | pgtable_32.h | 404 #define pte_ERROR(e) \ argument 407 #define pgd_ERROR(e) \ argument 410 #define pte_ERROR(e) \ argument 412 #define pgd_ERROR(e) \ argument
|
/linux/sound/soc/intel/atom/ |
H A D | sst-atom-controls.c | 137 struct sst_enum *e = (struct sst_enum *)kcontrol->private_value; in sst_slot_enum_info() local 162 struct sst_enum *e = (void *)kcontrol->private_value; in sst_slot_get() local 193 struct sst_enum *e = (void *)kcontrol->private_value; in sst_check_and_send_slot_map() local 223 struct sst_enum *e = (void *)kcontrol->private_value; in sst_slot_put() local 1461 struct sst_enum *e = (void *)kctl->private_value; in sst_fill_widget_module_info() local 1466 struct sst_enum *e = (void *)kctl->private_value; in sst_fill_widget_module_info() local
|
/linux/drivers/scsi/ |
H A D | vmw_pvscsi.c | 349 struct PVSCSIRingReqDesc *e) in pvscsi_map_buffers() 544 const struct PVSCSIRingCmpDesc *e) in pvscsi_complete_request() 666 struct PVSCSIRingCmpDesc *e = ring + (s->cmpConsIdx & in pvscsi_process_completion_ring() local 694 struct PVSCSIRingReqDesc *e; in pvscsi_queue_ring() local 1034 const struct PVSCSIRingMsgDesc *e) in pvscsi_process_msg() 1105 struct PVSCSIRingMsgDesc *e = ring + (s->msgConsIdx & in pvscsi_process_msg_ring() local
|