| /kernel/linux/linux-4.19/Documentation/block/ |
| D | biovecs.txt | 32 instead of an integer (that corresponded to bi_idx); for a lot of code the 57 pattern comes up in a lot of places; a lot of drivers were essentially open 59 simplifies a lot of code. 114 could eliminate a lot of complexity particularly in stacked drivers. Code
|
| /kernel/linux/linux-5.10/Documentation/block/ |
| D | biovecs.rst | 32 instead of an integer (that corresponded to bi_idx); for a lot of code the 57 pattern comes up in a lot of places; a lot of drivers were essentially open 59 simplifies a lot of code. 114 could eliminate a lot of complexity particularly in stacked drivers. Code
|
| /kernel/linux/linux-5.10/Documentation/dev-tools/kunit/ |
| D | index.rst | 71 "... a lot of people seem to think that performance is about doing the 79 then you wait a lot longer to write tests, and you wait a lot longer to run 80 tests; this means that tests are likely to break, unlikely to test a lot of
|
| /kernel/linux/linux-4.19/drivers/soc/rockchip/ |
| D | Kconfig | 12 special additional settings registers for a lot of soc-components. 13 In a lot of cases there also need to be default settings initialized
|
| /kernel/linux/linux-5.10/drivers/soc/rockchip/ |
| D | Kconfig | 13 special additional settings registers for a lot of soc-components. 14 In a lot of cases there also need to be default settings initialized
|
| /kernel/linux/linux-4.19/Documentation/device-mapper/ |
| D | cache-policies.txt | 60 The mq policy used a lot of memory; 88 bytes per cache block on a 64 69 All this means smq uses ~25bytes per cache block. Still a lot of 91 smq doesn't maintain hit counts, so a lot of this problem just goes
|
| D | persistent-data.txt | 13 Maintaining these data structures takes a lot of work, so if possible 75 array-like interface would see a lot of use.
|
| /kernel/linux/linux-5.10/Documentation/admin-guide/device-mapper/ |
| D | cache-policies.rst | 63 The mq policy used a lot of memory; 88 bytes per cache block on a 64 72 All this means smq uses ~25bytes per cache block. Still a lot of 96 smq doesn't maintain hit counts, so a lot of this problem just goes
|
| D | persistent-data.rst | 17 Maintaining these data structures takes a lot of work, so if possible 79 array-like interface would see a lot of use.
|
| /kernel/linux/linux-5.10/net/batman-adv/ |
| D | bitarray.c | 60 /* sequence number is much newer, probably missed a lot of packets */ in batadv_bit_get_packet() 64 "We missed a lot of packets (%i) !\n", in batadv_bit_get_packet()
|
| /kernel/linux/linux-4.19/net/batman-adv/ |
| D | bitarray.c | 72 /* sequence number is much newer, probably missed a lot of packets */ in batadv_bit_get_packet() 76 "We missed a lot of packets (%i) !\n", in batadv_bit_get_packet()
|
| /kernel/linux/linux-4.19/Documentation/usb/ |
| D | iuu_phoenix.txt | 63 So I have added this option to permit him to see a lot of color ( each activity change the color 66 - debug will produce a lot of debugging messages...
|
| /kernel/linux/linux-4.19/Documentation/media/v4l-drivers/ |
| D | philips.rst | 36 a lot of extra information, a FAQ, and the binary plugin 'PWCX'. This plugin 44 the latter, since it makes troubleshooting a lot easier. The built-in 73 Should you experience a lot of 'Dumping frame...' messages during 80 up 460 KB of RAM, so unless you have a lot of memory setting this to
|
| /kernel/linux/linux-5.10/Documentation/admin-guide/media/ |
| D | philips.rst | 38 a lot of extra information, a FAQ, and the binary plugin 'PWCX'. This plugin 46 the latter, since it makes troubleshooting a lot easier. The built-in 75 Should you experience a lot of 'Dumping frame...' messages during 82 up 460 KB of RAM, so unless you have a lot of memory setting this to
|
| /kernel/linux/linux-5.10/Documentation/usb/ |
| D | iuu_phoenix.rst | 72 So I have added this option to permit him to see a lot of color ( each activity change the color 75 - debug will produce a lot of debugging messages...
|
| /kernel/linux/linux-4.19/drivers/iio/imu/ |
| D | adis16400.h | 80 #define ADIS16334_LOT_ID1 0x52 /* Lot identification code 1 */ 81 #define ADIS16334_LOT_ID2 0x54 /* Lot identification code 2 */ 83 #define ADIS16334_SERIAL_NUMBER 0x58 /* Serial number, lot specific */
|
| /kernel/linux/linux-4.19/drivers/staging/media/zoran/ |
| D | zoran.h | 228 struct zoran_v4l_settings v4l_settings; /* structure with a lot of things to play with */ 229 struct zoran_jpg_settings jpg_settings; /* structure with a lot of things to play with */ 320 struct zoran_v4l_settings v4l_settings; /* structure with a lot of things to play with */ 331 struct zoran_jpg_settings jpg_settings; /* structure with a lot of things to play with */
|
| /kernel/linux/linux-5.10/Documentation/driver-api/media/drivers/ |
| D | dvb-usb.rst | 100 Thanks a lot to Joachim von Caron 120 Thanks a lot to Gunnar Wittich. 296 A lot of the currently supported devices are USB1.1 and thus they have a 351 user-level firmware loader, which saves a lot of time
|
| /kernel/linux/linux-4.19/Documentation/media/dvb-drivers/ |
| D | dvb-usb.rst | 98 Thanks a lot to Joachim von Caron 118 Thanks a lot to Gunnar Wittich. 294 A lot of the currently supported devices are USB1.1 and thus they have a 349 user-level firmware loader, which saves a lot of time
|
| /kernel/linux/linux-5.10/Documentation/doc-guide/ |
| D | contributing.rst | 8 developers work more effectively. Without top-quality documentation, a lot 264 once did. But it could still use a lot of improvement; Donald Knuth and 269 territory. Expect a lot of opinions and discussion for even relatively 275 This is a decidedly nontrivial task for somebody with a lot of time and
|
| /kernel/linux/linux-4.19/drivers/infiniband/hw/qib/ |
| D | qib_qsfp.c | 388 /* Second checksum covers 192 to (serial, date, lot) */ in qib_refresh_qsfp_cache() 406 ret = qsfp_read(ppd, QSFP_LOT_OFFS, &cp->lot, QSFP_LOT_LEN); in qib_refresh_qsfp_cache() 410 cks += cp->lot[idx]; in qib_refresh_qsfp_cache() 530 sofar += scnprintf(buf + sofar, len - sofar, "Lot:%.*s\n", in qib_qsfp_dump() 531 QSFP_LOT_LEN, cd.lot); in qib_qsfp_dump()
|
| /kernel/linux/linux-5.10/drivers/infiniband/hw/qib/ |
| D | qib_qsfp.c | 388 /* Second checksum covers 192 to (serial, date, lot) */ in qib_refresh_qsfp_cache() 406 ret = qsfp_read(ppd, QSFP_LOT_OFFS, &cp->lot, QSFP_LOT_LEN); in qib_refresh_qsfp_cache() 410 cks += cp->lot[idx]; in qib_refresh_qsfp_cache() 530 sofar += scnprintf(buf + sofar, len - sofar, "Lot:%.*s\n", in qib_qsfp_dump() 531 QSFP_LOT_LEN, cd.lot); in qib_qsfp_dump()
|
| /kernel/linux/linux-4.19/arch/sparc/math-emu/ |
| D | Makefile | 5 # suppress all warnings - as math.c produces a lot!
|
| /kernel/linux/linux-5.10/arch/sparc/math-emu/ |
| D | Makefile | 6 # suppress all warnings - as math.c produces a lot!
|
| /kernel/linux/linux-4.19/drivers/staging/dgnc/ |
| D | TODO | 2 * there is a lot of unnecessary code in the driver. It was
|