Searched full:inconsistency (Results 1 – 25 of 101) sorted by relevance
12345
/Linux-v6.1/tools/testing/selftests/timers/ |
D | inconsistency-check.c | 1 /* Time inconsistency check test 8 * $ gcc inconsistency-check.c -o inconsistency-check -lrt 121 /* display inconsistency */ in consistency_test() 140 /* timestamp inconsistency*/ in consistency_test()
|
D | skew_consistency.c | 8 * that the inconsistency-check tests be present in the same directory it 52 return system("./inconsistency-check -c 1 -t 600"); in main()
|
D | change_skew.c | 8 * that the raw_skew, inconsistency-check and nanosleep tests be 51 ret |= system("./inconsistency-check"); in change_skew_test()
|
D | set-2038.c | 8 * the inconsistency-check and nanosleep tests be present in the same 67 ret = system("./inconsistency-check -c 0 -t 20"); in do_tests()
|
D | clocksource-switch.c | 8 * that the inconsistency-check and nanosleep tests be present in the 111 sprintf(buf, "./inconsistency-check -t %i", secs); in run_tests()
|
D | .gitignore | 5 inconsistency-check
|
D | Makefile | 8 inconsistency-check raw_skew threadtest rtcpie
|
/Linux-v6.1/Documentation/devicetree/bindings/i2c/ |
D | i2c-gpio.yaml | 57 not the GPIO chip. It is essentially an inconsistency flag. 64 the GPIO chip. It is essentially an inconsistency flag.
|
/Linux-v6.1/drivers/rtc/ |
D | rtc-rs5c348.c | 99 /* write in one transfer to avoid data inconsistency */ in rs5c348_rtc_set_time() 130 /* read in one transfer to avoid data inconsistency */ in rs5c348_rtc_read_time()
|
/Linux-v6.1/Documentation/admin-guide/media/ |
D | avermedia.rst | 79 error message inconsistency. Although this generates errors in
|
/Linux-v6.1/fs/jfs/ |
D | jfs_types.h | 108 #define DXD_CORRUPT 0x08 /* Inconsistency detected */
|
/Linux-v6.1/fs/hfs/ |
D | bfind.c | 153 pr_err("inconsistency in B*Tree (%d,%d,%d,%u,%u)\n", in hfs_brec_find()
|
/Linux-v6.1/arch/s390/pci/ |
D | pci_sysfs.c | 94 * Due to a z/VM vs LPAR inconsistency in the error in recover_store()
|
/Linux-v6.1/drivers/gpu/drm/tegra/ |
D | falcon.c | 96 dev_err(falcon->dev, "firmware image size inconsistency\n"); in falcon_parse_firmware_image()
|
/Linux-v6.1/fs/exfat/ |
D | misc.c | 20 * corruption/inconsistency. Depending on 'errors' mount option the
|
/Linux-v6.1/Documentation/scsi/ |
D | ChangeLog.arcmsr | 62 ** inconsistency with sg_mod driver if application directly calls
|
/Linux-v6.1/drivers/iio/imu/bno055/ |
D | bno055_ser_core.c | 446 * This is an inconsistency in serial protocol, we lost in bno055_ser_receive_buf() 464 * upper layer manage any inconsistency wrt expected data in bno055_ser_receive_buf()
|
/Linux-v6.1/fs/hfsplus/ |
D | bfind.c | 210 pr_err("inconsistency in B*Tree (%d,%d,%d,%u,%u)\n", in hfs_brec_find()
|
/Linux-v6.1/Documentation/kbuild/ |
D | kconfig-macro-language.rst | 183 this is _useful_ inconsistency.
|
/Linux-v6.1/drivers/media/radio/ |
D | radio-zoltrix.c | 7 * Due to the inconsistency in reading from the signal flags
|
/Linux-v6.1/drivers/mtd/ |
D | mtdblock.c | 95 * However this could lead to inconsistency since we will not in write_cached_data()
|
/Linux-v6.1/drivers/atm/ |
D | Kconfig | 59 when an inconsistency is detected. This mechanism is faster than
|
/Linux-v6.1/fs/btrfs/ |
D | backref.h | 382 "Inconsistency in backref cache found at offset %llu", in btrfs_backref_panic()
|
/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/en/rep/ |
D | neigh.c | 141 * We use this lock to avoid inconsistency between the neigh validity in mlx5e_rep_neigh_update()
|
/Linux-v6.1/fs/ext4/ |
D | ext4_jbd2.c | 210 * may lead to on-disk filesystem inconsistency. in ext4_check_bdev_write_error()
|
12345