Searched refs:ctx_notify_task (Results 1 – 1 of 1) sorted by relevance
263 struct task_struct *ctx_notify_task; /* who to notify on overflow */ member1122 if (ctx->ctx_notify_task == NULL) { in pfm_send_notification_signal()1135 if (ctx->ctx_notify_task != current) read_lock(&tasklist_lock); in pfm_send_notification_signal()1137 …DBprintk_ovfl(("[%d] tasklet sending notification to [%d]\n", current->pid, ctx->ctx_notify_task->… in pfm_send_notification_signal()1139 ret = send_sig_info(SIGPROF, &si, ctx->ctx_notify_task); in pfm_send_notification_signal()1140 …if (ret != 0) printk(KERN_ERR "send_sig_info(process %d, SIGPROF)=%d\n", ctx->ctx_notify_task->pid… in pfm_send_notification_signal()1145 if (ctx->ctx_notify_task != current) read_unlock(&tasklist_lock); in pfm_send_notification_signal()1284 ctx->ctx_notify_task = current; in pfm_context_create()1323 atomic_add(1, &ctx->ctx_notify_task->thread.pfm_notifiers_check); in pfm_context_create()1325 ctx->ctx_notify_task = notify_task; in pfm_context_create()[all …]