Searched refs:new_task (Results 1 - 20 of 20) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/um/kernel/
H A Dsmp.c89 struct task_struct *new_task; local
93 new_task = fork_idle(cpu);
94 if (IS_ERR(new_task))
96 PTR_ERR(new_task));
99 { .pid = new_task->thread.mode.tt.extern_pid,
100 .task = new_task } );
101 idle_threads[cpu] = new_task;
103 return new_task;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/um/kernel/
H A Dsmp.c89 struct task_struct *new_task; local
93 new_task = fork_idle(cpu);
94 if (IS_ERR(new_task))
96 PTR_ERR(new_task));
99 { .pid = new_task->thread.mode.tt.extern_pid,
100 .task = new_task } );
101 idle_threads[cpu] = new_task;
103 return new_task;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/smbd/
H A Dprocess_single.c84 void (*new_task)(struct tevent_context *, struct loadparm_context *, struct server_id, void *),
95 new_task(ev, lp_ctx, cluster_id(1, taskid++), private_data);
113 .new_task = single_new_task,
H A Dprocess_model.h57 void (*new_task)(struct tevent_context *, member in struct:model_ops
H A Dprocess_thread.c126 void (*new_task)(struct tevent_context *, struct loadparm_context *, member in struct:new_task_state
133 struct new_task_state *new_task = talloc_get_type(thread_parm, struct new_task_state); local
135 new_task->new_task(new_task->ev, new_task->lp_ctx, pthread_self(),
136 new_task->private_data);
139 event_loop_wait(new_task->ev);
141 talloc_free(new_task);
152 void (*new_task)(struc
[all...]
H A Dprocess_standard.c166 void (*new_task)(struct tevent_context *, struct loadparm_context *lp_ctx, struct server_id , void *),
208 new_task(ev2, lp_ctx, cluster_id(pid, 0), private_data);
250 .new_task = standard_new_task,
H A Dservice_task.c111 model_ops->new_task(event_ctx, lp_ctx, service_name, task_server_callback, state);
H A Dprocess_prefork.c211 .new_task = prefork_new_task,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/smbd/
H A Dprocess_single.c84 void (*new_task)(struct tevent_context *, struct loadparm_context *, struct server_id, void *),
95 new_task(ev, lp_ctx, cluster_id(1, taskid++), private_data);
113 .new_task = single_new_task,
H A Dprocess_model.h57 void (*new_task)(struct tevent_context *, member in struct:model_ops
H A Dprocess_thread.c126 void (*new_task)(struct tevent_context *, struct loadparm_context *, member in struct:new_task_state
133 struct new_task_state *new_task = talloc_get_type(thread_parm, struct new_task_state); local
135 new_task->new_task(new_task->ev, new_task->lp_ctx, pthread_self(),
136 new_task->private_data);
139 event_loop_wait(new_task->ev);
141 talloc_free(new_task);
152 void (*new_task)(struc
[all...]
H A Dprocess_standard.c166 void (*new_task)(struct tevent_context *, struct loadparm_context *lp_ctx, struct server_id , void *),
208 new_task(ev2, lp_ctx, cluster_id(pid, 0), private_data);
250 .new_task = standard_new_task,
H A Dservice_task.c111 model_ops->new_task(event_ctx, lp_ctx, service_name, task_server_callback, state);
H A Dprocess_prefork.c211 .new_task = prefork_new_task,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/smbd/
H A Dprocess_single.c84 void (*new_task)(struct tevent_context *, struct loadparm_context *, struct server_id, void *),
95 new_task(ev, lp_ctx, cluster_id(1, taskid++), private_data);
113 .new_task = single_new_task,
H A Dprocess_model.h57 void (*new_task)(struct tevent_context *, member in struct:model_ops
H A Dprocess_thread.c126 void (*new_task)(struct tevent_context *, struct loadparm_context *, member in struct:new_task_state
133 struct new_task_state *new_task = talloc_get_type(thread_parm, struct new_task_state); local
135 new_task->new_task(new_task->ev, new_task->lp_ctx, pthread_self(),
136 new_task->private_data);
139 event_loop_wait(new_task->ev);
141 talloc_free(new_task);
152 void (*new_task)(struc
[all...]
H A Dprocess_standard.c166 void (*new_task)(struct tevent_context *, struct loadparm_context *lp_ctx, struct server_id , void *),
208 new_task(ev2, lp_ctx, cluster_id(pid, 0), private_data);
250 .new_task = standard_new_task,
H A Dservice_task.c111 model_ops->new_task(event_ctx, lp_ctx, service_name, task_server_callback, state);
H A Dprocess_prefork.c211 .new_task = prefork_new_task,

Completed in 291 milliseconds