/linux-2.4.37.9/net/sctp/ |
D | inqueue.c | 57 INIT_LIST_HEAD(&queue->immediate.list); in sctp_inq_init() 58 queue->immediate.sync = 0; in sctp_inq_init() 59 queue->immediate.routine = NULL; in sctp_inq_init() 60 queue->immediate.data = NULL; in sctp_inq_init() 99 q->immediate.routine(q->immediate.data); in sctp_inq_push() 205 q->immediate.routine = callback; in sctp_inq_set_th_handler() 206 q->immediate.data = arg; in sctp_inq_set_th_handler()
|
/linux-2.4.37.9/drivers/scsi/aic7xxx_old/ |
D | sequencer.h | 42 immediate : 8, member 62 immediate : 8, member 76 immediate : 8; member 95 immediate : 8; member
|
/linux-2.4.37.9/drivers/scsi/aic7xxx/aicasm/ |
D | aicasm_insformat.h | 47 uint32_t immediate : 8, member 59 immediate : 8; 83 uint32_t immediate : 8, member 93 immediate : 8;
|
D | aicasm_gram.y | 208 %type <expression> expression immediate immediate_or_a 908 immediate: 1215 T_BMOV destination ',' source ',' immediate ret ';' 1232 T_MVI destination ',' immediate ret ';' 1342 T_OR reg_symbol ',' immediate jmp_jc_jnc_call address ';' 1373 T_MVI immediate jmp_jc_jnc_call address ';' 1632 f1_instr->immediate = immed->value; in format_1_instr() 1772 f3_instr->immediate = immed->value; in format_3_instr()
|
/linux-2.4.37.9/drivers/net/ |
D | plip.c | 215 struct tq_struct immediate; member 352 INIT_LIST_HEAD(&nl->immediate.list); in plip_init_dev() 353 nl->immediate.sync = 0; in plip_init_dev() 354 nl->immediate.routine = (void (*)(void *))plip_bh; in plip_init_dev() 355 nl->immediate.data = dev; in plip_init_dev() 383 queue_task(&nl->immediate, &tq_immediate); in plip_kick_bh() 744 queue_task(&nl->immediate, &tq_immediate); in plip_receive_packet() 1001 queue_task(&nl->immediate, &tq_immediate); in plip_interrupt() 1055 queue_task(&nl->immediate, &tq_immediate); in plip_tx_packet()
|
/linux-2.4.37.9/drivers/scsi/ |
D | st.h | 79 unsigned char immediate; member
|
D | st.c | 1950 "st%d: sysv: %d nowait: %d\n", dev, STm->sysv, STp->immediate); in st_log_options() 1987 STp->immediate = (options & MT_ST_NOWAIT) != 0; in st_set_options() 2017 STp->immediate = value; in st_set_options() 2296 if (STp->immediate) { in do_load_unload() 2493 if (STp->immediate) { in st_int_ioctl() 2506 if (STp->immediate) { in st_int_ioctl() 2539 if (STp->immediate) { in st_int_ioctl() 2890 if (STp->immediate) { in set_location() 3911 tpnt->immediate = ST_NOWAIT; in st_attach()
|
D | README.st | 311 MT_ST_NOWAIT enables immediate mode (i.e., don't wait for
|
D | aic7xxx_old.c | 1757 fmt1_ins->immediate = dconsts[fmt1_ins->immediate]; in aic7xxx_download_instr() 1782 instr.integer = fmt3_ins->immediate | in aic7xxx_download_instr() 1789 instr.integer = fmt1_ins->immediate | in aic7xxx_download_instr()
|
D | README.ibmmca | 214 the immediate assign command of the SCSI-subsystem for probing through 1011 the immediate assign, which is of vital importance for
|
/linux-2.4.37.9/arch/arm/mm/ |
D | proc-arm720.S | 194 and r5, r4, #0x00f @ get Rm / low nibble of immediate value 195 tst r4, #1 << 22 @ if (immediate offset) 196 andne r2, r4, #0xf00 @ { immediate high nibble
|
/linux-2.4.37.9/Documentation/input/ |
D | joystick-api.txt | 283 int buttons; /* immediate button state */ 284 int x; /* immediate x axis value */ 285 int y; /* immediate y axis value */
|
/linux-2.4.37.9/arch/m68k/math-emu/ |
D | fp_scan.S | 197 | all pc relative addressing modes and immediate/absolute modes end up here 221 | addressing mode: immediate data
|
/linux-2.4.37.9/Documentation/sysctl/ |
D | kernel.txt | 70 Nerve Pinch (tm) will be an immediate reboot, without even
|
/linux-2.4.37.9/fs/reiserfs/ |
D | journal.c | 2651 int flush_old_commits(struct super_block *p_s_sb, int immediate) { in flush_old_commits() argument 2669 immediate)) { in flush_old_commits() 2681 if (!immediate && atomic_read(&(SB_JOURNAL(p_s_sb)->j_wcount)) <= 0 && in flush_old_commits() 2689 …} else if (immediate) { /* belongs above, but I wanted this to be very explicit as a special case.… in flush_old_commits()
|
/linux-2.4.37.9/include/net/sctp/ |
D | structs.h | 953 struct tq_struct immediate; member
|
/linux-2.4.37.9/Documentation/networking/ |
D | PLIP.txt | 85 data) is, by default, 500usec. As IRQ delivery is more or less immediate,
|
D | NAPI_HOWTO.txt | 641 as soon as the "interrupt-enable" bit is unmasked, an immediate interrupt is 652 status is set that an immediate irq is triggered.
|
/linux-2.4.37.9/Documentation/crypto/ |
D | descore-readme.txt | 242 greater than 127 in value (can't use movq or byte immediate on CISC) 243 9-127 (may not be able to use CISC shift immediate or add/sub quick),
|
/linux-2.4.37.9/drivers/net/wan/8253x/ |
D | readme.txt | 166 extra configuration. [Note that immediate use of the WMS3500 products
|
/linux-2.4.37.9/drivers/char/ |
D | ser_a2232fw.ax | 111 biti macro * immediate value
|
/linux-2.4.37.9/drivers/scsi/aic7xxx/ |
D | aic7xxx_core.c | 6539 fmt1_ins->immediate = dconsts[fmt1_ins->immediate]; in ahc_download_instr() 6551 if (fmt1_ins->immediate != 1) in ahc_download_instr() 6555 fmt1_ins->immediate = 0xff; in ahc_download_instr() 6576 fmt3_ins->immediate in ahc_download_instr() 6582 fmt1_ins->immediate in ahc_download_instr()
|
/linux-2.4.37.9/Documentation/kbuild/ |
D | makefiles.txt | 110 immediate evaluation of the right-hand side and stores an actual string
|
/linux-2.4.37.9/Documentation/ |
D | README.DAC960 | 276 drives that have been created are available for immediate use even while they
|
/linux-2.4.37.9/arch/m68k/ifpsp060/src/ |
D | isp.S | 1894 # either predecrement, postincrement, or immediate.
|