Searched refs:task (Results 76 - 100 of 264) sorted by relevance

1234567891011

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/kernel/
H A Dinit_task.c13 * Initial task structure.
24 { INIT_TASK(init_task_union.task) };
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips64/kernel/
H A Dinit_task.c13 * Initial task structure.
24 { INIT_TASK(init_task_union.task) };
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/s390/kernel/
H A Dinit_task.c21 * Initial task structure.
31 { INIT_TASK(init_task_union.task) };
H A Dptrace.c42 void FixPerRegisters(struct task_struct *task) argument
44 struct pt_regs *regs = __KSTK_PTREGS(task);
46 (per_struct *)&task->thread.per_info;
72 //((pgd_t *)__pa(task->mm->pgd))->pgd |= USER_STD_MASK;
77 //((pgd_t *)__pa(task->mm->pgd))->pgd &= ~USER_STD_MASK;
81 void set_single_step(struct task_struct *task) argument
84 (per_struct *)&task->thread.per_info;
87 FixPerRegisters(task);
90 void clear_single_step(struct task_struct *task) argument
93 (per_struct *)&task
142 copy_user(struct task_struct *task,saddr_t useraddr,addr_t copyaddr,int len,int tofromuser,int writingtouser) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/s390x/kernel/
H A Dinit_task.c21 * Initial task structure.
31 { INIT_TASK(init_task_union.task) };
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc/kernel/
H A Dinit_task.c19 { INIT_TASK(init_task_union.task) };
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sh/kernel/
H A Dinit_task.c14 * Initial task structure.
22 { INIT_TASK(init_task_union.task) };
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc64/kernel/
H A Dinit_task.c19 union task_union init_task_union = { INIT_TASK(init_task_union.task) };
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/arm/kernel/
H A Dinit_task.c18 * Initial task structure.
27 union task_union init_task_union __attribute__((__section__(".init.task"))) =
28 { INIT_TASK(init_task_union.task) };
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/i386/kernel/
H A Dinit_task.c15 * Initial task structure.
23 { INIT_TASK(init_task_union.task) };
27 * no more per-task TSS's. The TSS size is kept cacheline-aligned
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/kernel/
H A Dinit_task.c3 * task.
22 * Initial task structure.
30 { INIT_TASK(init_task_union.task) };
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/sunrpc/
H A Dauth_null.c87 nul_marshal(struct rpc_task *task, u32 *p, int ruid) argument
101 nul_refresh(struct rpc_task *task) argument
103 return task->tk_status = -EACCES;
107 nul_validate(struct rpc_task *task, u32 *p) argument
H A Dauth_unix.c102 authunix_fake_cred(struct rpc_task *task, uid_t uid, gid_t gid) argument
109 if (!(cred = (struct unx_cred *) rpc_malloc(task, sizeof(*cred))))
120 return task->tk_msg.rpc_cred = (struct rpc_cred *) cred;
167 unx_marshal(struct rpc_task *task, u32 *p, int ruid) argument
169 struct rpc_clnt *clnt = task->tk_client;
170 struct unx_cred *cred = (struct unx_cred *) task->tk_msg.rpc_cred;
210 unx_refresh(struct rpc_task *task) argument
212 task->tk_msg.rpc_cred->cr_flags |= RPCAUTH_CRED_UPTODATE;
213 return task->tk_status = -EACCES;
217 unx_validate(struct rpc_task *task, u3 argument
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dnfs_flushd.h46 /* The async RPC task that is responsible for scanning the
49 struct rpc_task *task; /* request flush task */ member in struct:nfs_reqlist
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dnfs_flushd.h46 /* The async RPC task that is responsible for scanning the
49 struct rpc_task *task; /* request flush task */ member in struct:nfs_reqlist
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-cris/
H A Dprocessor.h53 * CRIS does not do any hardware task-switching, but it's here for legacy reasons.
54 * The thread_struct here is used when task-switching using _resume defined in entry.S.
67 * This macro allows us to find those regs for a task.
73 #define user_regs(task) (((struct pt_regs *)((unsigned long)(task) + THREAD_SIZE)) - 1)
76 * Dito but for the currently running task
142 #define init_task (init_task_union.task)
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-cris/
H A Dprocessor.h53 * CRIS does not do any hardware task-switching, but it's here for legacy reasons.
54 * The thread_struct here is used when task-switching using _resume defined in entry.S.
67 * This macro allows us to find those regs for a task.
73 #define user_regs(task) (((struct pt_regs *)((unsigned long)(task) + THREAD_SIZE)) - 1)
76 * Dito but for the currently running task
142 #define init_task (init_task_union.task)
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/alpha/kernel/
H A Dptrace.c48 * +================================+ <---- task + 2*PAGE_SIZE
96 * Get address of register REGNO in task TASK.
99 get_reg_addr(struct task_struct * task, unsigned long regno) argument
104 addr = &task->thread.usp;
109 addr = (long *)((long)task + regoff[regno]);
115 * Get contents of register REGNO in task TASK.
118 get_reg(struct task_struct * task, unsigned long regno) argument
122 unsigned long fpcr = *get_reg_addr(task, regno);
123 unsigned long swcr = task->thread.flags & IEEE_SW_MASK;
127 return *get_reg_addr(task, regn
134 put_reg(struct task_struct *task, unsigned long regno, long data) argument
146 read_int(struct task_struct *task, unsigned long addr, int * data) argument
153 write_int(struct task_struct *task, unsigned long addr, int data) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/sunrpc/
H A Dsched.h34 * This is the RPC task struct
60 * exit exit async task and report to caller
88 #define task_for_each(task, pos, head) \
90 if ((task=list_entry(pos, struct rpc_task, tk_list)),1)
92 #define task_for_first(task, head) \
94 ((task=list_entry((head)->next, struct rpc_task, tk_list)),1))
97 #define alltask_for_each(task, pos, head) \
99 if ((task=list_entry(pos, struct rpc_task, tk_task)),1)
104 * RPC task flags
106 #define RPC_TASK_ASYNC 0x0001 /* is an async task */
198 rpc_malloc(struct rpc_task *task, unsigned int size) argument
204 rpc_exit(struct rpc_task *task, int status) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/sunrpc/
H A Dsched.h34 * This is the RPC task struct
60 * exit exit async task and report to caller
88 #define task_for_each(task, pos, head) \
90 if ((task=list_entry(pos, struct rpc_task, tk_list)),1)
92 #define task_for_first(task, head) \
94 ((task=list_entry((head)->next, struct rpc_task, tk_list)),1))
97 #define alltask_for_each(task, pos, head) \
99 if ((task=list_entry(pos, struct rpc_task, tk_task)),1)
104 * RPC task flags
106 #define RPC_TASK_ASYNC 0x0001 /* is an async task */
198 rpc_malloc(struct rpc_task *task, unsigned int size) argument
204 rpc_exit(struct rpc_task *task, int status) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/nfs/
H A Dread.c38 struct rpc_task task; member in struct:nfs_read_data
51 static void nfs_readpage_result(struct rpc_task *task);
77 static void nfs_readdata_release(struct rpc_task *task) argument
79 struct nfs_read_data *data = (struct nfs_read_data *)task->tk_calldata;
236 struct rpc_task *task; local
246 task = &data->task;
253 /* Finalize the task. */
254 rpc_init_task(task, clnt, nfs_readpage_result, flags);
255 task
397 nfs_readpage_result(struct rpc_task *task) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/net/irda/
H A Dirda_device.h68 IRDA_TASK_DONE, /* Signals that the task is finished */
73 IRDA_TASK_CHILD_INIT, /* Initializing child task */
74 IRDA_TASK_CHILD_WAIT, /* Waiting for child task to finish */
75 IRDA_TASK_CHILD_DONE /* Child task is finished */
79 typedef int (*IRDA_TASK_CALLBACK) (struct irda_task *task);
119 int (*reset)(struct irda_task *task);
120 int (*change_speed)(struct irda_task *task);
181 void irda_task_delete(struct irda_task *task);
182 int irda_task_kick(struct irda_task *task);
187 void irda_task_next_state(struct irda_task *task, IRDA_TASK_STAT
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/net/irda/
H A Dirda_device.h68 IRDA_TASK_DONE, /* Signals that the task is finished */
73 IRDA_TASK_CHILD_INIT, /* Initializing child task */
74 IRDA_TASK_CHILD_WAIT, /* Waiting for child task to finish */
75 IRDA_TASK_CHILD_DONE /* Child task is finished */
79 typedef int (*IRDA_TASK_CALLBACK) (struct irda_task *task);
119 int (*reset)(struct irda_task *task);
120 int (*change_speed)(struct irda_task *task);
181 void irda_task_delete(struct irda_task *task);
182 int irda_task_kick(struct irda_task *task);
187 void irda_task_next_state(struct irda_task *task, IRDA_TASK_STAT
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc64/kernel/
H A Dptrace.c45 * Get contents of register REGNO in task TASK.
47 static inline unsigned long get_reg(struct task_struct *task, int regno) argument
50 return ((unsigned long *)task->thread.regs)[regno];
55 * Write contents of register REGNO in task TASK.
57 static inline int put_reg(struct task_struct *task, int regno, argument
63 | (task->thread.regs->msr & ~MSR_DEBUGCHANGE);
64 ((unsigned long *)task->thread.regs)[regno] = data;
71 set_single_step(struct task_struct *task) argument
73 struct pt_regs *regs = task->thread.regs;
79 clear_single_step(struct task_struct *task) argument
[all...]
H A Dptrace32.c45 * Get contents of register REGNO in task TASK.
47 static inline unsigned long get_reg(struct task_struct *task, int regno) argument
50 return ((unsigned long *)task->thread.regs)[regno];
55 * Write contents of register REGNO in task TASK.
56 * (Put DATA into task TASK's register REGNO.)
58 static inline int put_reg(struct task_struct *task, int regno, unsigned long data) argument
63 data = (data & MSR_DEBUGCHANGE) | (task->thread.regs->msr & ~MSR_DEBUGCHANGE);
64 ((unsigned long *)task->thread.regs)[regno] = data;
71 set_single_step(struct task_struct *task) argument
73 struct pt_regs *regs = task
79 clear_single_step(struct task_struct *task) argument
[all...]

Completed in 289 milliseconds

1234567891011