| /linux/tools/perf/Documentation/ |
| H A D | perf-data.txt | 19 convert:: 21 It's possible to set data-convert debug variable to get debug messages from conversion, 23 perf --debug data-convert data convert ... 25 OPTIONS for 'convert' 49 Default is off, only convert samples.
|
| H A D | perf.txt | 61 data-convert - data convert command debug messages
|
| /linux/fs/ocfs2/dlm/ |
| H A D | dlmconvert.c | 357 struct dlm_convert_lock convert; in dlm_send_remote_convert_request() local 366 memset(&convert, 0, sizeof(struct dlm_convert_lock)); in dlm_send_remote_convert_request() 367 convert.node_idx = dlm->node_num; in dlm_send_remote_convert_request() 368 convert.requested_type = type; in dlm_send_remote_convert_request() 369 convert.cookie = lock->ml.cookie; in dlm_send_remote_convert_request() 370 convert.namelen = res->lockname.len; in dlm_send_remote_convert_request() 371 convert.flags = cpu_to_be32(flags); in dlm_send_remote_convert_request() 372 memcpy(convert.name, res->lockname.name, convert.namelen); in dlm_send_remote_convert_request() 375 vec[0].iov_base = &convert; in dlm_send_remote_convert_request()
|
| H A D | dlmlock.c | 548 int convert = 0, recovery = 0; in dlmlock() local 569 convert = (flags & LKM_CONVERT); in dlmlock() 573 (!dlm_is_recovery_lock(name, namelen) || convert) ) { in dlmlock() 577 if (convert && (flags & LKM_LOCAL)) { in dlmlock() 582 if (convert) { in dlmlock() 730 if (lock && !convert) in dlmlock()
|
| /linux/Documentation/filesystems/iomap/ |
| H A D | porting.rst | 20 There are several reasons to convert a filesystem to iomap: 32 convert the old buffer_head path to use them. 73 Once the read-only functions are working like this, convert each high 78 It is suggested to convert swap file activation, ``SEEK_DATA``, and 95 Then convert the direct I/O write path to iomap, and start running fsx 100 Now, convert any remaining file operations to call the iomap functions.
|
| /linux/scripts/ |
| H A D | recordmcount.pl | 164 my %convert; # List of local functions used that needs conversion 431 $convert{$ref_func} = 1; 541 my @converts = keys %convert;
|
| /linux/arch/arm/boot/dts/cirrus/ |
| H A D | ep93xx-edb9302.dts | 125 convert-channels = <2>; 126 convert-sample-format = "s32_le";
|
| /linux/include/linux/platform_data/ |
| H A D | max197.h | 20 int (*convert)(u8 ctrl); member
|
| /linux/sound/core/oss/ |
| H A D | linear.c | 55 static void convert(struct snd_pcm_plugin *plugin, in convert() function 112 convert(plugin, src_channels, dst_channels, frames); in linear_transfer()
|
| /linux/rust/pin-init/src/ |
| H A D | __internal.rs | 202 let value: Result<Pin<&mut Foo>, core::convert::Infallible> = in stack_init_reuse() 209 let value: Result<Pin<&mut Foo>, core::convert::Infallible> = in stack_init_reuse()
|
| H A D | lib.rs | 285 convert::Infallible, 503 let x: ::core::convert::Infallible = x; 788 }? ::core::convert::Infallible) 895 }? ::core::convert::Infallible)
|
| /linux/drivers/staging/fbtft/ |
| H A D | TODO | 1 * convert all these over to drm_simple_display_pipe and submit for inclusion
|
| /linux/arch/sh/kernel/cpu/sh2/ |
| H A D | ex.S | 13 ! convert Exception Vector to Exception Number
|
| /linux/arch/arm64/boot/dts/renesas/ |
| H A D | ulcb-kf-simple-audio-card-mix+split.dtsi | 55 convert-channels = <8>; /* to 8ch TDM */ 101 convert-channels = <6>; /* to 6ch TDM */
|
| H A D | ulcb-kf-audio-graph-card-mix+split.dtsi | 73 convert-channels = <8>; /* to 8ch TDM */ 108 convert-channels = <6>; /* to 6ch TDM */
|
| /linux/rust/kernel/ |
| H A D | error.rs | 248 impl From<core::convert::Infallible> for Error { 249 fn from(e: core::convert::Infallible) -> Error { in from()
|
| /linux/tools/perf/tests/shell/ |
| H A D | test_perf_data_converter_json.sh | 34 perf data convert --to-json "$result" --force -i "$perfdata" >/dev/null 2>&1
|
| /linux/drivers/gpu/ipu-v3/ |
| H A D | Makefile | 6 ipu-image-convert.o ipu-smfc.o ipu-vdi.o
|
| /linux/drivers/iio/ |
| H A D | TODO | 13 - Refactor old platform_data constructs from drivers and convert it
|
| /linux/drivers/crypto/intel/qat/qat_common/ |
| H A D | icp_qat_hw.h | 263 #define ICP_QAT_HW_CIPHER_CONFIG_BUILD(mode, algo, convert, dir) \ argument 266 ((convert & QAT_CIPHER_CONVERT_MASK) << QAT_CIPHER_CONVERT_BITPOS) | \
|
| /linux/sound/synth/emux/ |
| H A D | emux_nrpn.c | 19 int (*convert)(int val); member 46 cval = table[i].convert(val); in send_converted_effect()
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | pixfmt-intro.rst | 16 to convert images to one of the standard formats when needed. But the 20 format, saving much disk space, and later use a codec to convert the
|
| /linux/arch/sh/kernel/cpu/sh2a/ |
| H A D | ex.S | 13 ! convert Exception Vector to Exception Number
|
| /linux/tools/perf/util/ |
| H A D | data-convert-bt.c | 90 struct convert { struct 802 struct convert *c = container_of(tool, struct convert, tool); in process_sample_event() 880 struct convert *c = container_of(tool, struct convert, tool);\ 1595 struct convert *c = cb; in convert__config() 1612 struct convert c = {}; in bt_convert__perf2ctf()
|
| /linux/Documentation/iio/ |
| H A D | ad4000.rst | 173 | ``in_voltage0_offset`` | Offset to convert raw value to mV. | 175 | ``in_voltage0_scale`` | Scale factor to convert raw value to mV. | 190 | ``in_voltage0-voltage1_scale`` | Scale factor to convert raw value to mV. |
|