Searched refs:task (Results 26 - 50 of 264) sorted by relevance

1234567891011

/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-s390/
H A Dsmplock.h19 #define release_kernel_lock(task, cpu) \
21 if (task->lock_depth >= 0) \
30 #define reacquire_kernel_lock(task) \
32 if (task->lock_depth >= 0) \
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-s390x/
H A Dsmplock.h19 #define release_kernel_lock(task, cpu) \
21 if (task->lock_depth >= 0) \
30 #define reacquire_kernel_lock(task) \
32 if (task->lock_depth >= 0) \
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-sparc/
H A Dsmplock.h16 #define release_kernel_lock(task, cpu) \
18 if (task->lock_depth >= 0) \
27 #define reacquire_kernel_lock(task) \
29 if (task->lock_depth >= 0) \
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm/
H A Dsmplock.h18 #define release_kernel_lock(task, cpu) \
20 if (task->lock_depth >= 0) \
29 #define reacquire_kernel_lock(task) \
31 if (task->lock_depth >= 0) \
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-arm/
H A Dsmplock.h16 #define release_kernel_lock(task, cpu) \
18 if (task->lock_depth >= 0) \
27 #define reacquire_kernel_lock(task) \
29 if (task->lock_depth >= 0) \
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-generic/
H A Dsmplock.h16 #define release_kernel_lock(task, cpu) \
18 if (task->lock_depth >= 0) \
27 #define reacquire_kernel_lock(task) \
29 if (task->lock_depth >= 0) \
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm/
H A Dsmplock.h18 #define release_kernel_lock(task, cpu) \
20 if (task->lock_depth >= 0) \
29 #define reacquire_kernel_lock(task) \
31 if (task->lock_depth >= 0) \
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-arm/
H A Dsmplock.h16 #define release_kernel_lock(task, cpu) \
18 if (task->lock_depth >= 0) \
27 #define reacquire_kernel_lock(task) \
29 if (task->lock_depth >= 0) \
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-generic/
H A Dsmplock.h16 #define release_kernel_lock(task, cpu) \
18 if (task->lock_depth >= 0) \
27 #define reacquire_kernel_lock(task) \
29 if (task->lock_depth >= 0) \
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/nfs/
H A Dflushd.c43 struct rpc_task *task; local
50 /* Create the RPC task */
51 if (!(task = rpc_new_task(server->client, NULL, RPC_TASK_ASYNC)))
57 if (cache->task)
60 task->tk_calldata = server;
62 cache->task = task;
64 /* Run the task */
68 task->tk_action = nfs_flushd;
69 task
130 nfs_flushd(struct rpc_task *task) argument
172 nfs_flushd_exit(struct rpc_task *task) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/irda/
H A Dtekram.c38 static int tekram_change_speed(struct irda_task *task);
39 static int tekram_reset(struct irda_task *task);
110 static int tekram_change_speed(struct irda_task *task) argument
112 dongle_t *self = (dongle_t *) task->instance;
113 __u32 speed = (__u32) task->param;
119 ASSERT(task != NULL, return -1;);
121 if (self->speed_task && self->speed_task != task) {
125 self->speed_task = task;
146 switch (task->state) {
153 if (irda_task_execute(self, tekram_reset, NULL, task,
213 tekram_reset(struct irda_task *task) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/irda/
H A Dirda_device.c72 static void __irda_task_delete(struct irda_task *task);
273 void irda_task_next_state(struct irda_task *task, IRDA_TASK_STATE state) argument
277 task->state = state;
280 static void __irda_task_delete(struct irda_task *task) argument
282 del_timer(&task->timer);
284 kfree(task);
287 void irda_task_delete(struct irda_task *task) argument
289 /* Unregister task */
290 hashbin_remove(tasks, (int) task, NULL);
292 __irda_task_delete(task);
303 irda_task_kick(struct irda_task *task) argument
378 struct irda_task *task; local
416 struct irda_task *task; local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-mips64/
H A Dsmplock.h20 static __inline__ void release_kernel_lock(struct task_struct *task, int cpu) argument
22 if (task->lock_depth >= 0)
31 static __inline__ void reacquire_kernel_lock(struct task_struct *task) argument
33 if (task->lock_depth >= 0)
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ppc/
H A Dsmplock.h23 #define release_kernel_lock(task, cpu) \
25 if (task->lock_depth >= 0) \
34 #define reacquire_kernel_lock(task) \
36 if (task->lock_depth >= 0) \
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-sparc64/
H A Dsmplock.h19 #define release_kernel_lock(task, cpu) \
21 if (task->lock_depth >= 0) \
30 #define reacquire_kernel_lock(task) \
32 if (task->lock_depth >= 0) \
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-mips64/
H A Dsmplock.h20 static __inline__ void release_kernel_lock(struct task_struct *task, int cpu) argument
22 if (task->lock_depth >= 0)
31 static __inline__ void reacquire_kernel_lock(struct task_struct *task) argument
33 if (task->lock_depth >= 0)
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-ppc/
H A Dsmplock.h23 #define release_kernel_lock(task, cpu) \
25 if (task->lock_depth >= 0) \
34 #define reacquire_kernel_lock(task) \
36 if (task->lock_depth >= 0) \
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-sparc64/
H A Dsmplock.h19 #define release_kernel_lock(task, cpu) \
21 if (task->lock_depth >= 0) \
30 #define reacquire_kernel_lock(task) \
32 if (task->lock_depth >= 0) \
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-alpha/
H A Dsmplock.h18 static __inline__ void release_kernel_lock(struct task_struct *task, int cpu) argument
20 if (task->lock_depth >= 0)
29 static __inline__ void reacquire_kernel_lock(struct task_struct *task) argument
31 if (task->lock_depth >= 0)
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-i386/
H A Dsmplock.h19 #define release_kernel_lock(task, cpu) \
21 if (task->lock_depth >= 0) \
30 #define reacquire_kernel_lock(task) \
32 if (task->lock_depth >= 0) \
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ia64/
H A Dsmplock.h21 release_kernel_lock(struct task_struct *task, int cpu) argument
23 if (task->lock_depth >= 0)
33 reacquire_kernel_lock(struct task_struct *task) argument
35 if (task->lock_depth >= 0)
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-x86_64/
H A Dsmplock.h17 #define release_kernel_lock(task, cpu) \
19 if (task->lock_depth >= 0) \
28 #define reacquire_kernel_lock(task) \
30 if (task->lock_depth >= 0) \
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-x86_64/
H A Dsmplock.h17 #define release_kernel_lock(task, cpu) \
19 if (task->lock_depth >= 0) \
28 #define reacquire_kernel_lock(task) \
30 if (task->lock_depth >= 0) \
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-alpha/
H A Dsmplock.h18 static __inline__ void release_kernel_lock(struct task_struct *task, int cpu) argument
20 if (task->lock_depth >= 0)
29 static __inline__ void reacquire_kernel_lock(struct task_struct *task) argument
31 if (task->lock_depth >= 0)
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-i386/
H A Dsmplock.h19 #define release_kernel_lock(task, cpu) \
21 if (task->lock_depth >= 0) \
30 #define reacquire_kernel_lock(task) \
32 if (task->lock_depth >= 0) \

Completed in 396 milliseconds

1234567891011