Searched refs:pr_type (Results 1 – 12 of 12) sorted by relevance
| /kernel/linux/linux-5.10/include/linux/ |
| D | pr.h | 11 enum pr_type type, u32 flags); 13 enum pr_type type); 15 enum pr_type type, bool abort);
|
| D | elf.h | 72 u32 pr_type; member
|
| /kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
| D | pr.h | 22 enum pr_type { enum
|
| /kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
| D | pr.h | 9 enum pr_type { enum
|
| /kernel/linux/linux-5.10/include/uapi/linux/ |
| D | pr.h | 7 enum pr_type { enum
|
| /kernel/linux/linux-5.10/arch/sparc/include/asm/ |
| D | elf_64.h | 158 unsigned int pr_type; member
|
| /kernel/linux/linux-5.10/scripts/kconfig/ |
| D | expr.c | 1282 void *data, tristate pr_type, const char **title) in expr_print_revdep() argument 1285 expr_print_revdep(e->left.expr, fn, data, pr_type, title); in expr_print_revdep() 1286 expr_print_revdep(e->right.expr, fn, data, pr_type, title); in expr_print_revdep() 1287 } else if (expr_calc_value(e) == pr_type) { in expr_print_revdep() 1300 tristate pr_type, const char *title) in expr_gstr_print_revdep() argument 1302 expr_print_revdep(e, expr_print_gstr_helper, gs, pr_type, &title); in expr_gstr_print_revdep()
|
| D | expr.h | 316 tristate pr_type, const char *title);
|
| /kernel/linux/linux-5.10/fs/ |
| D | binfmt_elf.c | 746 if (have_prev_type && pr->pr_type <= *prev_type) in parse_elf_property() 748 *prev_type = pr->pr_type; in parse_elf_property() 750 ret = arch_parse_elf_property(pr->pr_type, data + o, in parse_elf_property()
|
| /kernel/linux/linux-5.10/drivers/scsi/ |
| D | sd.c | 1804 static char sd_pr_type(enum pr_type type) in sd_pr_type() 1865 static int sd_pr_reserve(struct block_device *bdev, u64 key, enum pr_type type, in sd_pr_reserve() 1873 static int sd_pr_release(struct block_device *bdev, u64 key, enum pr_type type) in sd_pr_release() 1879 enum pr_type type, bool abort) in sd_pr_preempt()
|
| /kernel/linux/linux-5.10/drivers/md/ |
| D | dm.c | 3049 static int dm_pr_reserve(struct block_device *bdev, u64 key, enum pr_type type, in dm_pr_reserve() 3070 static int dm_pr_release(struct block_device *bdev, u64 key, enum pr_type type) in dm_pr_release() 3091 enum pr_type type, bool abort) in dm_pr_preempt()
|
| /kernel/linux/linux-5.10/drivers/nvme/host/ |
| D | core.c | 2191 static char nvme_pr_type(enum pr_type type) in nvme_pr_type() 2252 enum pr_type type, unsigned flags) in nvme_pr_reserve() 2265 enum pr_type type, bool abort) in nvme_pr_preempt() 2279 static int nvme_pr_release(struct block_device *bdev, u64 key, enum pr_type type) in nvme_pr_release()
|