Searched refs:tg (Results 1 - 14 of 14) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/alpha/
H A Ddsputil_alpha_asm.S37 #define tg a3 define
215 zap t1, 0x33, tg
218 srl tg, 1, t0
219 xor tg, t0, tg # 0x8000800080008000
235 and t0, tg, t2 # 0 1
238 bic t0, tg, t0 # 0 2
240 and t3, tg, t5 # 1 1
245 and t6, tg, t8 # 2 1
248 bic t3, tg, t
[all...]
H A Dmotion_est_mvi_asm.S32 #define tg a3 define
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Duser.c54 .tg = &init_task_group,
95 sched_destroy_group(up->tg);
102 up->tg = sched_create_group();
103 if (IS_ERR(up->tg))
129 return sprintf(buffer, "%lu\n", sched_group_shares(up->tg));
141 rc = sched_group_set_shares(up->tg, shares);
H A Dsched.c204 struct task_group *tg; local
207 tg = p->user->tg;
209 tg = container_of(task_subsys_state(p, cpu_cgroup_subsys_id),
212 tg = &init_task_group;
214 return tg;
260 struct task_group *tg; /* group that "owns" this runqueue */ member in struct:cfs_rq
6775 cfs_rq->tg = &init_task_group;
6983 struct task_group *tg; local
6989 tg
7056 struct task_group *tg = container_of(rhp, struct task_group, rcu); local
7076 sched_destroy_group(struct task_group *tg) argument
7154 sched_group_set_shares(struct task_group *tg, unsigned long shares) argument
7171 sched_group_shares(struct task_group *tg) argument
7190 struct task_group *tg; local
7215 struct task_group *tg = cgroup_tg(cgrp); local
7246 struct task_group *tg = cgroup_tg(cgrp); local
[all...]
H A Dsched_fair.c688 return cfs_rq->tg->cfs_rq[this_cpu];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/video/
H A Dw100fb.h119 /* Hooks for any platform specific tg/lcd code (optional) */
120 struct w100_tg_info *tg; member in struct:w100fb_mach_info
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Dw100fb.c229 struct w100_tg_info *tg = par->mach->tg; local
238 if(tg && tg->suspend)
239 tg->suspend(par);
246 if(tg && tg->resume)
247 tg->resume(par);
407 struct w100_tg_info *tg = par->mach->tg; local
597 struct w100_tg_info *tg = par->mach->tg; local
612 struct w100_tg_info *tg = par->mach->tg; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dkey.h345 extern void exit_thread_group_keys(struct signal_struct *tg);
375 #define exit_thread_group_keys(tg) do { } while(0)
H A Dsched.h598 struct task_group *tg; member in struct:user_struct
1877 extern void sched_destroy_group(struct task_group *tg);
1879 extern int sched_group_set_shares(struct task_group *tg, unsigned long shares);
1880 extern unsigned long sched_group_shares(struct task_group *tg);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/security/keys/
H A Dprocess_keys.c282 void exit_thread_group_keys(struct signal_struct *tg) argument
284 key_put(tg->session_keyring);
285 key_put(tg->process_keyring);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/projects/KDE/
H A Dteam-address72 tg) english=Tajik;;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-pxa/
H A Dcorgi_lcd.c394 .tg = &corgi_lcdtg_info,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/ssl/
H A Dkssl.c1984 time_t now, tl, tg, tr, tz_offset; local
2098 tm_g = gmtime(&now); tg = mktime(tm_g);
2099 tz_offset = tg - tl;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Dkssl.c2012 time_t now, tl, tg, tr, tz_offset; local
2126 tm_g = gmtime(&now); tg = mktime(tm_g);
2127 tz_offset = tg - tl;

Completed in 188 milliseconds