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

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/kernel/
H A Dirq.c126 irqctx->tinfo.task = curctx->tinfo.task;
182 irqctx->tinfo.task = NULL;
191 irqctx->tinfo.task = NULL;
225 irqctx->tinfo.task = curctx->task;
H A Dptrace.c36 static inline int get_stack_long(struct task_struct *task, int offset) argument
40 stack = (unsigned char *)task_pt_regs(task);
48 static inline int put_stack_long(struct task_struct *task, int offset, argument
53 stack = (unsigned char *)task_pt_regs(task);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/
H A Dirq.c121 irqctx->tinfo.task = curctx->tinfo.task;
173 irqctx->tinfo.task = NULL;
182 irqctx->tinfo.task = NULL;
216 irqctx->tinfo.task = curctx->task;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/kernel/
H A Dptrace.c70 * Get contents of register REGNO in task TASK.
72 static inline long get_reg(struct task_struct *task, int regno) argument
77 addr = &task->thread.usp;
79 addr = (unsigned long *)(task->thread.esp0 + regoff[regno]);
86 * Write contents of register REGNO in task TASK.
88 static inline int put_reg(struct task_struct *task, int regno, argument
94 addr = &task->thread.usp;
96 addr = (unsigned long *)(task->thread.esp0 + regoff[regno]);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68knommu/kernel/
H A Dptrace.c56 * Get contents of register REGNO in task TASK.
58 static inline long get_reg(struct task_struct *task, int regno) argument
63 addr = &task->thread.usp;
65 addr = (unsigned long *)(task->thread.esp0 + regoff[regno]);
72 * Write contents of register REGNO in task TASK.
74 static inline int put_reg(struct task_struct *task, int regno, argument
80 addr = &task->thread.usp;
82 addr = (unsigned long *) (task->thread.esp0 + regoff[regno]);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-parisc/
H A Dprocessor.h121 #define SET_UNALIGN_CTL(task,value) \
123 (task)->thread.flags = (((task)->thread.flags & ~PARISC_UAC_MASK) \
129 #define GET_UNALIGN_CTL(task,addr) \
131 put_user(((task)->thread.flags & PARISC_UAC_MASK) \
153 void show_trace(struct task_struct *task, unsigned long *stack);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sunrpc/
H A Dxprtsock.c406 * xs_nospace - place task on wait queue if transmit was incomplete
407 * @task: task to put to sleep
410 static void xs_nospace(struct rpc_task *task) argument
412 struct rpc_rqst *req = task->tk_rqstp;
417 task->tk_pid, req->rq_slen - req->rq_bytes_sent,
426 task->tk_status = -ENOTCONN;
428 xprt_wait_for_buffer_space(task);
433 rpc_delay(task, HZ>>4);
438 * @task
447 xs_udp_send_request(struct rpc_task *task) argument
501 xs_tcp_send_request(struct rpc_task *task) argument
572 xs_tcp_release_xprt(struct rpc_xprt *xprt, struct rpc_task *task) argument
661 struct rpc_task *task; local
1104 xs_udp_timer(struct rpc_task *task) argument
1383 xs_connect(struct rpc_task *task) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/crypto/
H A Dcryptd.c32 struct task_struct *task; member in struct:cryptd_state
137 wake_up_process(state->task);
301 state->task = kthread_run(fn, state, name);
302 if (IS_ERR(state->task))
303 return PTR_ERR(state->task);
311 kthread_stop(state->task);
362 kthread_stop(state.task);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/libsas/
H A Dsas_expander.c40 /* ---------- SMP task management ---------- */
44 struct sas_task *task = (void *) _task; local
47 spin_lock_irqsave(&task->task_state_lock, flags);
48 if (!(task->task_state_flags & SAS_TASK_STATE_DONE))
49 task->task_state_flags |= SAS_TASK_STATE_ABORTED;
50 spin_unlock_irqrestore(&task->task_state_lock, flags);
52 complete(&task->completion);
55 static void smp_task_done(struct sas_task *task) argument
57 if (!del_timer(&task->timer))
59 complete(&task
69 struct sas_task *task = NULL; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/lockd/
H A Dclntproc.c637 static void nlmclnt_unlock_callback(struct rpc_task *task, void *data) argument
642 if (RPC_ASSASSINATED(task))
645 if (task->tk_status < 0) {
646 dprintk("lockd: unlock failed (err = %d)\n", -task->tk_status);
650 rpc_delay(task, NLMCLNT_GRACE_WAIT);
660 rpc_restart_call(task);
705 static void nlmclnt_cancel_callback(struct rpc_task *task, void *data) argument
710 if (RPC_ASSASSINATED(task))
713 if (task->tk_status < 0) {
715 task
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m32r/kernel/
H A Dtraps.c125 void show_trace(struct task_struct *task, unsigned long *stack) argument
143 void show_stack(struct task_struct *task, unsigned long *sp) argument
154 if (task)
155 sp = (unsigned long *)task->thread.sp;
169 show_trace(task, sp);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/oprofile/
H A Dcpu_buffer.c174 struct task_struct * task; local
185 task = current;
193 /* notice a task switch */
194 if (cpu_buf->last_task != task) {
195 cpu_buf->last_task = task;
196 add_code(cpu_buf, (unsigned long)task);
280 * the task mortuary progresses
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/nfs/
H A Dnfs3proc.c47 nfs3_async_handle_jukebox(struct rpc_task *task, struct inode *inode) argument
49 if (task->tk_status != -EJUKEBOX)
52 task->tk_status = 0;
53 rpc_restart_call(task);
54 rpc_delay(task, NFS_JUKEBOX_RETRY_TIME);
397 nfs3_proc_unlink_done(struct dentry *dir, struct rpc_task *task) argument
399 struct rpc_message *msg = &task->tk_msg;
402 if (nfs3_async_handle_jukebox(task, dir->d_inode))
745 static int nfs3_read_done(struct rpc_task *task, struct nfs_read_data *data) argument
747 if (nfs3_async_handle_jukebox(task, dat
767 nfs3_write_done(struct rpc_task *task, struct nfs_write_data *data) argument
796 nfs3_commit_done(struct rpc_task *task, struct nfs_write_data *data) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/irda/
H A Dirda_device.h80 IRDA_TASK_DONE, /* Signals that the task is finished */
85 IRDA_TASK_CHILD_INIT, /* Initializing child task */
86 IRDA_TASK_CHILD_WAIT, /* Waiting for child task to finish */
87 IRDA_TASK_CHILD_DONE /* Child task is finished */
91 typedef int (*IRDA_TASK_CALLBACK) (struct irda_task *task);
131 int (*reset)(struct irda_task *task);
132 int (*change_speed)(struct irda_task *task);
239 void irda_task_delete(struct irda_task *task);
244 void irda_task_next_state(struct irda_task *task, IRDA_TASK_STATE state);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/kernel/
H A Dperfmon_itanium.h8 static int pfm_ita_pmc_check(struct task_struct *task, pfm_context_t *ctx, unsigned int cnum, unsigned long *val, struct pt_regs *regs);
51 pfm_ita_pmc_check(struct task_struct *task, pfm_context_t *ctx, unsigned int cnum, unsigned long *val, struct pt_regs *regs) argument
70 if (task && (task->thread.flags & IA64_THREAD_DBG_VALID) != 0) return -EINVAL;
89 if (task && (task->thread.flags & IA64_THREAD_DBG_VALID) != 0) return -EINVAL;
H A Dperfmon_montecito.h8 static int pfm_mont_pmc_check(struct task_struct *task, pfm_context_t *ctx, unsigned int cnum, unsigned long *val, struct pt_regs *regs);
152 * task can be NULL if the context is unloaded
155 pfm_mont_pmc_check(struct task_struct *task, pfm_context_t *ctx, unsigned int cnum, unsigned long *val, struct pt_regs *regs) argument
193 if (task && (task->thread.flags & IA64_THREAD_DBG_VALID) != 0) return -EINVAL;
213 if (task && (task->thread.flags & IA64_THREAD_DBG_VALID) != 0) return -EINVAL;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dpid.c255 int fastcall attach_pid(struct task_struct *task, enum pid_type type, argument
260 link = &task->pids[type];
267 void fastcall detach_pid(struct task_struct *task, enum pid_type type) argument
273 link = &task->pids[type];
317 struct pid *get_task_pid(struct task_struct *task, enum pid_type type) argument
321 pid = get_pid(task->pids[type].pid);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/include/
H A Dkern_util.h52 extern int is_tracing(void *task);
54 extern void kern_finish_exec(void *task, int new_pid, unsigned long stack);
H A Dchan_kern.h30 extern void chan_interrupt(struct list_head *chans, struct delayed_work *task,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/sys-x86_64/
H A Dsyscalls.c62 long arch_prctl_skas(struct task_struct *task, int code, argument
67 int pid = task->mm->context.skas.id.u.pid;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/sunrpc/
H A Dauth.h135 int rpcauth_wrap_req(struct rpc_task *task, kxdrproc_t encode, void *rqstp, __be32 *data, void *obj);
136 int rpcauth_unwrap_resp(struct rpc_task *task, kxdrproc_t decode, void *rqstp, __be32 *data, void *obj);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-x86_64/
H A Dthread_info.h17 * low level task data that entry.S needs immediate access to
27 struct task_struct *task; /* main task structure */ member in struct:thread_info
46 .task = &tsk, \
161 #define TS_USEDFPU 0x0001 /* FPU was used by this task this quantum (SMP) */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/
H A Dthread_info.h48 * low level task data that entry.S needs immediate access to.
55 struct task_struct *task; /* main task structure */ member in struct:thread_info
71 .task = &tsk, \
141 * TIF_USEDFPU - FPU was used by this task this quantum (SMP)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/ehca/
H A Dehca_irq.c687 cct->task = kthread_create(comp_task, cct, "ehca_comp/%d", cpu);
689 return cct->task;
696 struct task_struct *task; local
703 task = cct->task;
704 cct->task = NULL;
709 if (task)
710 kthread_stop(task);
758 kthread_bind(cct->task, any_online_cpu(cpu_online_map));
765 kthread_bind(cct->task, cp
791 struct task_struct *task; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v10/kernel/
H A Dasm-offsets.c30 ENTRY(task);

Completed in 227 milliseconds

1234567891011>>