• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/kernel/

Lines Matching defs:ctx_state

286 	unsigned int		ctx_state;		/* state: active/inactive (no bitfield) */
884 ctx->ctx_state = PFM_CTX_UNLOADED;
1017 if (ctx->ctx_state != PFM_CTX_MASKED) {
1019 task_pid_nr(task), task_pid_nr(current), ctx->ctx_state);
1821 state = ctx->ctx_state;
1827 DPRINT(("ctx_state=%d is_current=%d\n",
1876 DPRINT(("ctx_state=%d\n", ctx->ctx_state));
1951 state = ctx->ctx_state;
1957 DPRINT(("ctx_state=%d is_current=%d\n",
1992 * ctx_state = MASKED and not ZOMBIE
2001 DPRINT(("waking up ctx_state=%d\n", state));
2028 DPRINT(("after zombie wakeup ctx_state=%d for\n", state));
2035 ctx->ctx_state = PFM_CTX_ZOMBIE;
2050 state = ctx->ctx_state;
2074 DPRINT(("ctx_state=%d free_possible=%d addr=%p size=%lu\n",
2757 if (ctx->ctx_state == PFM_CTX_MASKED) {
2812 state = ctx->ctx_state;
3051 state = ctx->ctx_state;
3251 state = ctx->ctx_state;
3278 DPRINT(("ld=%d apmu=%d ctx_state=%d\n",
3493 state = ctx->ctx_state;
3575 ctx->ctx_state = PFM_CTX_LOADED;
3666 state = ctx->ctx_state;
3916 state = ctx->ctx_state;
3933 DPRINT(("task [%d] ctx_state=%d is_system=%d\n",
4004 state = ctx->ctx_state;
4144 state = ctx->ctx_state;
4150 DPRINT(("cannot load to [%d], invalid ctx_state=%d\n",
4152 ctx->ctx_state));
4248 ctx->ctx_state = PFM_CTX_LOADED;
4358 ctx->ctx_state = PFM_CTX_UNLOADED;
4384 DPRINT(("ctx_state=%d task [%d]\n", ctx->ctx_state, task ? task_pid_nr(task) : -1));
4386 prev_state = ctx->ctx_state;
4393 DPRINT(("ctx_state=%d, nothing to do\n", prev_state));
4403 ctx->ctx_state = PFM_CTX_UNLOADED;
4522 DPRINT(("state=%d task [%d]\n", ctx->ctx_state, task_pid_nr(task)));
4524 state = ctx->ctx_state;
4624 state = ctx->ctx_state;
4710 if (ctx->ctx_state != old_state) {
4711 DPRINT(("old_state=%d new_state=%d\n", old_state, ctx->ctx_state));
4836 prefetch(&ctx->ctx_state);
4879 state = ctx->ctx_state;
4900 if (ctx->ctx_state == PFM_CTX_MASKED) pfm_restore_monitoring(current);
4905 ctx->ctx_state = PFM_CTX_LOADED;
4978 DPRINT(("reason=%d state=%d\n", reason, ctx->ctx_state));
4983 if (ctx->ctx_fl_going_zombie || ctx->ctx_state == PFM_CTX_ZOMBIE)
5053 if (ctx->ctx_state == PFM_CTX_ZOMBIE) {
5143 if (unlikely(ctx->ctx_state == PFM_CTX_ZOMBIE)) goto stop_monitoring;
5358 ctx->ctx_state = PFM_CTX_MASKED;
5797 if (ctx->ctx_state == PFM_CTX_ZOMBIE) {
5984 if (unlikely(ctx->ctx_state == PFM_CTX_ZOMBIE)) {
6692 printk("->CPU%d ctx_state=%d vaddr=%p addr=%p fd=%d ctx_task=[%d] saved_psr_up=0x%lx\n",
6694 ctx->ctx_state,