Home
last modified time | relevance | path

Searched refs:convert (Results 1 – 25 of 220) sorted by relevance

123456789

/linux-6.12.1/tools/perf/Documentation/
Dperf-data.txt19 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.
Dperf.txt61 data-convert - data convert command debug messages
/linux-6.12.1/security/selinux/ss/
Dsidtab.c46 s->convert = NULL; in sidtab_init()
272 struct sidtab_convert_params *convert; in sidtab_context_to_sid() local
321 convert = s->convert; in sidtab_context_to_sid()
322 if (convert) { in sidtab_context_to_sid()
323 struct sidtab *target = convert->target; in sidtab_context_to_sid()
332 rc = services_convert_context(convert->args, context, in sidtab_context_to_sid()
380 struct sidtab_convert_params *convert) in sidtab_convert_tree() argument
397 convert); in sidtab_convert_tree()
412 convert->args, in sidtab_convert_tree()
435 if (s->convert) { in sidtab_convert()
[all …]
/linux-6.12.1/fs/ocfs2/dlm/
Ddlmconvert.c357 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()
Ddlmlock.c548 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-6.12.1/Documentation/filesystems/iomap/
Dporting.rst20 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-6.12.1/scripts/
Drecordmcount.pl164 my %convert; # List of local functions used that needs conversion
431 $convert{$ref_func} = 1;
541 my @converts = keys %convert;
/linux-6.12.1/include/linux/platform_data/
Dmax197.h20 int (*convert)(u8 ctrl); member
/linux-6.12.1/arch/arm/boot/dts/cirrus/
Dep93xx-edb9302.dts125 convert-channels = <2>;
126 convert-sample-format = "s32_le";
/linux-6.12.1/fs/bcachefs/
Dalloc_background.h227 …inline const struct bch_alloc_v4 *bch2_alloc_to_v4(struct bkey_s_c k, struct bch_alloc_v4 *convert) in bch2_alloc_to_v4() argument
240 __bch2_alloc_to_v4(k, convert); in bch2_alloc_to_v4()
241 return convert; in bch2_alloc_to_v4()
/linux-6.12.1/drivers/staging/fbtft/
DTODO1 * convert all these over to drm_simple_display_pipe and submit for inclusion
/linux-6.12.1/sound/core/oss/
Dlinear.c55 static void convert(struct snd_pcm_plugin *plugin, in convert() function
112 convert(plugin, src_channels, dst_channels, frames); in linear_transfer()
/linux-6.12.1/arch/sh/kernel/cpu/sh2/
Dex.S13 ! convert Exception Vector to Exception Number
/linux-6.12.1/tools/perf/tests/shell/
Dtest_perf_data_converter_json.sh34 perf data convert --to-json "$result" --force -i "$perfdata" >/dev/null 2>&1
/linux-6.12.1/drivers/iio/
DTODO13 - Refactor old platform_data constructs from drivers and convert it
/linux-6.12.1/drivers/gpu/ipu-v3/
DMakefile6 ipu-image-convert.o ipu-smfc.o ipu-vdi.o
/linux-6.12.1/rust/kernel/
Derror.rs212 impl From<core::convert::Infallible> for Error {
213 fn from(e: core::convert::Infallible) -> Error { in from()
Dinit.rs223 convert::Infallible,
281 let x: ::core::convert::Infallible = x;
566 @error(::core::convert::Infallible),
672 @error(::core::convert::Infallible),
/linux-6.12.1/sound/synth/emux/
Demux_nrpn.c19 int (*convert)(int val); member
46 cval = table[i].convert(val); in send_converted_effect()
/linux-6.12.1/drivers/crypto/intel/qat/qat_common/
Dicp_qat_hw.h263 #define ICP_QAT_HW_CIPHER_CONFIG_BUILD(mode, algo, convert, dir) \ argument
266 ((convert & QAT_CIPHER_CONVERT_MASK) << QAT_CIPHER_CONVERT_BITPOS) | \
/linux-6.12.1/Documentation/iio/
Dad7944.rst128 | ``in_voltage0_scale`` | Scale factor to convert raw value to mV. …
144 | ``in_voltage0-voltage1_scale`` | Scale factor to convert raw value to mV. …
/linux-6.12.1/drivers/staging/rtl8723bs/
DTODO3 - convert any remaining unusual variable types
/linux-6.12.1/Documentation/userspace-api/media/v4l/
Dpixfmt-intro.rst15 to convert images to one of the standard formats when needed. But the
19 format, saving much disk space, and later use a codec to convert the
/linux-6.12.1/arch/sh/kernel/cpu/sh2a/
Dex.S13 ! convert Exception Vector to Exception Number
/linux-6.12.1/drivers/hwmon/
Dmax197.c183 ret = data->pdata->convert(data->ctrl_bytes[channel]); in max197_show_input()
270 if (pdata->convert == NULL) { in max197_probe()

123456789