whole              76 drivers/iio/common/hid-sensors/hid-sensor-attributes.c static void simple_div(int dividend, int divisor, int *whole,
whole              84 drivers/iio/common/hid-sensors/hid-sensor-attributes.c 		*whole = 0;
whole              87 drivers/iio/common/hid-sensors/hid-sensor-attributes.c 	*whole = dividend/divisor;
whole             134 drivers/phy/freescale/phy-fsl-imx8-mipi-dphy.c 	u32 whole;
whole             139 drivers/phy/freescale/phy-fsl-imx8-mipi-dphy.c 		whole = a / b;
whole             140 drivers/phy/freescale/phy-fsl-imx8-mipi-dphy.c 		n[i] += (n[i ^ 1] * whole);
whole             141 drivers/phy/freescale/phy-fsl-imx8-mipi-dphy.c 		d[i] += (d[i ^ 1] * whole);
whole             146 drivers/phy/freescale/phy-fsl-imx8-mipi-dphy.c 		c = a - (b * whole);
whole            1308 fs/binfmt_elf.c 		goto whole;
whole            1316 fs/binfmt_elf.c 			goto whole;
whole            1318 fs/binfmt_elf.c 			goto whole;
whole            1325 fs/binfmt_elf.c 			goto whole;
whole            1327 fs/binfmt_elf.c 			goto whole;
whole            1339 fs/binfmt_elf.c 			goto whole;
whole            1345 fs/binfmt_elf.c 		goto whole;
whole            1350 fs/binfmt_elf.c 		goto whole;
whole            1390 fs/binfmt_elf.c whole:
whole            1038 fs/block_dev.c static bool bd_may_claim(struct block_device *bdev, struct block_device *whole,
whole            1045 fs/block_dev.c 	else if (whole == bdev)
whole            1048 fs/block_dev.c 	else if (whole->bd_holder == bd_may_claim)
whole            1050 fs/block_dev.c 	else if (whole->bd_holder != NULL)
whole            1075 fs/block_dev.c 			       struct block_device *whole, void *holder)
whole            1079 fs/block_dev.c 	if (!bd_may_claim(bdev, whole, holder))
whole            1083 fs/block_dev.c 	if (whole->bd_claiming) {
whole            1084 fs/block_dev.c 		wait_queue_head_t *wq = bit_waitqueue(&whole->bd_claiming, 0);
whole            1146 fs/block_dev.c 	struct block_device *whole;
whole            1168 fs/block_dev.c 		whole = bdget_disk(disk, 0);
whole            1170 fs/block_dev.c 		whole = bdgrab(bdev);
whole            1173 fs/block_dev.c 	if (!whole)
whole            1179 fs/block_dev.c 	err = bd_prepare_to_claim(bdev, whole, holder);
whole            1181 fs/block_dev.c 		whole->bd_claiming = holder;
whole            1183 fs/block_dev.c 		return whole;
whole            1186 fs/block_dev.c 		bdput(whole);
whole            1192 fs/block_dev.c static void bd_clear_claiming(struct block_device *whole, void *holder)
whole            1196 fs/block_dev.c 	BUG_ON(whole->bd_claiming != holder);
whole            1197 fs/block_dev.c 	whole->bd_claiming = NULL;
whole            1198 fs/block_dev.c 	wake_up_bit(&whole->bd_claiming, 0);
whole            1210 fs/block_dev.c void bd_finish_claiming(struct block_device *bdev, struct block_device *whole,
whole            1214 fs/block_dev.c 	BUG_ON(!bd_may_claim(bdev, whole, holder));
whole            1219 fs/block_dev.c 	whole->bd_holders++;
whole            1220 fs/block_dev.c 	whole->bd_holder = bd_may_claim;
whole            1223 fs/block_dev.c 	bd_clear_claiming(whole, holder);
whole            1238 fs/block_dev.c void bd_abort_claiming(struct block_device *bdev, struct block_device *whole,
whole            1242 fs/block_dev.c 	bd_clear_claiming(whole, holder);
whole            1614 fs/block_dev.c 			struct block_device *whole;
whole            1615 fs/block_dev.c 			whole = bdget_disk(disk, 0);
whole            1617 fs/block_dev.c 			if (!whole)
whole            1620 fs/block_dev.c 			ret = __blkdev_get(whole, mode, 1);
whole            1623 fs/block_dev.c 			bdev->bd_contains = whole;
whole            1698 fs/block_dev.c 	struct block_device *whole = NULL;
whole            1704 fs/block_dev.c 		whole = bd_start_claiming(bdev, holder);
whole            1705 fs/block_dev.c 		if (IS_ERR(whole)) {
whole            1707 fs/block_dev.c 			return PTR_ERR(whole);
whole            1713 fs/block_dev.c 	if (whole) {
whole            1714 fs/block_dev.c 		struct gendisk *disk = whole->bd_disk;
whole            1719 fs/block_dev.c 			bd_finish_claiming(bdev, whole, holder);
whole            1721 fs/block_dev.c 			bd_abort_claiming(bdev, whole, holder);
whole            1736 fs/block_dev.c 		bdput(whole);
whole             431 fs/proc/array.c 			struct pid *pid, struct task_struct *task, int whole)
whole             500 fs/proc/array.c 		if (whole) {
whole             521 fs/proc/array.c 	if (permitted && (!whole || num_threads < 2))
whole             523 fs/proc/array.c 	if (!whole) {
whole            2767 fs/proc/base.c static int do_io_accounting(struct task_struct *task, struct seq_file *m, int whole)
whole            2782 fs/proc/base.c 	if (whole && lock_task_sighand(task, &flags)) {
whole             450 fs/xfs/xfs_trans.c 	int		whole = 0;
whole             483 fs/xfs/xfs_trans.c 		whole = 1;
whole             487 fs/xfs/xfs_trans.c 		whole = 1;
whole             491 fs/xfs/xfs_trans.c 		whole = 1;
whole             495 fs/xfs/xfs_trans.c 		whole = 1;
whole             499 fs/xfs/xfs_trans.c 		whole = 1;
whole             503 fs/xfs/xfs_trans.c 		whole = 1;
whole             507 fs/xfs/xfs_trans.c 		whole = 1;
whole             511 fs/xfs/xfs_trans.c 		whole = 1;
whole             515 fs/xfs/xfs_trans.c 	if (whole)
whole            2639 include/linux/fs.h 			       struct block_device *whole, void *holder);
whole            2641 include/linux/fs.h 			      struct block_device *whole, void *holder);
whole            6337 kernel/cgroup/cgroup.c 	s64 whole, frac = 0;
whole            6340 kernel/cgroup/cgroup.c 	if (!sscanf(input, "%lld.%n%lld%n", &whole, &fstart, &frac, &fend))
whole            6351 kernel/cgroup/cgroup.c 	*v = whole * power_of_ten(dec_shift) + frac;