HomeSort by: relevance | last modified time | path
    Searched defs:KSTACK_SIZE (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/vax/include/
proc.h 57 #define KSTACK_SIZE \
  /src/sys/sys/
proc.h 628 * KSTACK_SIZE: the size kernel stack for a LWP, excluding red-zone.
635 #ifndef KSTACK_SIZE
636 #define KSTACK_SIZE (USPACE - ALIGN(sizeof(struct pcb)))

Completed in 12 milliseconds