Searched refs:act (Results 1 - 4 of 4) sorted by relevance

/kernel/
H A Dsignal.c1861 * could be clear now. We act as if SIGCONT is received after
3090 int do_sigaction(int sig, struct k_sigaction *act, struct k_sigaction *oact) argument
3096 if (!valid_signal(sig) || sig < 1 || (act && sig_kernel_only(sig)))
3105 if (act) {
3106 sigdelsetmask(&act->sa.sa_mask,
3108 *k = *act;
3337 * @act: new sigaction
3342 const struct sigaction __user *, act,
3353 if (act) {
3354 if (copy_from_user(&new_sa.sa, act, sizeo
[all...]
/kernel/irq/
H A Dmanage.c1264 * @act: irqaction for the interrupt
1268 int setup_irq(unsigned int irq, struct irqaction *act) argument
1276 retval = __setup_irq(irq, desc, act);
1372 * @act: irqaction for the interrupt
1376 void remove_irq(unsigned int irq, struct irqaction *act) argument
1381 __free_irq(irq, act->dev_id);
1654 * @act: irqaction for the interrupt
1658 void remove_percpu_irq(unsigned int irq, struct irqaction *act) argument
1663 __free_percpu_irq(irq, act->percpu_dev_id);
1693 * @act
1697 setup_percpu_irq(unsigned int irq, struct irqaction *act) argument
[all...]
/kernel/sched/
H A Ddeadline.c454 ktime_t now, act; local
466 act = ns_to_ktime(dl_se->deadline);
469 act = ktime_add_ns(act, delta);
476 if (ktime_us_delta(act, now) < 0)
479 hrtimer_set_expires(&dl_se->dl_timer, act);
/kernel/trace/
H A Dblktrace.c1145 typedef int (blk_log_action_t) (struct trace_iterator *iter, const char *act);
1147 static int blk_log_action_classic(struct trace_iterator *iter, const char *act) argument
1160 secs, nsec_rem, iter->ent->pid, act, rwbs);
1163 static int blk_log_action(struct trace_iterator *iter, const char *act) argument
1170 MAJOR(t->device), MINOR(t->device), act, rwbs);
1341 const char *act[2]; member in struct:__anon46
1386 ret = log_action(iter, what2act[what].act[long_act]);

Completed in 72 milliseconds