Searched refs:stk (Results 1 – 8 of 8) sorted by relevance
/linux-2.4.37.9/drivers/block/ |
D | cciss_scsi.c | 136 struct cciss_scsi_cmd_stack_t *stk; in scsi_cmd_alloc() local 140 stk = &sa->cmd_stack; in scsi_cmd_alloc() 142 if (stk->top < 0) in scsi_cmd_alloc() 144 c = stk->elem[stk->top]; in scsi_cmd_alloc() 151 stk->top--; in scsi_cmd_alloc() 169 struct cciss_scsi_cmd_stack_t *stk; in scsi_cmd_free() local 172 stk = &sa->cmd_stack; in scsi_cmd_free() 173 if (stk->top >= CMD_STACK_SIZE) { in scsi_cmd_free() 177 stk->top++; in scsi_cmd_free() 178 stk->elem[stk->top] = (struct cciss_scsi_cmd_stack_elem_t *) cmd; in scsi_cmd_free() [all …]
|
/linux-2.4.37.9/arch/sparc64/kernel/ |
D | process.c | 233 unsigned long *stk; in show_stackframe() local 251 stk = (unsigned long *)((unsigned long)sf + STACKFRAME_SZ); in show_stackframe() 254 printk("s%d: %016lx\n", i++, *stk++); in show_stackframe() 261 unsigned *stk; in show_stackframe32() local 279 stk = (unsigned *)((unsigned long)sf + STACKFRAME32_SZ); in show_stackframe32() 282 printk("s%d: %08x\n", i++, *stk++); in show_stackframe32()
|
/linux-2.4.37.9/include/asm-m68k/ |
D | entry.h | 92 addl %sp@+,%sp | stk adj
|
/linux-2.4.37.9/arch/sparc/kernel/ |
D | process.c | 269 unsigned long *stk; in show_stackframe() local 287 stk = (unsigned long *)((unsigned long)sf + STACKFRAME_SZ); in show_stackframe() 290 printk("s%d: %08lx\n", i++, *stk++); in show_stackframe()
|
/linux-2.4.37.9/net/sched/ |
D | sch_htb.c | 955 } stk[TC_HTB_MAXDEPTH],*sp = stk; in htb_lookup_leaf() local 976 if (sp > stk) { in htb_lookup_leaf()
|
/linux-2.4.37.9/arch/m68k/ifpsp060/src/ |
D | isp.S | 3135 mov.w &0x4008,EXC_IVOFF(%a6) # put new stk fmt, voff
|
D | fpsp.S | 2730 mov.w &0x2024,0x6(%sp) # stk fmt = 0x2; voff = 0x024 3949 # - The system stack contains the "Unimplemented Instr" stk frame # 4130 mov.w &0x2024,0x6(%sp) # stk fmt = 0x2; voff = 0x24 23962 mov.l 0x8(%a0),-(%sp) # put input op mantissa on stk
|
D | pfpsp.S | 2729 mov.w &0x2024,0x6(%sp) # stk fmt = 0x2; voff = 0x024 13922 mov.l 0x8(%a0),-(%sp) # put input op mantissa on stk
|