Searched refs:task (Results 176 - 200 of 264) sorted by relevance

1234567891011

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/ieee1394/
H A Dohci1394.h101 struct tasklet_struct task; member in struct:dma_rcv_ctx
130 struct tasklet_struct task; member in struct:dma_trm_ctx
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/message/fusion/
H A Dlinux_compat.h115 #define DECLARE_WAITQUEUE(name, task) \
116 struct wait_queue (name) = { (task), NULL }
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dncp.h26 __u8 task __attribute__((packed)); member in struct:ncp_request_header
39 __u8 task __attribute__((packed)); member in struct:ncp_reply_header
H A Dsched.h161 extern int schedule_task(struct tq_struct *task);
219 spinlock_t page_table_lock; /* Protects task page tables and mm->rss */
337 /* task state */
394 /* CPU-specific state of this task */
441 #define PF_USEDFPU 0x00100000 /* task used FPU this quantum (SMP) */
471 * INIT_TASK is used to set up the first task table, touch at
523 struct task_struct task; member in union:task_union
679 /* Reevaluate whether the task has signals pending delivery.
881 #define for_each_thread(task) \
882 for (task
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dncp.h26 __u8 task __attribute__((packed)); member in struct:ncp_request_header
39 __u8 task __attribute__((packed)); member in struct:ncp_reply_header
H A Dsched.h161 extern int schedule_task(struct tq_struct *task);
219 spinlock_t page_table_lock; /* Protects task page tables and mm->rss */
344 /* task state */
401 /* CPU-specific state of this task */
448 #define PF_USEDFPU 0x00100000 /* task used FPU this quantum (SMP) */
478 * INIT_TASK is used to set up the first task table, touch at
530 struct task_struct task; member in union:task_union
686 /* Reevaluate whether the task has signals pending delivery.
888 #define for_each_thread(task) \
889 for (task
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/acpi/
H A Dos.c633 * all other task queues run at interrupt-level.
639 static struct tq_struct task; local
652 memset(&task, 0, sizeof(struct tq_struct));
654 task.routine = acpi_os_schedule_exec;
655 task.data = (void*)dpc;
657 if (schedule_task(&task) < 0) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/message/i2o/
H A Di2o_scsi.c66 s16 task[16][8]; /* Allow 16 devices for now */ member in struct:i2o_scsi_host
327 h->task[target][lun] = -1;
354 h->task[target][lun]=unit->lct_data.tid;
527 tid = hostdata->task[SCpnt->target][SCpnt->lun];
771 tid = hostdata->task[SCpnt->target][SCpnt->lun];
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/lockd/
H A Dsvc4proc.c487 nlm4svc_callback_exit(struct rpc_task *task) argument
489 struct nlm_rqst *call = (struct nlm_rqst *) task->tk_calldata;
491 if (task->tk_status < 0) {
493 task->tk_pid, -task->tk_status);
H A Dsvcproc.c515 nlmsvc_callback_exit(struct rpc_task *task) argument
517 struct nlm_rqst *call = (struct nlm_rqst *) task->tk_calldata;
519 if (task->tk_status < 0) {
521 task->tk_pid, -task->tk_status);
H A Dsvclock.c44 static void nlmsvc_grant_callback(struct rpc_task *task);
570 nlmsvc_grant_callback(struct rpc_task *task) argument
572 struct nlm_rqst *call = (struct nlm_rqst *) task->tk_calldata;
587 if (task->tk_status < 0) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/s390/kernel/
H A Dtraps.c224 char *task_show_regs(struct task_struct *task, char *buffer) argument
228 regs = __KSTK_PTREGS(task);
229 buffer += sprintf(buffer, "task: %08lx, ksp: %08x\n",
230 (unsigned long) task, task->thread.ksp);
683 /* I've seen this possibly a task structure being reused ? */
685 printk("switching off per tracing for this task.\n");
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/cris/kernel/
H A Dprocess.c99 * Initial task structure. Make this a per-architecture thing,
111 * Initial task structure.
120 { INIT_TASK(init_task_union.task) };
232 * remember that the task_struct doubles as the kernel stack for the task
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ia64/
H A Dunwind.h64 struct task_struct *task; member in struct:unw_frame_info
105 * Prepare to unwind blocked task t.
H A Dsystem.h379 extern void ia64_save_extra (struct task_struct *task);
380 extern void ia64_load_extra (struct task_struct *task);
407 * task->thread.fph, avoiding the complication of having to fetch
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-sparc/
H A Dprocessor.h91 #define SPARC_FLAG_KTHREAD 0x1 /* task is a kernel thread */
192 /* Allocation and freeing of basic task resources. */
201 #define init_task (init_task_union.task)
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-ia64/
H A Dunwind.h64 struct task_struct *task; member in struct:unw_frame_info
105 * Prepare to unwind blocked task t.
H A Dsystem.h379 extern void ia64_save_extra (struct task_struct *task);
380 extern void ia64_load_extra (struct task_struct *task);
407 * task->thread.fph, avoiding the complication of having to fetch
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-sparc/
H A Dprocessor.h91 #define SPARC_FLAG_KTHREAD 0x1 /* task is a kernel thread */
192 /* Allocation and freeing of basic task resources. */
201 #define init_task (init_task_union.task)
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/net/
H A Ddn_nsp.h142 unsigned char task __attribute__((packed)); member in struct:srcobj_fmt
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/net/
H A Ddn_nsp.h142 unsigned char task __attribute__((packed)); member in struct:srcobj_fmt
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/ncpfs/
H A Dsock.c223 reply.task,
231 /* seem to get wrong task from NW311 && (reply.task == request.task) */
523 * The server shouldn't know or care what task is making a
524 * request, so we always use the same task number.
526 h->task = 2; /* (current->pid) & 0xff; */
559 h->task = 2; /* see above */
583 h->task = 2; /* see above */
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/m68k/kernel/
H A Dprocess.c36 * Initial task structure. Make this a per-architecture thing,
48 = { task: INIT_TASK(init_task_union.task) };
/asus-wl-520gu-7.0.1.45/src/linux/linux/Documentation/
H A Dsmp.tex71 by a kernel task. That is interrupts will run to completion or be
89 process sets perform well but I/O bound task sets can easily degenerate to
145 The kernel scheduler implements a simple but very effective task
147 multiprocessor kernel. A processor field is added to each task, and this
148 maintains the number of the processor executing a given task, or a magic
151 Each processor executes the scheduler itself and will select the next task
171 as task[0] and the init process as task[1]. Because there are multiple idle
255 flag. Each processor spinning in smp\_callin() then loads the task register
256 with the task stat
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/sched/
H A Dsch_atm.c78 struct tasklet_struct task; /* requeue tasklet */ member in struct:atm_qdisc_data
211 tasklet_schedule(&p->task);
459 tasklet_schedule(&p->task);
520 tasklet_schedule(&p->task);
572 tasklet_init(&p->task,sch_atm_dequeue,(unsigned long) sch);
609 tasklet_kill(&p->task);

Completed in 235 milliseconds

1234567891011