/Linux-v4.19/Documentation/ia64/ |
D | mca.txt | 1 An ad-hoc collection of notes on IA64 MCA and INIT processing. Feel 6 MCA/INIT are completely asynchronous. They can occur at any time, when 8 holding a spinlock. Trying to get any lock from MCA/INIT state is 29 sends an unmaskable INIT event to the slave cpus that have not 32 * Because MCA/INIT can be delivered at any time, including when the cpu 34 event are _completely_ undefined. In particular the MCA/INIT 37 TP on return. However MCA/INIT events expose us to these PAL 40 * If an MCA/INIT event occurs while the kernel was running (not user 41 space) and the kernel has called PAL then the MCA/INIT handler cannot 44 Because the MCA/INIT handlers cannot trust the kernel stack, they [all …]
|
/Linux-v4.19/lib/ |
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_0(struct rc *rc, uint16_t *p) in rc_update_bit_0() [all …]
|
D | atomic64_test.c | 150 #define INIT(c) do { atomic64_set(&v, c); r = c; } while (0) macro 194 INIT(v0); in test_atomic64() 199 INIT(v0); in test_atomic64() 210 INIT(v0); in test_atomic64() 214 INIT(v0); in test_atomic64() 219 INIT(onestwos); in test_atomic64() 224 INIT(0); in test_atomic64() 228 INIT(-one); in test_atomic64() 232 INIT(onestwos); in test_atomic64() 237 INIT(0); in test_atomic64() [all …]
|
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 inflate OF((void)); [all …]
|
D | decompress_inflate.c | 32 static long INIT nofill(void *buffer, unsigned long len) in nofill() 38 STATIC int INIT __gunzip(unsigned char *buf, long len, in __gunzip() 187 STATIC int INIT gunzip(unsigned char *buf, long len, in gunzip() 197 STATIC int INIT __decompress(unsigned char *buf, long len, in __decompress()
|
D | locking-selftest-mutex.h | 11 #undef INIT 12 #define INIT MI macro
|
D | locking-selftest-rtmutex.h | 11 #undef INIT 12 #define INIT RTI macro
|
D | locking-selftest-spin.h | 11 #undef INIT 12 #define INIT SI macro
|
D | locking-selftest-rlock.h | 14 #undef INIT 15 #define INIT RWI macro
|
D | locking-selftest-rsem.h | 14 #undef INIT 15 #define INIT RWSI macro
|
D | locking-selftest-wlock.h | 14 #undef INIT 15 #define INIT RWI macro
|
D | locking-selftest-wsem.h | 14 #undef INIT 15 #define INIT RWSI macro
|
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() 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()
|
D | decompress_unlzo.c | 55 STATIC inline long INIT parse_header(u8 *input, long *skip, long in_len) in parse_header() 112 STATIC int INIT unlzo(u8 *input, long in_len, in unlzo() 292 STATIC int INIT __decompress(unsigned char *buf, long len, in __decompress()
|
D | decompress_unlz4.c | 34 STATIC inline int INIT unlz4(u8 *input, long in_len, in unlz4() 202 STATIC int INIT __decompress(unsigned char *buf, long in_len, in __decompress()
|
D | decompress_unxz.c | 251 STATIC int INIT unxz(unsigned char *in, long in_size, in unxz() 398 STATIC int INIT __decompress(unsigned char *buf, long len, in __decompress()
|
/Linux-v4.19/include/linux/decompress/ |
D | mm.h | 65 #define INIT macro 87 #define INIT __init macro
|
/Linux-v4.19/drivers/scsi/ |
D | aha1542.h | 12 #define INIT BIT(5) /* Mailbox Initialization Required */ macro 18 #define STATMASK (STST | DIAGF | INIT | IDLE | CDF | DF | INVDCMD)
|
/Linux-v4.19/drivers/tty/serial/jsm/ |
D | jsm_tty.c | 209 jsm_dbg(INIT, &channel->ch_bd->pci_dev, in jsm_tty_open() 217 jsm_dbg(INIT, &channel->ch_bd->pci_dev, in jsm_tty_open() 372 jsm_dbg(INIT, &brd->pci_dev, "start\n"); in jsm_tty_init() 425 jsm_dbg(INIT, &brd->pci_dev, "finish\n"); in jsm_tty_init() 437 jsm_dbg(INIT, &brd->pci_dev, "start\n"); in jsm_uart_port_init() 473 jsm_dbg(INIT, &brd->pci_dev, "finish\n"); in jsm_uart_port_init() 485 jsm_dbg(INIT, &brd->pci_dev, "start\n"); in jsm_remove_uart_port() 505 jsm_dbg(INIT, &brd->pci_dev, "finish\n"); in jsm_remove_uart_port()
|
D | jsm_driver.c | 124 jsm_dbg(INIT, &brd->pci_dev, in jsm_probe_one() 187 jsm_dbg(INIT, &brd->pci_dev, "jsm_found_board - NEO adapter\n"); in jsm_probe_one()
|
/Linux-v4.19/Documentation/security/ |
D | LSM-sctp.rst | 20 Passes the ``@ep`` and ``@chunk->skb`` of the association INIT packet to the 141 INIT ---------------------------------------------> 143 Respond to an INIT chunk. 151 <----------------------------------------------- INIT ACK
|
/Linux-v4.19/drivers/net/ethernet/dec/tulip/ |
D | de4x5.c | 2369 lp->media = INIT; in autoconf_media() 2398 case INIT: in dc21040_autoconf() 2452 lp->media = INIT; in dc21040_autoconf() 2526 lp->media = INIT; in de4x5_suspect_state() 2552 case INIT: in dc21041_autoconf() 2732 lp->media = INIT; in dc21041_autoconf() 2754 case INIT: in dc21140m_autoconf() 2876 lp->media = INIT; in dc21140m_autoconf() 2894 lp->media = INIT; in dc21140m_autoconf() 2907 lp->media = INIT; in dc21140m_autoconf() [all …]
|
/Linux-v4.19/arch/powerpc/boot/ |
D | decompress.c | 27 #define INIT macro
|
/Linux-v4.19/drivers/infiniband/hw/qib/ |
D | qib_diag.c | 64 enum diag_state { UNUSED = 0, OPENED, INIT, READY }; enumerator 827 dc->state = INIT; in qib_diag_read() 851 ((*off || count != 8) || dc->state != INIT)) in qib_diag_write() 901 if (dc->state == INIT) in qib_diag_write()
|
/Linux-v4.19/include/linux/mfd/ |
D | db8500-prcmu.h | 107 INIT = 0x00, enumerator 558 return INIT; in prcmu_get_rc_p2a()
|