/kernel/linux/linux-6.6/block/ |
H A D | bdev.c | 463 struct block_device *whole = bdev_whole(bdev); in bd_may_claim() local 480 * If the whole devices holder is set to bd_may_claim, a partition on in bd_may_claim() 481 * the device is claimed, but not the whole device. in bd_may_claim() 483 if (whole != bdev && in bd_may_claim() 484 whole->bd_holder && whole->bd_holder != bd_may_claim) in bd_may_claim() 505 struct block_device *whole = bdev_whole(bdev); in bd_prepare_to_claim() local 518 if (whole->bd_claiming) { in bd_prepare_to_claim() 519 wait_queue_head_t *wq = bit_waitqueue(&whole->bd_claiming, 0); in bd_prepare_to_claim() 530 whole in bd_prepare_to_claim() 536 bd_clear_claiming(struct block_device *whole, void *holder) bd_clear_claiming() argument 557 struct block_device *whole = bdev_whole(bdev); bd_finish_claiming() local 595 struct block_device *whole = bdev_whole(bdev); bd_end_claim() local 695 struct block_device *whole = bdev_whole(part); blkdev_put_part() local [all...] |
/kernel/linux/linux-5.10/fs/ |
H A D | block_dev.c | 1041 * @whole: whole block device containing @bdev, may equal @bdev 1052 static bool bd_may_claim(struct block_device *bdev, struct block_device *whole, in bd_may_claim() argument 1059 else if (whole == bdev) in bd_may_claim() 1060 return true; /* is a whole device which isn't held */ in bd_may_claim() 1062 else if (whole->bd_holder == bd_may_claim) in bd_may_claim() 1064 else if (whole->bd_holder != NULL) in bd_may_claim() 1073 * @whole: the whole device containing @bdev, may equal @bdev 1083 int bd_prepare_to_claim(struct block_device *bdev, struct block_device *whole, in bd_prepare_to_claim() argument 1134 bd_clear_claiming(struct block_device *whole, void *holder) bd_clear_claiming() argument 1152 bd_finish_claiming(struct block_device *bdev, struct block_device *whole, void *holder) bd_finish_claiming() argument 1179 bd_abort_claiming(struct block_device *bdev, struct block_device *whole, void *holder) bd_abort_claiming() argument 1470 struct block_device *whole = NULL, *claiming = NULL; __blkdev_get() local [all...] |
H A D | coredump.c | 993 goto whole; in vma_dump_size() 1001 goto whole; in vma_dump_size() 1003 goto whole; in vma_dump_size() 1010 goto whole; in vma_dump_size() 1012 goto whole; in vma_dump_size() 1024 goto whole; in vma_dump_size() 1030 goto whole; in vma_dump_size() 1035 goto whole; in vma_dump_size() 1061 whole: in vma_dump_size()
|
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_trans.c | 464 int whole = 0; in xfs_trans_apply_sb_deltas() local 497 whole = 1; in xfs_trans_apply_sb_deltas() 501 whole = 1; in xfs_trans_apply_sb_deltas() 505 whole = 1; in xfs_trans_apply_sb_deltas() 509 whole = 1; in xfs_trans_apply_sb_deltas() 513 whole = 1; in xfs_trans_apply_sb_deltas() 517 whole = 1; in xfs_trans_apply_sb_deltas() 521 whole = 1; in xfs_trans_apply_sb_deltas() 525 whole = 1; in xfs_trans_apply_sb_deltas() 529 if (whole) in xfs_trans_apply_sb_deltas() [all...] |
/kernel/liteos_a/kernel/user/ |
H A D | Makefile | 48 $(HIDE)$(LD) -r -o $@ --whole-archive $< --no-whole-archive
|
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_trans.c | 479 int whole = 0; in xfs_trans_apply_sb_deltas() local 526 whole = 1; in xfs_trans_apply_sb_deltas() 530 whole = 1; in xfs_trans_apply_sb_deltas() 534 whole = 1; in xfs_trans_apply_sb_deltas() 538 whole = 1; in xfs_trans_apply_sb_deltas() 542 whole = 1; in xfs_trans_apply_sb_deltas() 546 whole = 1; in xfs_trans_apply_sb_deltas() 550 whole = 1; in xfs_trans_apply_sb_deltas() 554 whole = 1; in xfs_trans_apply_sb_deltas() 558 if (whole) in xfs_trans_apply_sb_deltas() [all...] |
/kernel/linux/linux-6.6/fs/ |
H A D | coredump.c | 1038 goto whole; in vma_dump_size() 1046 goto whole; in vma_dump_size() 1048 goto whole; in vma_dump_size() 1055 goto whole; in vma_dump_size() 1057 goto whole; in vma_dump_size() 1069 goto whole; in vma_dump_size() 1075 goto whole; in vma_dump_size() 1080 goto whole; in vma_dump_size() 1106 whole: in vma_dump_size()
|
/kernel/linux/linux-5.10/drivers/phy/freescale/ |
H A D | phy-fsl-imx8-mipi-dphy.c | 134 u32 whole; in get_best_ratio() local 139 whole = a / b; in get_best_ratio() 140 n[i] += (n[i ^ 1] * whole); in get_best_ratio() 141 d[i] += (d[i ^ 1] * whole); in get_best_ratio() 146 c = a - (b * whole); in get_best_ratio()
|
/kernel/linux/linux-6.6/scripts/ |
H A D | link-vmlinux.sh | 9 # (not within --whole-archive), and do not require symbol indexes added. 102 ${wl}--whole-archive ${objs} ${wl}--no-whole-archive \
|
/kernel/linux/linux-6.6/drivers/phy/freescale/ |
H A D | phy-fsl-imx8-mipi-dphy.c | 166 u32 whole; in get_best_ratio() local 171 whole = a / b; in get_best_ratio() 172 n[i] += (n[i ^ 1] * whole); in get_best_ratio() 173 d[i] += (d[i ^ 1] * whole); in get_best_ratio() 178 c = a - (b * whole); in get_best_ratio()
|
/kernel/linux/linux-5.10/fs/proc/ |
H A D | array.c | 434 struct pid *pid, struct task_struct *task, int whole) in do_task_stat() 494 if (whole) { in do_task_stat() 506 if (permitted && (!whole || num_threads < 2)) in do_task_stat() 519 if (whole) { in do_task_stat() 537 if (whole) { in do_task_stat() 433 do_task_stat(struct seq_file *m, struct pid_namespace *ns, struct pid *pid, struct task_struct *task, int whole) do_task_stat() argument
|
/kernel/linux/linux-5.10/drivers/iio/common/hid-sensors/ |
H A D | hid-sensor-attributes.c | 24 int scale_val0; /* scale, whole number */ 76 static void simple_div(int dividend, int divisor, int *whole, in simple_div() argument 84 *whole = 0; in simple_div() 87 *whole = dividend/divisor; in simple_div()
|
/kernel/linux/linux-6.6/drivers/iio/common/hid-sensors/ |
H A D | hid-sensor-attributes.c | 17 int scale_val0; /* scale, whole number */ 71 static void simple_div(int dividend, int divisor, int *whole, in simple_div() argument 79 *whole = 0; in simple_div() 82 *whole = dividend/divisor; in simple_div()
|
/kernel/linux/linux-5.10/arch/arm/boot/compressed/ |
H A D | head.S | 790 mov r0, #0x3f @ 4G, the whole 820 mov r0, #0x3f @ 4G, the whole 831 mcr p15, 0, r0, c7, c0, 0 @ invalidate whole cache v3 844 mcr p15, 0, r0, c7, c0, 0 @ invalidate whole cache v3 974 mcr p15, 0, r0, c7, c7, 0 @ Invalidate whole cache 1238 mcr p15, 0, r0, c7, c0, 0 @ invalidate whole cache v3 1247 mcr p15, 0, r0, c7, c7 @ invalidate whole cache v4 1248 mcr p15, 0, r0, c8, c7 @ invalidate whole TLB v4 1262 mcr p15, 0, r0, c8, c7, 0 @ invalidate whole TLB 1399 mcr p15, 0, r1, c7, c0, 0 @ invalidate whole cach [all...] |
/kernel/linux/linux-6.6/arch/arm/boot/compressed/ |
H A D | head.S | 730 mov r0, #0x3f @ 4G, the whole 760 mov r0, #0x3f @ 4G, the whole 771 mcr p15, 0, r0, c7, c0, 0 @ invalidate whole cache v3 784 mcr p15, 0, r0, c7, c0, 0 @ invalidate whole cache v3 910 mcr p15, 0, r0, c7, c7, 0 @ Invalidate whole cache 1174 mcr p15, 0, r0, c7, c0, 0 @ invalidate whole cache v3 1183 mcr p15, 0, r0, c7, c7 @ invalidate whole cache v4 1184 mcr p15, 0, r0, c8, c7 @ invalidate whole TLB v4 1198 mcr p15, 0, r0, c8, c7, 0 @ invalidate whole TLB 1335 mcr p15, 0, r1, c7, c0, 0 @ invalidate whole cach [all...] |
/kernel/linux/linux-5.10/arch/alpha/kernel/ |
H A D | head.S | 89 # Putting it here means we dont have to recompile the whole
|
/kernel/linux/linux-6.6/arch/alpha/kernel/ |
H A D | head.S | 89 # Putting it here means we dont have to recompile the whole
|
/kernel/linux/linux-6.6/fs/proc/ |
H A D | array.c | 468 struct pid *pid, struct task_struct *task, int whole) in do_task_stat() 538 if (whole) { in do_task_stat() 561 if (permitted && (!whole || num_threads < 2)) in do_task_stat() 564 if (whole) { in do_task_stat() 467 do_task_stat(struct seq_file *m, struct pid_namespace *ns, struct pid *pid, struct task_struct *task, int whole) do_task_stat() argument
|
/kernel/linux/linux-5.10/arch/m68k/ifpsp060/ |
H A D | os.S | 151 clr.l %d0 | clear whole longword 188 clr.l %d0 | clear whole longword
|
/kernel/linux/linux-6.6/arch/m68k/ifpsp060/ |
H A D | os.S | 151 clr.l %d0 | clear whole longword 188 clr.l %d0 | clear whole longword
|
/kernel/linux/linux-5.10/arch/arm/mm/ |
H A D | cache-fa.S | 88 bhs __flush_whole_cache @ flush whole D cache
|
H A D | proc-arm740.S | 99 mov r0, #0x00 @ disable whole write buffer
|
H A D | cache-v4wb.S | 32 * clean the whole cache, rather than using the individual 115 bhs __flush_whole_cache @ flush whole D cache
|
H A D | proc-fa526.S | 106 mcr p15, 0, ip, c7, c14, 0 @ clean and invalidate whole D cache
|
/kernel/linux/linux-6.6/arch/arm/mm/ |
H A D | proc-arm740.S | 99 mov r0, #0x00 @ disable whole write buffer
|