| /linux/lib/ |
| A D | decompress_unlzma.c | 44 static long long INIT read_int(unsigned char *ptr, int size) in read_int() 87 static long INIT nofill(void *buffer, unsigned long len) in nofill() 93 static void INIT rc_read(struct rc *rc) in rc_read() 103 static inline void INIT rc_init(struct rc *rc, in rc_init() 120 static inline void INIT rc_init_code(struct rc *rc) in rc_init_code() 133 static void INIT rc_do_normalize(struct rc *rc) in rc_do_normalize() 140 static inline void INIT rc_normalize(struct rc *rc) in rc_normalize() 190 static inline int INIT rc_direct_bit(struct rc *rc) in rc_direct_bit() 202 static inline void INIT 294 static inline size_t INIT get_pos(struct writer *wr) in get_pos() [all …]
|
| A D | atomic64_test.c | 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(0); in test_atomic64() 237 INIT(-one); in test_atomic64() [all …]
|
| A D | inflate.c | 126 #ifndef INIT 127 #define INIT macro 158 STATIC int INIT inflate OF((void)); 322 STATIC int INIT huft_build( in huft_build() 567 STATIC int INIT huft_free( in huft_free() 589 STATIC int INIT inflate_codes( in inflate_codes() 704 STATIC int INIT inflate_stored(void) in inflate_stored() 1034 STATIC int INIT inflate_block( in inflate_block() 1085 STATIC int INIT inflate(void) in inflate() 1146 static void INIT [all …]
|
| 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()
|
| 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()
|
| A D | locking-selftest-mutex.h | 11 #undef INIT 12 #define INIT MI macro
|
| A D | locking-selftest-rtmutex.h | 11 #undef INIT 12 #define INIT RTI macro
|
| A D | locking-selftest-spin.h | 11 #undef INIT 12 #define INIT SI macro
|
| A D | locking-selftest-rlock.h | 14 #undef INIT 15 #define INIT RWI macro
|
| A D | locking-selftest-rsem.h | 14 #undef INIT 15 #define INIT RWSI macro
|
| A D | locking-selftest-wlock.h | 14 #undef INIT 15 #define INIT RWI macro
|
| A D | locking-selftest-wsem.h | 14 #undef INIT 15 #define INIT RWSI macro
|
| A D | decompress_bunzip2.c | 116 static unsigned int INIT get_bits(struct bunzip_data *bd, char bits_wanted) in get_bits() 156 static int INIT get_next_block(struct bunzip_data *bd) in get_next_block() 524 static int INIT read_bunzip(struct bunzip_data *bd, char *outbuf, int len) in read_bunzip() 622 static long INIT nofill(void *buf, unsigned long len) in nofill() 630 static int INIT start_bunzip(struct bunzip_data **bdp, void *inbuf, long len, in start_bunzip() 680 STATIC int INIT bunzip2(unsigned char *buf, long len, in bunzip2() 748 STATIC int INIT __decompress(unsigned char *buf, long len, in __decompress()
|
| A D | decompress_unlzo.c | 41 STATIC inline long INIT parse_header(u8 *input, long *skip, long in_len) in parse_header() 97 STATIC int INIT unlzo(u8 *input, long in_len, in unlzo() 277 STATIC int INIT __decompress(unsigned char *buf, long len, in __decompress()
|
| A D | decompress_unlz4.c | 31 STATIC inline int INIT unlz4(u8 *input, long in_len, in unlz4() 207 STATIC int INIT __decompress(unsigned char *buf, long in_len, in __decompress()
|
| /linux/include/linux/decompress/ |
| A D | mm.h | 73 #define INIT macro 95 #define INIT __init macro
|
| /linux/drivers/tty/serial/jsm/ |
| A D | jsm_tty.c | 210 jsm_dbg(INIT, &channel->ch_bd->pci_dev, in jsm_tty_open() 218 jsm_dbg(INIT, &channel->ch_bd->pci_dev, in jsm_tty_open() 375 jsm_dbg(INIT, &brd->pci_dev, "start\n"); in jsm_tty_init() 428 jsm_dbg(INIT, &brd->pci_dev, "finish\n"); in jsm_tty_init() 440 jsm_dbg(INIT, &brd->pci_dev, "start\n"); in jsm_uart_port_init() 476 jsm_dbg(INIT, &brd->pci_dev, "finish\n"); in jsm_uart_port_init() 488 jsm_dbg(INIT, &brd->pci_dev, "start\n"); in jsm_remove_uart_port() 508 jsm_dbg(INIT, &brd->pci_dev, "finish\n"); in jsm_remove_uart_port()
|
| /linux/tools/bootconfig/scripts/ |
| A D | bconf2ftrace.sh | 17 INIT= 26 INIT=$1;; 65 if [ x"$INIT" != x ]; then
|
| /linux/drivers/scsi/ |
| A D | aha1542.h | 12 #define INIT BIT(5) /* Mailbox Initialization Required */ macro 18 #define STATMASK (STST | DIAGF | INIT | IDLE | CDF | DF | INVDCMD)
|
| /linux/tools/testing/selftests/bpf/progs/ |
| A D | linked_list_fail.c | 10 #define INIT \ macro 51 INIT; \ 75 INIT; \ 98 INIT; \ 136 INIT; \ 168 #undef INIT
|
| A D | cgroup_tcp_skb.c | 64 case INIT: in ingress_accept() 86 if (g_sock_state == INIT) { in egress_connect()
|
| /linux/drivers/scsi/pm8001/ |
| A D | pm80xx_hwi.c | 571 pm8001_dbg(pm8001_ha, INIT, in read_main_config_table() 577 pm8001_dbg(pm8001_ha, INIT, in read_main_config_table() 585 pm8001_dbg(pm8001_ha, INIT, in read_main_config_table() 1084 pm8001_dbg(pm8001_ha, INIT, in check_fw_ready() 1145 pm8001_dbg(pm8001_ha, INIT, in init_pci_device_addresses() 1328 pm8001_dbg(pm8001_ha, INIT, in pm80xx_get_encrypt_info() 1337 pm8001_dbg(pm8001_ha, INIT, in pm80xx_get_encrypt_info() 1359 pm8001_dbg(pm8001_ha, INIT, in pm80xx_get_encrypt_info() 1382 pm8001_dbg(pm8001_ha, INIT, in pm80xx_get_encrypt_info() 3339 pm8001_dbg(pm8001_ha, INIT, in mpi_phy_start_resp() [all …]
|
| A D | pm8001_hwi.c | 406 pm8001_dbg(pm8001_ha, INIT, in pm8001_bar4_shift() 895 pm8001_dbg(pm8001_ha, INIT, in pm8001_chip_soft_rst() 912 pm8001_dbg(pm8001_ha, INIT, in pm8001_chip_soft_rst() 919 pm8001_dbg(pm8001_ha, INIT, in pm8001_chip_soft_rst() 923 pm8001_dbg(pm8001_ha, INIT, in pm8001_chip_soft_rst() 929 pm8001_dbg(pm8001_ha, INIT, in pm8001_chip_soft_rst() 933 pm8001_dbg(pm8001_ha, INIT, in pm8001_chip_soft_rst() 942 pm8001_dbg(pm8001_ha, INIT, in pm8001_chip_soft_rst() 988 pm8001_dbg(pm8001_ha, INIT, in pm8001_chip_soft_rst() 1005 pm8001_dbg(pm8001_ha, INIT, in pm8001_chip_soft_rst() [all …]
|
| /linux/tools/testing/selftests/bpf/ |
| A D | cgroup_tcp_skb.h | 19 INIT, enumerator
|
| /linux/Documentation/security/ |
| A D | SCTP.rst | 26 Passes the ``@asoc`` and ``@chunk->skb`` of the association INIT packet to the 149 INIT ---------------------------------------------> 151 Respond to an INIT chunk. 159 <----------------------------------------------- INIT ACK 169 do the same as for INIT chunk Response. 204 Passes the ``@asoc`` and ``@chunk->skb`` of the association INIT packet to the
|