Searched refs:pi (Results 1 – 7 of 7) sorted by relevance
/kernel/ |
D | kexec_file.c | 127 struct purgatory_info *pi = &image->purgatory_info; in kimage_file_post_load_cleanup() local 138 vfree(pi->purgatory_buf); in kimage_file_post_load_cleanup() 139 pi->purgatory_buf = NULL; in kimage_file_post_load_cleanup() 141 vfree(pi->sechdrs); in kimage_file_post_load_cleanup() 142 pi->sechdrs = NULL; in kimage_file_post_load_cleanup() 695 struct purgatory_info *pi = &image->purgatory_info; in kexec_calculate_store_digests() local 743 if (ksegment->kbuf == pi->purgatory_buf) in kexec_calculate_store_digests() 813 static int kexec_purgatory_setup_kbuf(struct purgatory_info *pi, in kexec_purgatory_setup_kbuf() argument 822 sechdrs = (void *)pi->ehdr + pi->ehdr->e_shoff; in kexec_purgatory_setup_kbuf() 826 for (i = 0; i < pi->ehdr->e_shnum; i++) { in kexec_purgatory_setup_kbuf() [all …]
|
D | gen_kheaders.sh | 83 xargs -0 -P8 -n1 perl -pi -e 'BEGIN {undef $/;}; s/\/\*((?!SPDX).)*?\*\///smg;'
|
D | kprobes.c | 2692 static void report_probe(struct seq_file *pi, struct kprobe *p, in report_probe() argument 2703 if (!kallsyms_show_value(pi->file->f_cred)) in report_probe() 2707 seq_printf(pi, "%px %s %s+0x%x %s ", in report_probe() 2711 seq_printf(pi, "%px %s %pS ", in report_probe() 2716 seq_printf(pi, "%s%s%s%s\n", in report_probe() 2741 static int show_kprobe_addr(struct seq_file *pi, void *v) in show_kprobe_addr() argument 2757 report_probe(pi, kp, sym, offset, modname, p); in show_kprobe_addr() 2759 report_probe(pi, p, sym, offset, modname, NULL); in show_kprobe_addr()
|
D | workqueue.c | 400 #define for_each_pool(pool, pi) \ argument 401 idr_for_each_entry(&worker_pool_idr, pool, pi) \ 4810 int pi; in show_workqueue_state() local 4845 for_each_pool(pool, pi) { in show_workqueue_state() 5100 int pi; in workqueue_online_cpu() local 5104 for_each_pool(pool, pi) { in workqueue_online_cpu() 5818 int pi; in wq_watchdog_timer_fn() local 5825 for_each_pool(pool, pi) { in wq_watchdog_timer_fn()
|
/kernel/bpf/ |
D | tnum.c | 131 u64 pi; in tnum_mul() local 133 pi = a.value * b.value; in tnum_mul() 134 acc = hma(TNUM(pi, 0), a.mask, b.mask | b.value); in tnum_mul()
|
/kernel/futex/ |
D | core.c | 3427 bool pi, bool pending_op) in handle_futex_death() argument 3479 if (pending_op && !pi && !owner) { in handle_futex_death() 3532 if (!pi && (uval & FUTEX_WAITERS)) in handle_futex_death() 3543 unsigned int *pi) in fetch_robust_entry() argument 3551 *pi = uentry & 1; in fetch_robust_entry() 3566 unsigned int limit = ROBUST_LIST_LIMIT, pi, pip; in exit_robust_list() local 3578 if (fetch_robust_entry(&entry, &head->list.next, &pi)) in exit_robust_list() 3605 curr, pi, HANDLE_DEATH_LIST)) in exit_robust_list() 3611 pi = next_pi; in exit_robust_list() 3838 compat_uptr_t __user *head, unsigned int *pi) in compat_fetch_robust_entry() argument [all …]
|
/kernel/sched/ |
D | core.c | 5468 bool user, bool pi) in __sched_setscheduler() argument 5480 BUG_ON(pi && in_interrupt()); in __sched_setscheduler() 5681 if (pi) { in __sched_setscheduler() 5729 if (pi) { in __sched_setscheduler()
|