Searched refs:thread_info (Results 151 - 175 of 357) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/
H A Dmachine_kexec_64.c15 #include <linux/thread_info.h>
268 kexec_stack.thread_info.task = current_thread_info()->task;
269 kexec_stack.thread_info.flags = 0;
H A Dasm-offsets.c37 #include <asm/thread_info.h>
92 DEFINE(TI_FLAGS, offsetof(struct thread_info, flags));
93 DEFINE(TI_LOCAL_FLAGS, offsetof(struct thread_info, local_flags));
94 DEFINE(TI_PREEMPT, offsetof(struct thread_info, preempt_count));
95 DEFINE(TI_TASK, offsetof(struct thread_info, task));
97 DEFINE(TI_EXECDOMAIN, offsetof(struct thread_info, exec_domain));
98 DEFINE(TI_CPU, offsetof(struct thread_info, cpu));
H A Dirq.c273 struct thread_info *curtp, *irqtp;
285 if (unlikely(sp < (sizeof(struct thread_info) + 2048))) {
287 sp - sizeof(struct thread_info));
348 struct thread_info *softirq_ctx[NR_CPUS] __read_mostly;
349 struct thread_info *hardirq_ctx[NR_CPUS] __read_mostly;
353 struct thread_info *tp;
371 struct thread_info *curtp, *irqtp;
H A Dfpu.S23 #include <asm/thread_info.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sparc64/
H A Dcpudata.h54 struct thread_info;
57 struct thread_info *thread;
86 extern void init_cur_cpu_trap(struct thread_info *);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/
H A Dsystem.h74 struct thread_info;
242 extern struct task_struct *__switch_to(struct task_struct *, struct thread_info *, struct thread_info *);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/hash/
H A Dhash.c210 dbc->thread_info, dbc->txn, dbc->priority, 0)) != 0)
218 dbc->thread_info, hcp->page, dbc->priority)) != 0 && ret == 0)
302 dbc->thread_info, hcp->page, dbc->priority)) != 0 && ret == 0)
336 &hcp->page, dbc->thread_info, dbc->txn, dbc->priority, 0)) != 0)
363 if ((t_ret = __memp_fput(mpf, dbc->thread_info,
513 dbc->thread_info, hcp->page, dbc->priority);
531 dbc->thread_info, hcp->page, dbc->priority);
728 dbc->thread_info, cp->page,
931 dbc->thread_info, cp->page, dbc->priority)) != 0)
1020 if ((ret = __memp_fput(mpf, dbc->thread_info,
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/btree/
H A Dbt_verify.c359 vdp, vdp->thread_info, h, pgno, 0, 0, 0, flags)) != 0) {
1171 vdp->thread_info, meta_pgno, (int *)&p)) != 0)
1181 __db_vrfy_pgset_inc(pgset, vdp->thread_info, meta_pgno)) != 0)
1697 (ret = __memp_fget(mpf, &pgno, vdp->thread_info, NULL, 0, &h)) != 0)
1771 vdp->thread_info, NULL, 0, &h)) != 0)
1774 vdp, vdp->thread_info, h, pgno, 0, 1, 0, flags)) != 0)
1791 vdp->thread_info, NULL, 0, &h)) != 0)
1811 vdp->thread_info, NULL, 0, &h)) != 0)
1826 vdp->thread_info, h, l, r, func, flags)) != 0) {
1854 vdp->thread_info, pgn
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/kernel/
H A Dtraps.c2142 if (fp < (thread_base + sizeof(struct thread_info)) ||
2476 void init_cur_cpu_trap(struct thread_info *t)
2493 if (TI_TASK != offsetof(struct thread_info, task) ||
2494 TI_FLAGS != offsetof(struct thread_info, flags) ||
2495 TI_CPU != offsetof(struct thread_info, cpu) ||
2496 TI_FPSAVED != offsetof(struct thread_info, fpsaved) ||
2497 TI_KSP != offsetof(struct thread_info, ksp) ||
2498 TI_FAULT_ADDR != offsetof(struct thread_info, fault_address) ||
2499 TI_KREGS != offsetof(struct thread_info, kregs) ||
2500 TI_UTRAPS != offsetof(struct thread_info, utrap
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/avr32/kernel/
H A Dprocess.c150 static inline int valid_stack_ptr(struct thread_info *tinfo, unsigned long p)
161 struct thread_info *tinfo;
221 struct thread_info *tinfo;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/dbinc/
H A Ddb_verify.h49 DB_THREAD_INFO *thread_info; member in struct:__vrfy_dbinfo
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/qam/
H A Dqam_verify.c259 if ((ret = __db_vrfy_pgset_inc(vdp->pgset, vdp->thread_info, 0)) != 0)
278 vdp->thread_info, i)) != 0)
335 if ((ret = __db_cursor(dbp, vdp->thread_info, NULL, &dbc, 0)) != 0)
405 vdp->thread_info, i)) != 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/lib/
H A Dclear_page.S8 #include <asm/thread_info.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/v850/kernel/
H A Dhead.S17 #include <asm/thread_info.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm26/lib/
H A Dgetuser.S30 #include <asm/thread_info.h>
H A Dputuser.S30 #include <asm/thread_info.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/avr32/lib/
H A Dcopy_user.S11 #include <asm/thread_info.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/
H A Dioport.c17 #include <linux/thread_info.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/kernel/
H A Dasm-offsets.c27 DEFINE(IA64_THREAD_INFO_SIZE, sizeof (struct thread_info));
37 DEFINE(TI_FLAGS, offsetof(struct thread_info, flags));
38 DEFINE(TI_CPU, offsetof(struct thread_info, cpu));
39 DEFINE(TI_PRE_COUNT, offsetof(struct thread_info, preempt_count));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m32r/lib/
H A Dusercopy.c11 #include <linux/thread_info.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/parisc/kernel/
H A Dasm-offsets.c32 #include <linux/thread_info.h>
242 DEFINE(TI_TASK, offsetof(struct thread_info, task));
243 DEFINE(TI_EXEC_DOMAIN, offsetof(struct thread_info, exec_domain));
244 DEFINE(TI_FLAGS, offsetof(struct thread_info, flags));
245 DEFINE(TI_CPU, offsetof(struct thread_info, cpu));
246 DEFINE(TI_SEGMENT, offsetof(struct thread_info, addr_limit));
247 DEFINE(TI_PRE_COUNT, offsetof(struct thread_info, preempt_count));
248 DEFINE(THREAD_SZ, sizeof(struct thread_info));
249 DEFINE(THREAD_SZ_ALGN, align(sizeof(struct thread_info), 64));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-parisc/
H A Dcompat.h8 #include <linux/thread_info.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/kernel/
H A Dvmlinux.lds.S7 #include <asm/thread_info.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_cam.c393 if ((ret = __db_cursor_int(dbp, dbc_orig->thread_info,
485 if ((ret = __db_cursor_int(dbp, dbc_parent->thread_info,
787 dbc_arg->thread_info, dbc_arg->txn, 0, &cp_n->page)) != 0)
790 if ((ret = __db_ret(dbp, dbc_arg->thread_info,
862 dbc_arg->thread_info, dbc->txn, 0, &cp->page)) != 0)
869 dbc->thread_info, dbc->txn, cp->page, cp->indx + indx_off,
1205 dbc_arg->thread_info, dbc_arg->txn, sdbp->s_foreign->type,
1285 if ((ret = __db_cursor_int(sdbp, dbc_arg->thread_info,
1650 dbc_arg->thread_info, dbc_arg->txn, sdbp->type,
1737 if ((t_ret = __memp_fput(mpf, dbc->thread_info,
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/kernel/
H A Dsmp.c32 #include <asm/thread_info.h>
45 struct thread_info *secondary_ti;

Completed in 159 milliseconds

1234567891011>>