Home
last modified time | relevance | path

Searched refs:config (Results 3926 - 3950 of 9441) sorted by relevance

1...<<151152153154155156157158159160>>...378

/kernel/linux/linux-6.6/tools/perf/util/
H A Dpmu.h84 /** @config_masks_present: Are there config format values? */
108 * which event parameter changes what config, config1 or config2 bits.
149 * valid within the config value.
207 void perf_pmu_format__set_value(void *format, int config, unsigned long *bits);
248 void perf_pmu__warn_invalid_config(struct perf_pmu *pmu, __u64 config,
H A Dtrace-event.h24 /* Computes a version number comparable with LIBTRACEEVENT_VERSION from Makefile.config. */
69 char *tracepoint_id_to_name(u64 config);
105 void (*process_stat)(struct perf_stat_config *config,
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/security/
H A Dspectre_v2.c64 static void setup_event(struct event *e, u64 config, char *name) in setup_event() argument
66 event_init_named(e, config, name); in setup_event()
/kernel/linux/linux-6.6/sound/soc/dwc/
H A Dlocal.h131 struct i2s_clk_config_data config; member
132 int (*i2s_clk_cfg)(struct i2s_clk_config_data *config);
/kernel/linux/linux-6.6/drivers/s390/crypto/
H A Dzcrypt_card.c55 int online = ac->config && zc->online ? 1 : 0; in online_show()
73 if (online && !ac->config) in online_store()
/kernel/linux/linux-6.6/sound/soc/intel/keembay/
H A Dkmb_platform.h144 struct i2s_clk_config_data config; member
145 int (*i2s_clk_cfg)(struct i2s_clk_config_data *config);
/test/testfwk/xdevice/src/xdevice/_core/context/
H A Dhandler.py75 repeat = task.config.repeat
85 if task and getattr(task.config, "testdict", ""):
/test/testfwk/xdevice/src/xdevice/_core/
H A Dinterface.py148 def __check_config__(self, config):
150 Check config correct or not.
152 :param config:
333 def __check_config__(self, config):
335 Check config correct or not.
337 :param config:
/test/xts/acts/distributed_schedule_lite/system_ability_manager_posix/src/
H A DIUnknownTest.cpp63 TaskConfig config = { in GetTaskConfig() local
70 return config; in GetTaskConfig()
H A DTaskpoolNoTaskTest.cpp81 TaskConfig config = {LEVEL_HIGH, PRI_ABOVE_NORMAL, 0x800, 20, NO_TASK}; in GetTaskConfig() local
82 return config; in GetTaskConfig()
H A DServiceTest.cpp64 TaskConfig config = {LEVEL_HIGH, PRI_ABOVE_NORMAL, 0x800, 20, SHARED_TASK}; in GetTaskConfig() local
65 return config; in GetTaskConfig()
/test/xts/acts/distributed_schedule_lite/system_ability_manager_hal/src/
H A Dtaskpool_notask_func_test.c84 TaskConfig config = {LEVEL_HIGH, PRI_NORMAL, 0x800, 20, NO_TASK}; in GetTaskConfig() local
85 return config; in GetTaskConfig()
H A Diunknown_func_test.c62 TaskConfig config = { in GetTaskConfig() local
69 return config; in GetTaskConfig()
/third_party/curl/src/
H A Dtool_cfgable.h333 void config_init(struct OperationConfig *config);
334 void config_free(struct OperationConfig *config);
/third_party/alsa-utils/topology/
H A Dpre-processor.h117 /* config helpers */
118 snd_config_t *tplg_find_config(snd_config_t *config, const char *name);
119 int tplg_config_make_add(snd_config_t **config, const char *id, snd_config_type_t type,
/third_party/libwebsockets/include/libwebsockets/
H A Dlws-netdev.h55 lws_netdev_config_t *config);
129 * Unconnected, scanning: AP known in one of the config slots ->
244 lws_netdev_config_t *config);
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-threadpool/
H A Dprotocol_lws_minimal_threadpool.c39 const char *config; member
185 "config"); in callback_minimal()
187 lwsl_err("%s: Can't find \"config\" pvo\n", __func__); in callback_minimal()
190 vhd->config = pvo->value; in callback_minimal()
/third_party/node/test/parallel/
H A Dtest-icu-env.js7 const hasBuiltinICU = process.config.variables.icu_gyp_path === 'tools/icu/icu-generic.gyp';
24 const icuVersionMajor = Number(process.config.variables.icu_ver_major ?? 0);
/third_party/node/tools/
H A Dtest-v8.bat2 if "%config%"=="Debug" set test_args=%target_arch%.debug
3 if "%config%"=="Release" set test_args=%target_arch%.release
/third_party/node/deps/npm/lib/utils/
H A Dreify-output.js46 if (npm.config.get('dry-run') || npm.config.get('long')) {
/third_party/ltp/testcases/kernel/tracing/pt_test/
H A Dpt_test.c23 #include "config.h"
169 attr.config = BIT(intel_pt_pmu_value(INTEL_PT_FORMAT_TSC)) | in setup()
180 attr.config |= 1; in setup()
/third_party/rust/crates/codespan/codespan-reporting/examples/
H A Dcustom_files.rs33 let config = term::Config::default(); in main()
36 term::emit(writer, &config, &files, &message.to_diagnostic())?; in main()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiDriverPropertiesTests.cpp121 void checkSupport (Context& context, const TestType config) in checkSupport() argument
123 DE_UNREF(config); in checkSupport()
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
H A DEGLContextASANTest.cpp48 EGLConfig config = getEGLWindow()->getConfig(); in TEST_P() local
54 EGLContext context = eglCreateContext(display, config, nullptr, contextAttribs); in TEST_P()
/third_party/skia/include/core/
H A DSkYUVAInfo.h268 constexpr int SkYUVAInfo::NumChannelsInPlane(PlaneConfig config, int i) { in NumChannelsInPlane() argument
269 switch (config) { in NumChannelsInPlane()

Completed in 15 milliseconds

1...<<151152153154155156157158159160>>...378