Home
last modified time | relevance | path

Searched defs:req_cpu (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/arch/ia64/kernel/
H A Dpalinfo.c798 unsigned req_cpu: 32; /* for which CPU this info is */ member
803 #define req_cpu pal_func_cpu.req_cpu macro
/openbmc/linux/drivers/scsi/qedi/
H A Dqedi.h241 unsigned int req_cpu; /* CPU that the task is queued on */ member
/openbmc/linux/drivers/scsi/
H A Dqlogicpti.h341 struct pti_queue_entry *req_cpu; /* Ptr to REQUEST bufs (CPU) */ member
/openbmc/linux/drivers/scsi/qedf/
H A Dqedf.h297 unsigned int req_cpu; /* CPU that the task is queued on */ member
/openbmc/linux/kernel/
H A Dworkqueue.c1709 unsigned int req_cpu = cpu; in __queue_work() local