/kernel/linux/linux-5.10/lib/ |
H A D | decompress_unlzma.c | 42 static long long INIT read_int(unsigned char *ptr, int size) in read_int() 85 static long INIT nofill(void *buffer, unsigned long len) in nofill() 91 static void INIT rc_read(struct rc *rc) in rc_read() 101 static inline void INIT rc_init(struct rc *rc, in rc_init() 118 static inline void INIT rc_init_code(struct rc *rc) in rc_init_code() 131 static void INIT rc_do_normalize(struct rc *rc) in rc_do_normalize() 138 static inline void INIT rc_normalize(struct rc *rc) in rc_normalize() 148 static inline uint32_t INIT rc_is_bit_0_helper(struct rc *rc, uint16_t *p) in rc_is_bit_0_helper() 154 static inline int INIT rc_is_bit_0(struct rc *rc, uint16_t *p) in rc_is_bit_0() 161 static inline void INIT rc_update_bit_ [all...] |
H A D | atomic64_test.c | 146 #define INIT(c) do { atomic64_set(&v, c); r = c; } while (0) macro 190 INIT(v0); in test_atomic64() 195 INIT(v0); in test_atomic64() 206 INIT(v0); in test_atomic64() 210 INIT(v0); in test_atomic64() 215 INIT(onestwos); in test_atomic64() 220 INIT(0); in test_atomic64() 224 INIT(-one); in test_atomic64() 228 INIT(onestwos); in test_atomic64() 233 INIT( in test_atomic64() [all...] |
H A D | inflate.c | 126 #ifndef INIT 127 #define INIT macro 150 STATIC int INIT huft_build OF((unsigned *, unsigned, unsigned, 152 STATIC int INIT huft_free OF((struct huft *)); 153 STATIC int INIT inflate_codes OF((struct huft *, struct huft *, int, int)); 154 STATIC int INIT inflate_stored OF((void)); 155 STATIC int INIT inflate_fixed OF((void)); 156 STATIC int INIT inflate_dynamic OF((void)); 157 STATIC int INIT inflate_block OF((int *)); 158 STATIC int INIT inflat [all...] |
H A D | decompress_inflate.c | 36 static long INIT nofill(void *buffer, unsigned long len) in nofill() 42 STATIC int INIT __gunzip(unsigned char *buf, long len, in __gunzip() 200 STATIC int INIT gunzip(unsigned char *buf, long len, in gunzip() 210 STATIC int INIT __decompress(unsigned char *buf, long len, in __decompress()
|
H A D | locking-selftest-mutex.h | 11 #undef INIT macro 12 #define INIT MI macro
|
H A D | locking-selftest-rtmutex.h | 11 #undef INIT macro 12 #define INIT RTI macro
|
H A D | locking-selftest-spin.h | 11 #undef INIT macro 12 #define INIT SI macro
|
H A D | locking-selftest-rlock.h | 14 #undef INIT macro 15 #define INIT RWI macro
|
H A D | locking-selftest-rsem.h | 14 #undef INIT macro 15 #define INIT RWSI macro
|
H A D | locking-selftest-wlock.h | 14 #undef INIT macro 15 #define INIT RWI macro
|
H A D | locking-selftest-wsem.h | 14 #undef INIT macro 15 #define INIT RWSI macro
|
H A D | decompress_unzstd.c | 92 static int INIT handle_zstd_error(size_t ret, void (*error)(char *x)) in handle_zstd_error() 123 static int INIT decompress_single(const u8 *in_buf, long in_len, u8 *out_buf, in decompress_single() 163 static int INIT __unzstd(unsigned char *in_buf, long in_len, in __unzstd() 331 STATIC int INIT unzstd(unsigned char *buf, long len, in unzstd() 341 STATIC int INIT __decompress(unsigned char *buf, long len, in __decompress()
|
/kernel/linux/linux-6.6/lib/ |
H A D | decompress_unlzma.c | 42 static long long INIT read_int(unsigned char *ptr, int size) in read_int() 85 static long INIT nofill(void *buffer, unsigned long len) in nofill() 91 static void INIT rc_read(struct rc *rc) in rc_read() 101 static inline void INIT rc_init(struct rc *rc, in rc_init() 118 static inline void INIT rc_init_code(struct rc *rc) in rc_init_code() 131 static void INIT rc_do_normalize(struct rc *rc) in rc_do_normalize() 138 static inline void INIT rc_normalize(struct rc *rc) in rc_normalize() 148 static inline uint32_t INIT rc_is_bit_0_helper(struct rc *rc, uint16_t *p) in rc_is_bit_0_helper() 154 static inline int INIT rc_is_bit_0(struct rc *rc, uint16_t *p) in rc_is_bit_0() 161 static inline void INIT rc_update_bit_ [all...] |
H A D | atomic64_test.c | 146 #define INIT(c) do { atomic64_set(&v, c); r = c; } while (0) macro 190 INIT(v0); in test_atomic64() 195 INIT(v0); in test_atomic64() 206 INIT(v0); in test_atomic64() 210 INIT(v0); in test_atomic64() 215 INIT(onestwos); in test_atomic64() 220 INIT(0); in test_atomic64() 224 INIT(-one); in test_atomic64() 228 INIT(onestwos); in test_atomic64() 233 INIT( in test_atomic64() [all...] |
H A D | inflate.c | 126 #ifndef INIT 127 #define INIT macro 150 STATIC int INIT huft_build OF((unsigned *, unsigned, unsigned, 152 STATIC int INIT huft_free OF((struct huft *)); 153 STATIC int INIT inflate_codes OF((struct huft *, struct huft *, int, int)); 154 STATIC int INIT inflate_stored OF((void)); 155 STATIC int INIT inflate_fixed OF((void)); 156 STATIC int INIT inflate_dynamic OF((void)); 157 STATIC int INIT inflate_block OF((int *)); 158 STATIC int INIT inflat [all...] |
H A D | decompress_inflate.c | 36 static long INIT nofill(void *buffer, unsigned long len) in nofill() 42 static int INIT __gunzip(unsigned char *buf, long len, in __gunzip() 200 STATIC int INIT gunzip(unsigned char *buf, long len, in gunzip() 210 STATIC int INIT __decompress(unsigned char *buf, long len, in __decompress()
|
H A D | locking-selftest-rtmutex.h | 11 #undef INIT macro 12 #define INIT RTI macro
|
H A D | locking-selftest-mutex.h | 11 #undef INIT macro 12 #define INIT MI macro
|
H A D | locking-selftest-spin.h | 11 #undef INIT macro 12 #define INIT SI macro
|
H A D | locking-selftest-rlock.h | 14 #undef INIT macro 15 #define INIT RWI macro
|
H A D | locking-selftest-rsem.h | 14 #undef INIT macro 15 #define INIT RWSI macro
|
H A D | locking-selftest-wlock.h | 14 #undef INIT macro 15 #define INIT RWI macro
|
H A D | locking-selftest-wsem.h | 14 #undef INIT macro 15 #define INIT RWSI macro
|
H A D | decompress_unzstd.c | 90 static int INIT handle_zstd_error(size_t ret, void (*error)(char *x)) in handle_zstd_error() 125 static int INIT decompress_single(const u8 *in_buf, long in_len, u8 *out_buf, in decompress_single() 165 static int INIT __unzstd(unsigned char *in_buf, long in_len, in __unzstd() 333 STATIC int INIT unzstd(unsigned char *buf, long len, in unzstd() 343 STATIC int INIT __decompress(unsigned char *buf, long len, in __decompress()
|
/kernel/linux/linux-5.10/include/linux/decompress/ |
H A D | mm.h | 65 #define INIT macro 87 #define INIT __init macro
|