Searched refs:next_p (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/kernel/
H A Dprocess.c529 struct task_struct *next_p,
535 next = &next_p->thread;
537 if (test_tsk_thread_flag(next_p, TIF_DEBUG)) {
547 if (test_tsk_thread_flag(next_p, TIF_IO_BITMAP)) {
572 __switch_to(struct task_struct *prev_p, struct task_struct *next_p) argument
575 *next = &next_p->thread;
580 if (next_p->fpu_counter>5)
647 write_pda(pcurrent, next_p);
650 (unsigned long)task_stack_page(next_p) + THREAD_SIZE - PDA_STACKOFFSET);
652 write_pda(stack_canary, next_p
528 __switch_to_xtra(struct task_struct *prev_p, struct task_struct *next_p, struct tss_struct *tss) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/printing/
H A Dprinting_db.c135 struct tdb_print_db *p = NULL, *next_p = NULL; local
137 for (p = print_db_head; p; p = next_p) {
138 next_p = p->next;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/
H A Dprocess.c541 static noinline void __switch_to_xtra(struct task_struct *next_p, argument
546 next = &next_p->thread;
548 if (test_tsk_thread_flag(next_p, TIF_DEBUG)) {
558 if (!test_tsk_thread_flag(next_p, TIF_IO_BITMAP)) {
593 struct task_struct *next_p)
602 next = task_thread_info(next_p);
642 struct task_struct fastcall * __switch_to(struct task_struct *prev_p, struct task_struct *next_p) argument
645 *next = &next_p->thread;
655 if (next_p->fpu_counter > 5)
692 if (unlikely((task_thread_info(next_p)
592 disable_tsc(struct task_struct *prev_p, struct task_struct *next_p) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/btree/
H A Dbt_compact.c407 int merged, nentry, next_p, pgs_done, ret, t_ret, tdone; local
434 next_p = 0;
484 if (next_p == 1 &&
508 next_p = 1;
543 next_p = 0;
599 if (next_p == 1)
915 next_p = 1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/sym53c8xx_2/
H A Dsym_glue.c106 char *next_p; local
107 int val = (int) simple_strtoul(p, &next_p, 0);
109 p = next_p;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/soc/
H A Dsoc-dapm.c807 struct snd_soc_dapm_path *p, *next_p; local
814 list_for_each_entry_safe(p, next_p, &codec->dapm_paths, list) {

Completed in 43 milliseconds