Home
last modified time | relevance | path

Searched refs:probe (Results 76 - 100 of 16712) sorted by relevance

12345678910>>...669

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/lang/
H A DUScriptRun.java603 int probe = pairedCharPower; in getPairIndex()
610 while (probe > (1 << 0)) { in getPairIndex()
611 probe >>= 1; in getPairIndex()
613 if (ch >= pairedChars[index + probe]) { in getPairIndex()
614 index += probe; in getPairIndex()
/kernel/linux/linux-5.10/kernel/trace/
H A Dftrace.c2883 * and modify functions it will probe. But we still in ftrace_startup()
3269 struct ftrace_func_probe *probe; member
3303 if (!iter->probe) { in t_probe_next()
3305 iter->probe = list_entry(next, struct ftrace_func_probe, list); in t_probe_next()
3311 hash = iter->probe->ops.func_hash->filter_hash; in t_probe_next()
3314 * A probe being registered may temporarily have an empty hash in t_probe_next()
3324 if (iter->probe->list.next == func_probes) in t_probe_next()
3326 next = iter->probe->list.next; in t_probe_next()
3327 iter->probe = list_entry(next, struct ftrace_func_probe, list); in t_probe_next()
3328 hash = iter->probe in t_probe_next()
3393 struct ftrace_func_probe *probe; t_probe_show() local
4337 struct ftrace_func_probe *probe; function_trace_probe_call() local
4496 release_probe(struct ftrace_func_probe *probe) release_probe() argument
4521 acquire_probe_locked(struct ftrace_func_probe *probe) acquire_probe_locked() argument
4536 struct ftrace_func_probe *probe; register_ftrace_function_probe() local
4679 struct ftrace_func_probe *probe; unregister_ftrace_function_probe_func() local
4804 struct ftrace_func_probe *probe, *n; clear_ftrace_function_probes() local
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/
H A Defx.c120 netif_dbg(efx, probe, efx->net_dev, "create port\n"); in efx_probe_port()
202 netif_dbg(efx, probe, efx->net_dev, "adding to primary list\n"); in efx_associate()
209 netif_dbg(other, probe, other->net_dev, in efx_associate()
223 netif_dbg(efx, probe, efx->net_dev, in efx_associate()
234 netif_dbg(efx, probe, efx->net_dev, in efx_associate()
249 netif_dbg(other, probe, other->net_dev, in efx_dissociate()
260 netif_dbg(efx, probe, efx->net_dev, "creating NIC\n"); in efx_probe_nic()
263 rc = efx->type->probe(efx); in efx_probe_nic()
337 netif_err(efx, probe, efx->net_dev, "failed to create NIC\n"); in efx_probe_all()
343 netif_err(efx, probe, ef in efx_probe_all()
[all...]
/kernel/linux/linux-5.10/drivers/media/usb/uvc/
H A Duvc_v4l2.c151 struct v4l2_format *fmt, struct uvc_streaming_control *probe, in uvc_v4l2_try_format()
222 memset(probe, 0, sizeof(*probe)); in uvc_v4l2_try_format()
223 probe->bmHint = 1; /* dwFrameInterval */ in uvc_v4l2_try_format()
224 probe->bFormatIndex = format->index; in uvc_v4l2_try_format()
225 probe->bFrameIndex = frame->bFrameIndex; in uvc_v4l2_try_format()
226 probe->dwFrameInterval = uvc_try_frame_interval(frame, interval); in uvc_v4l2_try_format()
227 /* Some webcams stall the probe control set request when the in uvc_v4l2_try_format()
241 probe->dwMaxVideoFrameSize = in uvc_v4l2_try_format()
245 ret = uvc_probe_video(stream, probe); in uvc_v4l2_try_format()
150 uvc_v4l2_try_format(struct uvc_streaming *stream, struct v4l2_format *fmt, struct uvc_streaming_control *probe, struct uvc_format **uvc_format, struct uvc_frame **uvc_frame) uvc_v4l2_try_format() argument
335 struct uvc_streaming_control probe; uvc_v4l2_set_format() local
401 struct uvc_streaming_control probe; uvc_v4l2_set_streamparm() local
726 struct uvc_streaming_control probe; uvc_ioctl_try_fmt_vid_cap() local
736 struct uvc_streaming_control probe; uvc_ioctl_try_fmt_vid_out() local
[all...]
/kernel/linux/linux-6.6/drivers/media/usb/uvc/
H A Duvc_v4l2.c212 struct v4l2_format *fmt, struct uvc_streaming_control *probe, in uvc_v4l2_try_format()
287 memset(probe, 0, sizeof(*probe)); in uvc_v4l2_try_format()
288 probe->bmHint = 1; /* dwFrameInterval */ in uvc_v4l2_try_format()
289 probe->bFormatIndex = format->index; in uvc_v4l2_try_format()
290 probe->bFrameIndex = frame->bFrameIndex; in uvc_v4l2_try_format()
291 probe->dwFrameInterval = uvc_try_frame_interval(frame, interval); in uvc_v4l2_try_format()
293 * Some webcams stall the probe control set request when the in uvc_v4l2_try_format()
307 probe->dwMaxVideoFrameSize = in uvc_v4l2_try_format()
311 ret = uvc_probe_video(stream, probe); in uvc_v4l2_try_format()
211 uvc_v4l2_try_format(struct uvc_streaming *stream, struct v4l2_format *fmt, struct uvc_streaming_control *probe, const struct uvc_format **uvc_format, const struct uvc_frame **uvc_frame) uvc_v4l2_try_format() argument
401 struct uvc_streaming_control probe; uvc_v4l2_set_format() local
467 struct uvc_streaming_control probe; uvc_v4l2_set_streamparm() local
789 struct uvc_streaming_control probe; uvc_ioctl_try_fmt_vid_cap() local
799 struct uvc_streaming_control probe; uvc_ioctl_try_fmt_vid_out() local
[all...]
/kernel/linux/linux-6.6/kernel/trace/
H A Dftrace.c3027 * and modify functions it will probe. But we still in ftrace_startup()
3341 struct ftrace_func_probe *probe; member
3375 if (!iter->probe) { in t_probe_next()
3377 iter->probe = list_entry(next, struct ftrace_func_probe, list); in t_probe_next()
3383 hash = iter->probe->ops.func_hash->filter_hash; in t_probe_next()
3386 * A probe being registered may temporarily have an empty hash in t_probe_next()
3396 if (iter->probe->list.next == func_probes) in t_probe_next()
3398 next = iter->probe->list.next; in t_probe_next()
3399 iter->probe = list_entry(next, struct ftrace_func_probe, list); in t_probe_next()
3400 hash = iter->probe in t_probe_next()
3465 struct ftrace_func_probe *probe; t_probe_show() local
4602 struct ftrace_func_probe *probe; function_trace_probe_call() local
4761 release_probe(struct ftrace_func_probe *probe) release_probe() argument
4786 acquire_probe_locked(struct ftrace_func_probe *probe) acquire_probe_locked() argument
4800 struct ftrace_func_probe *probe = NULL, *iter; register_ftrace_function_probe() local
4944 struct ftrace_func_probe *probe = NULL, *iter; unregister_ftrace_function_probe_func() local
5073 struct ftrace_func_probe *probe, *n; clear_ftrace_function_probes() local
[all...]
/kernel/linux/linux-5.10/drivers/mtd/maps/
H A Dscx200_docflash.c27 static int probe = 0; /* Don't autoprobe */ variable
32 module_param(probe, int, 0);
33 MODULE_PARM_DESC(probe, "Probe for a BIOS mapping");
39 MODULE_PARM_DESC(flashtype, "Type of MTD probe to do");
97 if (probe) { in init_scx200_docflash()
/kernel/linux/linux-6.6/drivers/mtd/maps/
H A Dscx200_docflash.c27 static int probe = 0; /* Don't autoprobe */ variable
32 module_param(probe, int, 0);
33 MODULE_PARM_DESC(probe, "Probe for a BIOS mapping");
39 MODULE_PARM_DESC(flashtype, "Type of MTD probe to do");
97 if (probe) { in init_scx200_docflash()
/third_party/mesa3d/src/panfrost/bifrost/
H A Dnodearray.h148 unsigned probe = (left + right + 1) / 2; in nodearray_sparse_search() local
150 if (data[probe] > skey) in nodearray_sparse_search()
151 right = probe - 1; in nodearray_sparse_search()
153 left = probe; in nodearray_sparse_search()
/kernel/linux/linux-5.10/include/linux/hck/
H A Dlite_hck_hideaddr.h15 #define REGISTER_HCK_LITE_HOOK(name, probe)
16 #define REGISTER_HCK_LITE_DATA_HOOK(name, probe, data)
H A Dlite_hck_inet.h15 #define REGISTER_HCK_LITE_HOOK(name, probe)
17 #define REGISTER_HCK_LITE_DATA_HOOK(name, probe, data)
H A Dlite_hck_sample.h26 #define REGISTER_HCK_LITE_HOOK(name, probe)
27 #define REGISTER_HCK_LITE_DATA_HOOK(name, probe, data)
H A Dlite_hck_code_sign.h14 #define REGISTER_HCK_LITE_HOOK(name, probe)
15 #define REGISTER_HCK_LITE_DATA_HOOK(name, probe, data)
/kernel/linux/linux-6.6/include/linux/hck/
H A Dlite_hck_sample.h26 #define REGISTER_HCK_LITE_HOOK(name, probe)
27 #define REGISTER_HCK_LITE_DATA_HOOK(name, probe, data)
H A Dlite_hck_hideaddr.h15 #define REGISTER_HCK_LITE_HOOK(name, probe)
16 #define REGISTER_HCK_LITE_DATA_HOOK(name, probe, data)
H A Dlite_hck_inet.h15 #define REGISTER_HCK_LITE_HOOK(name, probe)
17 #define REGISTER_HCK_LITE_DATA_HOOK(name, probe, data)
H A Dlite_hck_code_sign.h15 #define REGISTER_HCK_LITE_HOOK(name, probe)
16 #define REGISTER_HCK_LITE_DATA_HOOK(name, probe, data)
/kernel/linux/linux-6.6/arch/x86/kernel/apic/
H A Dprobe_64.c5 * Generic APIC sub-arch probe layer.
24 if ((*drv)->probe && (*drv)->probe()) { in x86_64_probe_apic()
/kernel/linux/linux-5.10/drivers/net/phy/
H A Dsmsc.c317 .probe = smsc_phy_probe,
336 .probe = smsc_phy_probe,
363 .probe = smsc_phy_probe,
389 .probe = smsc_phy_probe,
410 .probe = smsc_phy_probe,
438 .probe = smsc_phy_probe,
/kernel/linux/linux-5.10/kernel/
H A Dtracepoint.c206 /* + 2 : one for new probe, one for NULL func - stub functions */ in func_add()
233 /* Copy higher priority probes ahead of the new probe */ in func_add()
271 * If probe is NULL, then nr_probes = nr_del = 0, and then the in func_remove()
342 * Add the probe function to a tracepoint.
367 * that the new probe callbacks array is consistent before setting in tracepoint_add_func()
412 * Remove a probe function from a tracepoint.
484 * tracepoint_probe_register_prio_may_exist - Connect a probe to a tracepoint with priority
486 * @probe: probe handler
493 int tracepoint_probe_register_prio_may_exist(struct tracepoint *tp, void *probe, in tracepoint_probe_register_prio_may_exist() argument
522 tracepoint_probe_register_prio(struct tracepoint *tp, void *probe, void *data, int prio) tracepoint_probe_register_prio() argument
550 tracepoint_probe_register(struct tracepoint *tp, void *probe, void *data) tracepoint_probe_register() argument
564 tracepoint_probe_unregister(struct tracepoint *tp, void *probe, void *data) tracepoint_probe_unregister() argument
[all...]
/kernel/linux/linux-6.6/kernel/
H A Dtracepoint.c184 int iter_probes; /* Iterate over old probe array. */ in func_add()
204 /* + 2 : one for new probe, one for NULL func */ in func_add()
255 * If probe is NULL, then nr_probes = nr_del = 0, and then the in func_remove()
321 * Add the probe function to a tracepoint.
346 * that the new probe callbacks array is consistent before setting in tracepoint_add_func()
391 * Remove a probe function from a tracepoint.
463 * tracepoint_probe_register_prio_may_exist - Connect a probe to a tracepoint with priority
465 * @probe: probe handler
472 int tracepoint_probe_register_prio_may_exist(struct tracepoint *tp, void *probe, in tracepoint_probe_register_prio_may_exist() argument
501 tracepoint_probe_register_prio(struct tracepoint *tp, void *probe, void *data, int prio) tracepoint_probe_register_prio() argument
529 tracepoint_probe_register(struct tracepoint *tp, void *probe, void *data) tracepoint_probe_register() argument
543 tracepoint_probe_unregister(struct tracepoint *tp, void *probe, void *data) tracepoint_probe_unregister() argument
[all...]
/kernel/linux/linux-5.10/arch/x86/kernel/apic/
H A Dprobe_64.c5 * Generic APIC sub-arch probe layer.
26 if ((*drv)->probe && (*drv)->probe()) { in default_setup_apic_routing()
/kernel/linux/linux-5.10/tools/perf/tests/shell/
H A Drecord+script_probe_vfs_getname.sh2 # Use vfs_getname probe to get syscall args filenames
4 # Uses the 'perf test shell' library to add probe:vfs_getname to the system
6 # checks that that was captured by the vfs_getname probe in the generated
12 . $(dirname $0)/lib/probe.sh
23 perf record -o ${perfdata} -e probe:vfs_getname\* touch $file
29 egrep " +touch +[0-9]+ +\[[0-9]+\] +[0-9]+\.[0-9]+: +probe:vfs_getname[_0-9]*: +\([[:xdigit:]]+\) +pathname=\"${file}\""
/kernel/linux/linux-5.10/drivers/video/fbdev/via/
H A Dvia_aux_sii164.c16 static void probe(struct via_aux_bus *bus, u8 addr) in probe() function
38 probe(bus, i); in via_aux_sii164_probe()
H A Dvia_aux_vt1632.c16 static void probe(struct via_aux_bus *bus, u8 addr) in probe() function
38 probe(bus, i); in via_aux_vt1632_probe()

Completed in 27 milliseconds

12345678910>>...669