Searched refs:thread_info (Results 201 - 225 of 357) sorted by relevance

1234567891011>>

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/powerpc/kernel/
H A Dsetup_64.c453 softirq_ctx[i] = (struct thread_info *)
456 hardirq_ctx[i] = (struct thread_info *)
H A Dsmp.c60 struct thread_info *secondary_ti;
335 struct thread_info *current_set[NR_CPUS];
H A Didle_6xx.S20 #include <asm/thread_info.h>
138 rlwinm r9,r1,0,0,31-THREAD_SHIFT /* current thread_info */
H A Dswsusp_asm64.S13 #include <asm/thread_info.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_am.c286 dbc->thread_info = ip;
288 dbc->thread_info = txn->thread_info;
290 ENV_GET_THREAD_INFO(env, dbc->thread_info);
892 dbc->thread_info, dbc->txn, sdbp->s_foreign->type,
905 if ((ret = __db_cursor_int(sdbp, dbc->thread_info, dbc->txn,
H A Dcrdel_rec.c42 ip = ((DB_TXNHEAD *)info)->thread_info;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/qam/
H A Dqam_files.c60 dbc->thread_info, dbc->txn, flags, addrp));
63 dbc->thread_info, addrp, priority));
66 dbc->thread_info, dbc->txn, priority, flags));
299 dbc->thread_info, dbc->txn, flags, addrp);
305 dbc->thread_info, addrp, dbp->priority);
309 dbc->thread_info, dbc->txn, dbp->priority, flags));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/btree/
H A Dbt_rec.c47 ip = ((DB_TXNHEAD *)info)->thread_info;
349 ip = ((DB_TXNHEAD *)info)->thread_info;
457 ip = ((DB_TXNHEAD *)info)->thread_info;
527 ip = ((DB_TXNHEAD *)info)->thread_info;
612 ip = ((DB_TXNHEAD *)info)->thread_info;
686 ip = ((DB_TXNHEAD *)info)->thread_info;
792 ip = ((DB_TXNHEAD *)info)->thread_info;
857 ip = ((DB_TXNHEAD *)info)->thread_info;
920 ip = ((DB_TXNHEAD *)info)->thread_info;
1003 ip = ((DB_TXNHEAD *)info)->thread_info;
[all...]
H A Dbt_put.c147 if ((ret = __bam_cmp(dbp, dbc->thread_info, dbc->txn, data, h,
249 dbc->thread_info, dbc->txn, dbc->priority, 0)) != 0)
532 if ((ret = __db_goff(dbp, dbc->thread_info, dbc->txn, &copy,
870 dbc->thread_info, dp, dbc->priority)) != 0 && ret == 0)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/i386/kernel/
H A Dtraps.c94 static inline int valid_stack_ptr(struct thread_info *tinfo, void *p)
100 static inline unsigned long print_context_stack(struct thread_info *tinfo,
163 struct thread_info *context;
164 context = (struct thread_info *)
1037 struct thread_info *thread = current_thread_info();
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/cris/arch-v32/kernel/
H A Dentry.S24 #include <asm/thread_info.h>
353 and.d -8192, $r10 ; Get thread_info from stackpointer.
494 ;; thread_info as first parameter
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/frv/kernel/
H A Dentry.S31 #include <asm/thread_info.h>
153 ldi.p @(gr29,#4),gr15 ; __current_thread_info = current->thread_info
186 # GR15 - current thread_info struct pointer
555 ldi @(gr29,#4),gr15 ; __current_thread_info = current->thread_info
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-s390/
H A Dlowcore.h266 __u32 thread_info; /* 0xc44 */ member in struct:_lowcore
357 __u64 thread_info; /* 0xd48 */
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/alpha/kernel/
H A Dprocess.c278 struct thread_info *childti = task_thread_info(p);
384 dump_elf_thread(elf_greg_t *dest, struct pt_regs *pt, struct thread_info *ti)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/s390/kernel/
H A Dentry.S18 #include <asm/thread_info.h>
191 l %r4,__THREAD_info(%r2) # get thread_info of prev
195 l %r4,__THREAD_info(%r3) # get thread_info of next
204 l %r3,__THREAD_info(%r3) # load thread_info from task struct
235 l %r9,__LC_THREAD_INFO # load pointer to thread_info struct
371 l %r9,__LC_THREAD_INFO # load pointer to thread_info struct
434 l %r9,__LC_THREAD_INFO # load pointer to thread_info struct
473 l %r9,__LC_THREAD_INFO # load pointer to thread_info struct
502 l %r9,__LC_THREAD_INFO # load pointer to thread_info struct
541 l %r9,__LC_THREAD_INFO # load pointer to thread_info struc
[all...]
H A Dentry64.S18 #include <asm/thread_info.h>
180 lg %r4,__THREAD_info(%r2) # get thread_info of prev
184 lg %r4,__THREAD_info(%r3) # get thread_info of next
193 lg %r3,__THREAD_info(%r3) # load thread_info from task struct
224 lg %r9,__LC_THREAD_INFO # load pointer to thread_info struct
362 lg %r9,__LC_THREAD_INFO # load pointer to thread_info struct
422 lg %r9,__LC_THREAD_INFO # load pointer to thread_info struct
461 lg %r9,__LC_THREAD_INFO # load pointer to thread_info struct
490 lg %r9,__LC_THREAD_INFO # load pointer to thread_info struct
528 lg %r9,__LC_THREAD_INFO # load pointer to thread_info struc
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sh64/kernel/
H A Dhead.S30 #include <asm/thread_info.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sparc/kernel/
H A Dwuf.S15 #include <asm/thread_info.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sparc64/kernel/
H A Dwinfixup.S12 #include <asm/thread_info.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sparc64/lib/
H A DVISsave.S13 #include <asm/thread_info.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/m68knommu/platform/5307/
H A Dentry.S32 #include <asm/thread_info.h>
74 movel %sp,%d2 /* get thread_info pointer */
115 movel %sp,%d1 /* get thread_info pointer */
118 movel %a0@(TI_FLAGS),%d1 /* get thread_info->flags */
139 movel %a0@(TI_FLAGS),%d1 /* get thread_info->flags */
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/m68knommu/platform/68328/
H A Dentry.S15 #include <asm/thread_info.h>
80 movel %sp,%d1 /* get thread_info pointer */
106 movel %sp,%d1 /* get thread_info pointer */
109 move %a2@(TI_FLAGS),%d1 /* thread_info->flags */
115 movel %a2@(TI_FLAGS),%d1 /* thread_info->flags */
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/mips/kernel/
H A Dentry.S17 #include <asm/thread_info.h>
H A Dr4k_switch.S22 #include <asm/thread_info.h>
44 * struct thread_info *next_ti)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/mips/sgi-ip27/
H A Dip27-init.c33 #include <asm/thread_info.h>

Completed in 224 milliseconds

1234567891011>>