Home
last modified time | relevance | path

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

1234

/openbmc/linux/Documentation/arch/ia64/
H A Dmca.rst2 An ad-hoc collection of notes on IA64 MCA and INIT processing
9 MCA/INIT are completely asynchronous. They can occur at any time, when
11 holding a spinlock. Trying to get any lock from MCA/INIT state is
32 sends an unmaskable INIT event to the slave cpus that have not
37 event are _completely_ undefined. In particular the MCA/INIT
40 TP on return. However MCA/INIT events expose us to these PAL
48 have to use their own, per-cpu stacks. The MCA/INIT stacks are
76 switches to an MCA/INIT stack, registers its new stack using
95 stacks meant separate "tasks" for the MCA/INIT handlers.
117 violations. Unfortunately MCA/INIT start off as massive layer
[all …]
/openbmc/linux/lib/
H A Ddecompress_unlzma.c42 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()
188 static inline int INIT rc_direct_bit(struct rc *rc) in rc_direct_bit()
200 static inline void INIT
292 static inline size_t INIT get_pos(struct writer *wr) in get_pos()
[all …]
H A Datomic64_test.c190 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 …]
H A Dinflate.c126 #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 …]
H A Dlocking-selftest-mutex.h11 #undef INIT
12 #define INIT MI macro
H A Dlocking-selftest-rtmutex.h11 #undef INIT
12 #define INIT RTI macro
H A Dlocking-selftest-spin.h11 #undef INIT
12 #define INIT SI macro
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 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 Dlocking-selftest-rsem.h14 #undef INIT
15 #define INIT RWSI macro
H A Dlocking-selftest-rlock.h14 #undef INIT
15 #define INIT RWI macro
H A Dlocking-selftest-wlock.h14 #undef INIT
15 #define INIT RWI macro
H A Dlocking-selftest-wsem.h14 #undef INIT
15 #define INIT RWSI 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()
523 static int INIT read_bunzip(struct bunzip_data *bd, char *outbuf, int len) in read_bunzip()
621 static long INIT nofill(void *buf, unsigned long len) in nofill()
629 static int INIT start_bunzip(struct bunzip_data **bdp, void *inbuf, long len, in start_bunzip()
679 STATIC int INIT bunzip2(unsigned char *buf, long len, in bunzip2()
747 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()
/openbmc/openbmc/poky/meta/recipes-connectivity/avahi/files/
H A Dinitscript.patch10 +### BEGIN INIT INFO
21 +### END INIT INFO
32 +### BEGIN INIT INFO
43 +### END INIT INFO
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/lldpd/files/
H A Dlldpd.init.d2 ### BEGIN INIT INFO
12 ### END INIT INFO
/openbmc/linux/include/linux/decompress/
H A Dmm.h73 #define INIT macro
95 #define INIT __init macro
/openbmc/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)
/openbmc/linux/tools/bootconfig/scripts/
H A Dbconf2ftrace.sh17 INIT=
26 INIT=$1;;
65 if [ x"$INIT" != x ]; then
/openbmc/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()
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()
/openbmc/openbmc/poky/meta/recipes-extended/rpcbind/rpcbind/
H A Dinit.d5 ### BEGIN INIT INFO
17 ### END INIT INFO
/openbmc/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
/openbmc/linux/drivers/scsi/pm8001/
H A Dpm80xx_hwi.c1084 pm8001_dbg(pm8001_ha, INIT, in check_fw_ready()
1145 pm8001_dbg(pm8001_ha, INIT, in init_pci_device_addresses()
1166 pm8001_dbg(pm8001_ha, INIT, "GST OFFSET 0x%x\n", 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()
1489 pm8001_dbg(pm8001_ha, INIT, in pm80xx_chip_post_init()
3359 pm8001_dbg(pm8001_ha, INIT, in mpi_phy_start_resp()
4761 pm8001_dbg(pm8001_ha, INIT, in pm80xx_chip_reg_dev_req()
[all …]

1234