Searched refs:task (Results 276 - 300 of 394) sorted by relevance

<<111213141516

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Daudit.h121 #define AUDIT_FILTER_TASK 0x01 /* Apply rule at task creation (not syscall) */
165 * task structure at task creation time
348 extern int audit_alloc(struct task_struct *task);
349 extern void audit_free(struct task_struct *task);
393 extern int audit_set_loginuid(struct task_struct *task, uid_t loginuid);
H A Dhrtimer.h107 * @start_pid: timer statistics field to store the pid of the task which
132 * @task: task to wake up
134 * task is set to NULL, when the timer expires.
138 struct task_struct *task; member in struct:hrtimer_sleeper
H A Dkprobes.h163 struct task_struct *task; member in struct:kretprobe_instance
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/kernel/
H A Dsmp.c109 .task = new_task } );
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/xtensa/kernel/
H A Dcoprocessor.S37 # a2: task
44 1: /* Check if task is coprocessor owner of coprocessor[i]. */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/frv/kernel/
H A Dasm-offsets.c43 OFFSET(TI_TASK, thread_info, task);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/
H A Dasm-offsets.c53 OFFSET(TI_task, thread_info, task);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m32r/kernel/
H A Dptrace.c40 get_stack_long(struct task_struct *task, int offset) argument
44 stack = (unsigned long *)task_pt_regs(task);
53 put_stack_long(struct task_struct *task, int offset, unsigned long data) argument
57 stack = (unsigned long *)task_pt_regs(task);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68knommu/kernel/
H A Dasm-offsets.c28 /* offsets into the task struct */
96 DEFINE(TI_TASK, offsetof(struct thread_info, task));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/nfs/
H A Dnfs4_fs.h207 extern int nfs_wait_on_sequence(struct nfs_seqid *seqid, struct rpc_task *task);
H A Dnfs4state.c602 int nfs_wait_on_sequence(struct nfs_seqid *seqid, struct rpc_task *task) argument
611 rpc_sleep_on(&sequence->wait, task, NULL, NULL);
635 struct task_struct *task; local
639 task = kthread_run(reclaimer, clp, "%u.%u.%u.%u-reclaim",
641 if (!IS_ERR(task))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Ddn_nsp.h142 __u8 task; member in struct:srcobj_fmt
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-ia64/
H A Dunwind.h67 struct task_struct *task; member in struct:unw_frame_info
113 * Prepare to unwind blocked task t.
H A Dmachvec.h39 typedef void ia64_mv_migrate_t(struct task_struct * task);
97 machvec_noop_task (struct task_struct *task) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/kernel/
H A Dasm-offsets.c45 DEFINE(TI_TASK, offsetof(struct thread_info, task));
H A Decard.c113 * in a specific environment, create a separate task with this
114 * environment up, and pass requests to this task as and when we
259 * Allocate a mm. We're not a lazy-TLB kernel task since we need
1071 struct task_struct *task; local
1074 task = kthread_run(ecard_task, NULL, "kecardd");
1075 if (IS_ERR(task)) {
1077 PTR_ERR(task));
1078 return PTR_ERR(task);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ieee1394/
H A Dohci1394.h100 struct tasklet_struct task; member in struct:dma_rcv_ctx
131 struct tasklet_struct task; member in struct:dma_trm_ctx
H A Dohci1394.c1144 struct ohci1394_iso_tasklet task; member in struct:ohci_iso_recv
1278 ohci1394_init_iso_tasklet(&recv->task,
1283 if (ohci1394_register_iso_tasklet(recv->ohci, &recv->task) < 0) {
1291 ctx = recv->task.context;
1325 reg_write(recv->ohci, OHCI1394_IsoRecvIntMaskClear, 1 << recv->task.context);
1337 ohci1394_unregister_iso_tasklet(recv->ohci, &recv->task);
1512 reg_write(recv->ohci, OHCI1394_IsoRecvIntMaskSet, 1 << recv->task.context);
1858 struct ohci1394_iso_tasklet task; member in struct:ohci_iso_xmit
1904 ohci1394_init_iso_tasklet(&xmit->task, OHCI_ISO_TRANSMIT,
1907 if (ohci1394_register_iso_tasklet(xmit->ohci, &xmit->task) <
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh64/kernel/
H A Dswitchto.S125 ! Load PC for next task (init value or save_pc later)
138 ! Restore (when we come back to a previously saved task)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/lib/
H A Dfault-inject.c51 static bool fail_task(struct fault_attr *attr, struct task_struct *task) argument
53 return !in_interrupt() && task->make_it_fail;
265 attr->dentries.task_filter_file = debugfs_create_bool("task-filter",
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v10/kernel/
H A Dentry.S298 ; Load current task struct
311 ; Load new task struct
314 ; One more time (with new task)
423 ;; get the current task-struct pointer (see top for defs)
535 ;; resume performs the actual task-switching, by switching stack pointers
536 ;; input arguments: r10 = prev, r11 = next, r12 = thread offset in task struct
554 move.d $sp, [$r10+THREAD_ksp] ; save the kernel stack pointer for the old task
555 move.d $sp, $r10 ; return last running task in r10
557 move.d [$r10+TI_task], $r10 ; get task
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/saa7134/
H A Dsaa7134-core.c398 u32 split, task=0, ctrl=0, irq=0; local
404 /* video capture -- dma 0 + video task A */
406 task |= 0x01;
420 /* screen overlay -- dma 0 + video task B */
422 task |= 0x10;
427 /* vbi capture -- dma 0 + vbi task A+B */
429 task |= 0x22;
454 /* set task conditions + field handling */
479 saa_writeb(SAA7134_REGION_ENABLE, task);
490 dprintk("dmabits: task
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sched/
H A Dsch_atm.c78 struct tasklet_struct task; /* requeue tasklet */ member in struct:atm_qdisc_data
199 tasklet_schedule(&p->task);
453 tasklet_schedule(&p->task);
514 tasklet_schedule(&p->task);
569 tasklet_init(&p->task,sch_atm_dequeue,(unsigned long) sch);
606 tasklet_kill(&p->task);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/ipc/
H A Dmqueue.c61 struct task_struct *task; member in struct:ext_wait_queue
395 ewp->task = current;
398 if (walk->task->static_prio <= current->static_prio) {
407 * Puts current task to sleep. Caller must hold queue lock. After return
454 * Returns waiting task that should be serviced first or NULL if none exists
779 /* pipelined_send() - send a message directly to the task waiting in
789 wake_up_process(receiver->task);
794 /* pipelined_receive() - if there is task waiting in sys_mq_timedsend()
808 wake_up_process(sender->task);
874 wait.task
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/parisc/kernel/
H A Dtraps.c184 void show_stack(struct task_struct *task, unsigned long *s) argument
188 if (!task) {
204 unwind_frame_init_from_blocked_task(&info, task);

Completed in 244 milliseconds

<<111213141516