Home
last modified time | relevance | path

Searched refs:INIT (Results 1 – 25 of 59) sorted by relevance

123

/linux/rust/syn/
H A Dscan_expr.rs34 static INIT: [(Input, Action); 28] = [ variable
52 (Punct("!"), SetState(&INIT)),
53 (Punct("#"), SetState(&[(ConsumeDelimiter, SetState(&INIT))])),
55 (Punct("*"), SetState(&INIT)),
56 (Punct("-"), SetState(&INIT)),
57 (Punct("..="), SetState(&INIT)),
60 (ConsumeLifetime, SetState(&[(Punct(":"), SetState(&INIT))])),
67 (Punct("..="), SetState(&INIT)),
71 (ConsumeBinOp, SetState(&INIT)),
72 (Punct("="), SetState(&INIT)),
[all …]
/linux/lib/
H A Ddecompress_unlzma.c44 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()
150 static inline uint32_t INIT rc_is_bit_0_helper(struct rc *rc, uint16_t *p) in rc_is_bit_0_helper()
156 static inline int INIT rc_is_bit_0(struct rc *rc, uint16_t *p) in rc_is_bit_0()
163 static inline void INIT rc_update_bit_0(struct rc *rc, uint16_t *p) in rc_update_bit_0()
[all …]
H A Ddecompress_unzstd.c90 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()
H A Ddecompress_inflate.c36 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 Dlocking-selftest-spin.h11 #undef INIT
12 #define INIT SI macro
H A Dlocking-selftest-rtmutex.h11 #undef INIT
12 #define INIT RTI macro
H A Dlocking-selftest-mutex.h11 #undef INIT
12 #define INIT MI macro
H A Dlocking-selftest-rsem.h14 #undef INIT
15 #define INIT RWSI macro
H A Dlocking-selftest-wsem.h14 #undef INIT
15 #define INIT RWSI macro
H A Dlocking-selftest-wlock.h14 #undef INIT
15 #define INIT RWI macro
H A Dlocking-selftest-rlock.h14 #undef INIT
15 #define INIT RWI macro
H A Ddecompress_bunzip2.c116 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()
H A Ddecompress_unlzo.c41 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()
H A Ddecompress_unlz4.c31 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/Documentation/translations/zh_CN/security/
H A DSCTP.rst31 将关联INIT数据包的 ``@asoc`` 和 ``@chunk->skb`` 传递给安全模块。
142 INIT --------------------------------------------->
144 响应一个INIT数据块。
150 <----------------------------------------------- INIT ACK
159 执行与INIT数据块响应相同的操作。
194 将关联INIT数据包的 ``@asoc`` 和 ``@chunk->skb`` 传递给安全模块。
/linux/include/linux/decompress/
H A Dmm.h73 #define INIT macro
95 #define INIT __init macro
/linux/rust/proc-macro2/
H A Ddetection.rs7 static INIT: Once = Once::new(); variable
16 INIT.call_once(initialize); in inside_proc_macro()
/linux/drivers/tty/serial/jsm/
H A Djsm_tty.c210 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()
477 jsm_dbg(INIT, &brd->pci_dev, "finish\n"); in jsm_uart_port_init()
489 jsm_dbg(INIT, &brd->pci_dev, "start\n"); in jsm_remove_uart_port()
509 jsm_dbg(INIT, &brd->pci_dev, "finish\n"); in jsm_remove_uart_port()
/linux/tools/bootconfig/scripts/
H A Dbconf2ftrace.sh17 INIT=
26 INIT=$1;;
65 if [ x"$INIT" != x ]; then
/linux/tools/testing/selftests/bpf/progs/
H A Dlinked_list_fail.c10 #define INIT \ macro
51 INIT; \
75 INIT; \
98 INIT; \
136 INIT; \
168 #undef INIT
H A Dcgroup_tcp_skb.c64 case INIT: in ingress_accept()
86 if (g_sock_state == INIT) { in egress_connect()
/linux/drivers/scsi/
H A Daha1542.h12 #define INIT BIT(5) /* Mailbox Initialization Required */ macro
18 #define STATMASK (STST | DIAGF | INIT | IDLE | CDF | DF | INVDCMD)
/linux/drivers/scsi/pm8001/
H A Dpm8001_init.c322 pm8001_dbg(pm8001_ha, INIT, "pm8001_alloc: PHY:%x\n", in pm8001_alloc()
506 pm8001_dbg(pm8001_ha, INIT, in pm8001_ioremap()
511 pm8001_dbg(pm8001_ha, INIT, in pm8001_ioremap()
771 pm8001_dbg(pm8001_ha, INIT, "phy %d sas_addr = %016llx\n", i, in pm8001_init_sas_add()
804 pm8001_dbg(pm8001_ha, INIT, "nvmd failed\n"); in pm8001_get_phy_settings_info()
898 pm8001_dbg(pm8001_ha, INIT, in pm8001_get_phy_mask()
997 pm8001_dbg(pm8001_ha, INIT, in pm8001_setup_msix()
1012 pm8001_dbg(pm8001_ha, INIT, in pm8001_request_msix()
1074 pm8001_dbg(pm8001_ha, INIT, "MSIX not supported!!!\n"); in pm8001_request_irq()
1388 pm8001_dbg(pm8001_ha, INIT, "chip soft reset successful\n"); in pm8001_pci_resume()
/linux/Documentation/security/
H A DSCTP.rst26 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
/linux/tools/testing/selftests/bpf/
H A Dcgroup_tcp_skb.h19 INIT, enumerator

123