Searched refs:pi (Results 1 – 7 of 7) sorted by relevance
/kernel/ |
D | kexec_file.c | 94 struct purgatory_info *pi = &image->purgatory_info; in kimage_file_post_load_cleanup() local 105 vfree(pi->purgatory_buf); in kimage_file_post_load_cleanup() 106 pi->purgatory_buf = NULL; in kimage_file_post_load_cleanup() 108 vfree(pi->sechdrs); in kimage_file_post_load_cleanup() 109 pi->sechdrs = NULL; in kimage_file_post_load_cleanup() 683 struct purgatory_info *pi = &image->purgatory_info; in kexec_calculate_store_digests() local 731 if (ksegment->kbuf == pi->purgatory_buf) in kexec_calculate_store_digests() 801 static int kexec_purgatory_setup_kbuf(struct purgatory_info *pi, in kexec_purgatory_setup_kbuf() argument 810 sechdrs = (void *)pi->ehdr + pi->ehdr->e_shoff; in kexec_purgatory_setup_kbuf() 814 for (i = 0; i < pi->ehdr->e_shnum; i++) { in kexec_purgatory_setup_kbuf() [all …]
|
D | gen_kheaders.sh | 81 xargs -0 -P8 -n1 perl -pi -e 'BEGIN {undef $/;}; s/\/\*((?!SPDX).)*?\*\///smg;'
|
D | kprobes.c | 2766 static void report_probe(struct seq_file *pi, struct kprobe *p, in report_probe() argument 2777 if (!kallsyms_show_value(pi->file->f_cred)) in report_probe() 2781 seq_printf(pi, "%px %s %s+0x%x %s ", in report_probe() 2785 seq_printf(pi, "%px %s %pS ", in report_probe() 2790 seq_printf(pi, "%s%s%s%s\n", in report_probe() 2815 static int show_kprobe_addr(struct seq_file *pi, void *v) in show_kprobe_addr() argument 2831 report_probe(pi, kp, sym, offset, modname, p); in show_kprobe_addr() 2833 report_probe(pi, p, sym, offset, modname, NULL); in show_kprobe_addr()
|
D | workqueue.c | 419 #define for_each_pool(pool, pi) \ argument 420 idr_for_each_entry(&worker_pool_idr, pool, pi) \ 4913 int pi; in show_all_workqueues() local 4922 for_each_pool(pool, pi) in show_all_workqueues() 5139 int pi; in workqueue_online_cpu() local 5143 for_each_pool(pool, pi) { in workqueue_online_cpu() 5846 int pi; in wq_watchdog_timer_fn() local 5853 for_each_pool(pool, pi) { in wq_watchdog_timer_fn()
|
/kernel/futex/ |
D | core.c | 652 bool pi, bool pending_op) in handle_futex_death() argument 704 if (pending_op && !pi && !owner) { in handle_futex_death() 757 if (!pi && (uval & FUTEX_WAITERS)) in handle_futex_death() 768 unsigned int *pi) in fetch_robust_entry() argument 776 *pi = uentry & 1; in fetch_robust_entry() 791 unsigned int limit = ROBUST_LIST_LIMIT, pi, pip; in exit_robust_list() local 800 if (fetch_robust_entry(&entry, &head->list.next, &pi)) in exit_robust_list() 827 curr, pi, HANDLE_DEATH_LIST)) in exit_robust_list() 833 pi = next_pi; in exit_robust_list() 864 compat_uptr_t __user *head, unsigned int *pi) in compat_fetch_robust_entry() argument [all …]
|
D | Makefile | 3 obj-y += core.o syscalls.o pi.o requeue.o waitwake.o
|
/kernel/sched/ |
D | core.c | 7657 bool user, bool pi) in __sched_setscheduler() argument 7670 BUG_ON(pi && in_interrupt()); in __sched_setscheduler() 7819 if (pi) { in __sched_setscheduler() 7868 if (pi) { in __sched_setscheduler()
|