Home
last modified time | relevance | path

Searched defs:end (Results 1 – 18 of 18) sorted by relevance

/lib/
Dioremap.c17 unsigned long end, phys_addr_t phys_addr, pgprot_t prot) in ioremap_pte_range()
35 unsigned long end, phys_addr_t phys_addr, pgprot_t prot) in ioremap_pmd_range()
53 unsigned long end, phys_addr_t phys_addr, pgprot_t prot) in ioremap_pud_range()
71 unsigned long end, phys_addr_t phys_addr, pgprot_t prot) in ioremap_page_range()
Diomap_copy.c37 const u32 *end = src + count; in __iowrite32_copy() local
61 const u64 *end = src + count; in __iowrite64_copy() local
Dvsprintf.c382 char *number(char *buf, char *end, unsigned long long num, in number()
507 char *string(char *buf, char *end, const char *s, struct printf_spec spec) in string()
537 static void widen(char *buf, char *end, unsigned len, unsigned spaces) in widen()
556 char *dentry_name(char *buf, char *end, const struct dentry *d, struct printf_spec spec, in dentry_name()
613 char *symbol_string(char *buf, char *end, void *ptr, in symbol_string()
644 char *resource_string(char *buf, char *end, struct resource *res, in resource_string()
752 char *hex_string(char *buf, char *end, u8 *addr, struct printf_spec spec, in hex_string()
796 char *mac_address_string(char *buf, char *end, u8 *addr, in mac_address_string()
983 char *ip6_addr_string(char *buf, char *end, const u8 *addr, in ip6_addr_string()
997 char *ip4_addr_string(char *buf, char *end, const u8 *addr, in ip4_addr_string()
[all …]
Dbsearch.c36 size_t start = 0, end = num; in bsearch() local
Doid_registry.c112 const unsigned char *v = data, *end = v + datasize; in sprint_oid() local
Ddecompress_unlzo.c58 u8 *end = input + in_len; in parse_header() local
Dchecksum.c74 const unsigned char *end = buff + ((unsigned)len & ~3); in do_csum() local
Didr.c451 int idr_alloc(struct idr *idr, void *ptr, int start, int end, gfp_t gfp_mask) in idr_alloc()
489 int idr_alloc_cyclic(struct idr *idr, void *ptr, int start, int end, in idr_alloc_cyclic()
1079 int ida_simple_get(struct ida *ida, unsigned int start, unsigned int end, in ida_simple_get()
Dflex_array.c274 unsigned int end; in flex_array_prealloc() local
Dstring.c465 char *end; in strim() local
600 char *end; in strsep() local
Dbitmap.c349 unsigned long index, end, i; in bitmap_find_next_zero_area_off() local
1126 unsigned int pos, end; /* scans bitmap by regions of size order */ in bitmap_find_free_region() local
Dgenalloc.c418 unsigned long end = start + size; in addr_in_gen_pool() local
Ddynamic_debug.c218 char *end; in ddebug_tokenize() local
Ddma-debug.c1156 static inline bool overlap(void *addr, unsigned long len, void *start, void *end) in overlap()
/lib/zlib_inflate/
Dinftrees.c43 int end; /* use base and extra for symbol > end */ in zlib_inflate_table() local
Dinffast.c95 unsigned char *end; /* while out < end, enough space available */ in inflate_fast() local
/lib/lz4/
Dlz4hc_compress.c171 const BYTE *end; in lz4hc_insertandfindbestmatch() local
/lib/xz/
Dxz_dec_lzma2.c68 size_t end; member