Home
last modified time | relevance | path

Searched refs:pr_type (Results 1 – 10 of 10) sorted by relevance

/Linux-v5.15/include/linux/
Dpr.h11 enum pr_type type, u32 flags);
13 enum pr_type type);
15 enum pr_type type, bool abort);
Delf.h82 u32 pr_type; member
/Linux-v5.15/include/uapi/linux/
Dpr.h7 enum pr_type { enum
/Linux-v5.15/arch/sparc/include/asm/
Delf_64.h157 unsigned int pr_type; member
/Linux-v5.15/scripts/kconfig/
Dexpr.c1282 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()
Dexpr.h310 tristate pr_type, const char *title);
/Linux-v5.15/fs/
Dbinfmt_elf.c749 if (have_prev_type && pr->pr_type <= *prev_type) in parse_elf_property()
751 *prev_type = pr->pr_type; in parse_elf_property()
753 ret = arch_parse_elf_property(pr->pr_type, data + o, in parse_elf_property()
/Linux-v5.15/drivers/scsi/
Dsd.c1759 static char sd_pr_type(enum pr_type type) in sd_pr_type()
1820 static int sd_pr_reserve(struct block_device *bdev, u64 key, enum pr_type type, in sd_pr_reserve()
1828 static int sd_pr_release(struct block_device *bdev, u64 key, enum pr_type type) in sd_pr_release()
1834 enum pr_type type, bool abort) in sd_pr_preempt()
/Linux-v5.15/drivers/md/
Ddm.c2947 static int dm_pr_reserve(struct block_device *bdev, u64 key, enum pr_type type, in dm_pr_reserve()
2968 static int dm_pr_release(struct block_device *bdev, u64 key, enum pr_type type) in dm_pr_release()
2989 enum pr_type type, bool abort) in dm_pr_preempt()
/Linux-v5.15/drivers/nvme/host/
Dcore.c1945 static char nvme_pr_type(enum pr_type type) in nvme_pr_type()
2021 enum pr_type type, unsigned flags) in nvme_pr_reserve()
2034 enum pr_type type, bool abort) in nvme_pr_preempt()
2048 static int nvme_pr_release(struct block_device *bdev, u64 key, enum pr_type type) in nvme_pr_release()