/linux/scripts/ |
H A D | ssl-common.h | 10 int e, line; in drain_openssl_errors() local
|
H A D | asn1_compiler.c | 837 struct element *e = calloc(1, sizeof(*e)); in alloc_elem() local 1210 static void dump_element(const struct element *e, int level) in dump_element() 1294 struct element *e; in render() local 1394 struct element *e, *ce; in render_out_of_line_list() local 1439 static void render_element(FILE *out, struct element *e, struct element *tag) in render_element()
|
/linux/fs/f2fs/ |
H A D | node.c | 181 static void __free_nat_entry(struct nat_entry *e) in __free_nat_entry() 239 static void __del_from_nat_cache(struct f2fs_nm_info *nm_i, struct nat_entry *e) in __del_from_nat_cache() 392 struct nat_entry *e; in f2fs_need_dentry_mark() local 409 struct nat_entry *e; in f2fs_is_checkpointed_node() local 423 struct nat_entry *e; in f2fs_need_inode_block_update() local 441 struct nat_entry *new, *e; in cache_nat_entry() local 469 struct nat_entry *e; in set_node_addr() local 567 struct nat_entry *e; in f2fs_get_node_info() local 2341 struct free_nid *i, *e; in add_free_nid() local
|
/linux/drivers/md/ |
H A D | dm-snap-persistent.c | 420 uint32_t index, struct core_exception *e) in write_exception() 451 struct core_exception e; in insert_exceptions() local 675 struct dm_exception *e) in persistent_prepare_exception() 698 struct dm_exception *e, int valid, in persistent_commit_exception()
|
/linux/tools/lib/bpf/ |
H A D | libbpf_errno.c | 20 #define ERRNO_OFFSET(e) ((e) - __LIBBPF_ERRNO__START) argument
|
/linux/net/l2tp/ |
H A D | trace.h | 12 #define encap_type_name(e) { L2TP_ENCAPTYPE_##e, #e } argument
|
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ |
H A D | vpstate.c | 77 u8 idx, struct nvbios_vpstate_entry *e) in nvbios_vpstate_entry()
|
/linux/drivers/acpi/acpica/ |
H A D | acmacros.h | 402 #define ARGI_LIST5(a, b, c, d, e) (ARG_1(e)|ARG_2(d)|ARG_3(c)|ARG_4(b)|ARG_5(a)) argument 403 #define ARGI_LIST6(a, b, c, d, e, f) (ARG_1(f)|ARG_2(e)|ARG_3(d)|ARG_4(c)|ARG_5(b)|ARG_6(a)) argument 409 #define ARGP_LIST5(a, b, c, d, e) (ARG_1(a)|ARG_2(b)|ARG_3(c)|ARG_4(d)|ARG_5(e)) argument 410 #define ARGP_LIST6(a, b, c, d, e, f) (ARG_1(a)|ARG_2(b)|ARG_3(c)|ARG_4(d)|ARG_5(e)|ARG_6(f)) argument 424 #define ACPI_ERROR_NAMESPACE(s, p, e) acpi_ut_prefixed_namespace_error (AE_INFO, s, p, e); argument 425 #define ACPI_ERROR_METHOD(s, n, p, e) acpi_ut_method_error (AE_INFO, s, n, p, e); argument 435 #define ACPI_ERROR_NAMESPACE(s, p, e) argument 436 #define ACPI_ERROR_METHOD(s, n, p, e) argument
|
/linux/drivers/net/ethernet/chelsio/cxgb/ |
H A D | sge.c | 825 struct freelQ_e *e = &q->entries[q->pidx]; in refill_free_list() local 1142 static inline void write_tx_desc(struct cmdQ_e *e, dma_addr_t mapping, in write_tx_desc() 1161 struct cmdQ_e **e, in write_large_page_tx_descs() 1206 struct cmdQ_e *e, *e1; in write_tx_descs() local 1473 struct respQ_e *e = &q->entries[q->cidx]; in process_responses() local 1546 const struct respQ_e *e = &Q->entries[Q->cidx]; in responses_pending() local 1563 struct respQ_e *e = &q->entries[q->cidx]; in process_pure_responses() local 1800 const struct ethhdr *e = data; in eth_hdr_len() local
|
/linux/drivers/infiniband/hw/hfi1/ |
H A D | rc.c | 20 struct rvt_ack_entry *e = NULL; in find_prev_entry() local 71 struct rvt_ack_entry *e; in make_rc_ack() local 2515 struct rvt_ack_entry *e; in rc_rcv_error() local 3016 struct rvt_ack_entry *e; in hfi1_rc_rcv() local 3089 struct rvt_ack_entry *e; in hfi1_rc_rcv() local
|
/linux/drivers/media/test-drivers/vidtv/ |
H A D | vidtv_mux.c | 273 struct vidtv_encoder *e) in vidtv_mux_packetize_access_units() 325 struct vidtv_encoder *e = NULL; in vidtv_mux_poll_encoders() local
|
/linux/net/ipv4/ |
H A D | tcp_sigpool.c | 120 static int __cpool_alloc_ahash(struct sigpool_entry *e, const char *alg) in __cpool_alloc_ahash() 200 static void __cpool_free_entry(struct sigpool_entry *e) in __cpool_free_entry()
|
/linux/drivers/md/persistent-data/ |
H A D | dm-space-map-disk.c | 104 static int sm_disk_inc_blocks(struct dm_space_map *sm, dm_block_t b, dm_block_t e) in sm_disk_inc_blocks() 117 static int sm_disk_dec_blocks(struct dm_space_map *sm, dm_block_t b, dm_block_t e) in sm_disk_dec_blocks()
|
/linux/lib/crypto/x86/ |
H A D | sha256-avx2-asm.S | 97 e = %edx # clobbers NUM_BLKS define 146 e = d define
|
/linux/sound/soc/tegra/ |
H A D | tegra210_ahub.c | 22 struct soc_enum *e = (struct soc_enum *)kctl->private_value; in tegra_ahub_get_value_enum() local 60 struct soc_enum *e = (struct soc_enum *)kctl->private_value; in tegra_ahub_put_value_enum() local
|
/linux/drivers/mtd/ubi/ |
H A D | wl.h | 28 struct ubi_wl_entry *e, in may_reserve_for_fm()
|
/linux/arch/x86/boot/ |
H A D | cpu.c | 38 u32 e = err_flags[i]; in show_cap_strs() local
|
/linux/drivers/pinctrl/intel/ |
H A D | pinctrl-lewisburg.c | 24 #define LBG_COMMUNITY(b, s, e) \ argument
|
/linux/drivers/crypto/marvell/octeontx2/ |
H A D | otx2_cptvf_algs.h | 90 } e; member 108 } e; member 145 } e; member
|
/linux/include/uapi/linux/netfilter_bridge/ |
H A D | ebtables.h | 197 ebt_get_target(struct ebt_entry *e) in ebt_get_target() 218 #define EBT_MATCH_ITERATE(e, fn, args...) \ argument 241 #define EBT_WATCHER_ITERATE(e, fn, args...) \ argument
|
/linux/drivers/mfd/ |
H A D | twl-core.c | 613 int e = 0; in protect_pm_master() local 622 int e = 0; in unprotect_pm_master() local 634 int e = 0; in clocks_init() local
|
/linux/tools/testing/selftests/net/tcp_ao/lib/ |
H A D | ftrace-tcp.c | 138 static bool lookup_expected_event(int event_type, struct trace_point *e) in lookup_expected_event() 419 static void dump_trace_event(struct expected_trace_point *e) in dump_trace_event() 443 struct expected_trace_point *e = &exp_tps[i]; in print_match_stats() local
|
/linux/arch/alpha/include/asm/ |
H A D | pgtable.h | 347 #define pte_ERROR(e) \ argument 349 #define pmd_ERROR(e) \ argument 351 #define pgd_ERROR(e) \ argument
|
/linux/arch/sparc/include/asm/ |
H A D | pgtable_32.h | 43 #define pte_ERROR(e) __builtin_trap() argument 44 #define pmd_ERROR(e) __builtin_trap() argument 45 #define pgd_ERROR(e) __builtin_trap() argument
|
/linux/arch/riscv/include/asm/ |
H A D | pgtable-64.h | 265 #define pmd_ERROR(e) \ argument 268 #define pud_ERROR(e) \ argument 271 #define p4d_ERROR(e) \ argument
|