Home
last modified time | relevance | path

Searched refs:threaded (Results 1 – 25 of 166) sorted by relevance

1234567

/OK3568_Linux_fs/kernel/drivers/firmware/tegra/
H A Dbpmp.c231 clear_bit(index, bpmp->threaded.allocated); in tegra_bpmp_channel_read()
235 up(&bpmp->threaded.lock); in tegra_bpmp_channel_read()
264 err = down_timeout(&bpmp->threaded.lock, usecs_to_jiffies(timeout)); in tegra_bpmp_write_threaded()
270 index = find_first_zero_bit(bpmp->threaded.allocated, count); in tegra_bpmp_write_threaded()
283 set_bit(index, bpmp->threaded.allocated); in tegra_bpmp_write_threaded()
290 set_bit(index, bpmp->threaded.busy); in tegra_bpmp_write_threaded()
296 clear_bit(index, bpmp->threaded.allocated); in tegra_bpmp_write_threaded()
299 up(&bpmp->threaded.lock); in tegra_bpmp_write_threaded()
667 busy = bpmp->threaded.busy; in tegra_bpmp_handle_rx()
705 bpmp->threaded.count = bpmp->soc->channels.thread.count; in tegra_bpmp_probe()
[all …]
H A Dbpmp-tegra186.c212 for (i = 0; i < bpmp->threaded.count; i++) { in tegra186_bpmp_init()
237 for (i = 0; i < bpmp->threaded.count; i++) in tegra186_bpmp_init()
243 for (i = 0; i < bpmp->threaded.count; i++) { in tegra186_bpmp_init()
268 for (i = 0; i < bpmp->threaded.count; i++) in tegra186_bpmp_deinit()
286 for (i = 0; i < bpmp->threaded.count; i++) in tegra186_bpmp_resume()
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/curl/
H A Dcurl_7.82.0.bb54 …utils.filter('DISTRO_FEATURES', 'ipv6', d)} libidn openssl proxy random threaded-resolver verbose …
55 PACKAGECONFIG:class-native = "ipv6 openssl proxy random threaded-resolver verbose zlib"
56 PACKAGECONFIG:class-nativesdk = "ipv6 openssl proxy random threaded-resolver verbose zlib"
58 # 'ares' and 'threaded-resolver' are mutually exclusive
59 PACKAGECONFIG[ares] = "--enable-ares,--disable-ares,c-ares,,,threaded-resolver"
87 PACKAGECONFIG[threaded-resolver] = "--enable-threaded-resolver,--disable-threaded-resolver,,,,ares"
/OK3568_Linux_fs/kernel/tools/perf/bench/
H A Dsched-pipe.c41 static bool threaded; variable
45 OPT_BOOLEAN('T', "threaded", &threaded, "Specify threads/process based task setup"),
116 if (threaded) { in bench_sched_pipe()
153 loops, threaded ? "threads" : "processes"); in bench_sched_pipe()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/dmalloc/dmalloc/
H A D150-use_DESTDIR.patch35 @CXX_OFF@ @echo "Enter 'make installthcxx' to install the threaded C++ library"
36 @SL_OFF@ @echo "Enter 'make installthsl' to install the threaded shared-library"
49 @SL_OFF@ @echo "Enter 'make installthcxxsl' to install the threaded C++ shared-library"
62 @TH_OFF@ @echo "Enter 'make installthcxx' to install the threaded C++ library"
H A D02-Makefile.in.patch87 @CXX_OFF@ @echo "Enter 'make installthcxx' to install the threaded C++ library"
88 @SL_OFF@ @echo "Enter 'make installthsl' to install the threaded shared-library"
99 @SL_OFF@ @echo "Enter 'make installthcxxsl' to install the threaded C++ shared-library"
111 @TH_OFF@ @echo "Enter 'make installthcxx' to install the threaded C++ library"
181 @SL_OFF@ @echo "Enter 'make threadscxxsl' to build the threaded C++ shared-library"
183 @CXX_OFF@ @echo "Enter 'make threadscxx' to build the threaded C++ library"
184 @SL_OFF@ @echo "Enter 'make threadssl' to build the threaded shared library"
/OK3568_Linux_fs/buildroot/package/dillo/
H A Ddillo.mk41 DILLO_CONF_OPTS += --enable-threaded-dns
43 DILLO_CONF_OPTS += --disable-threaded-dns
/OK3568_Linux_fs/kernel/tools/memory-model/Documentation/
H A Dsimple.txt22 Single-threaded code
25 In single-threaded code, there is no reordering, at least assuming
28 threaded context as the kernel can enter the same code path on multiple
38 this lock at a given time, your code will be executed single-threaded.
61 Despite the scalability limitations of single-threaded code, RCU
64 single-threaded grace-period processing is use of batching, where all
75 being completely single-threaded, it is often possible to use library
89 With code locking, we use single-threaded code execution to guarantee
93 in the code execution that will execute as though it is single threaded.
114 a single-threaded approach while providing excellent performance and
/OK3568_Linux_fs/buildroot/package/apache/
H A DConfig.in35 Implements a non-threaded, pre-forking web server
40 Implements a hybrid multi-threaded multi-process web server
/OK3568_Linux_fs/kernel/scripts/coccinelle/misc/
H A Dirqf_oneshot.cocci2 /// Since commit 1c6c69525b40 ("genirq: Reject bogus threaded irq requests")
3 /// threaded IRQs without a primary handler need to be requested with
/OK3568_Linux_fs/kernel/Documentation/usb/
H A Ddwc3.rst34 - threaded handler of the device
45 - threaded handler of the EP-interrupt
/OK3568_Linux_fs/kernel/Documentation/PCI/
H A Dboot-interrupts.rst56 irq_default_primary_handler threaded usb_hcd_irq
63 The use of threaded interrupts is the most likely condition to trigger
65 handler wakes. These "one shot" conditions mean that the threaded interrupt
66 needs to keep the interrupt line masked until the threaded handler has run.
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/gcc/
H A Dlibgcc-initial.inc5 # a non-threaded and non-shared compiler (gcc-cross-initial), then use
19 # libgcc-initial is tricky as we need to imitate the non-threaded and
/OK3568_Linux_fs/kernel/Documentation/admin-guide/
H A Dcgroup-v2.rst270 Controllers which support thread mode are called threaded controllers.
273 Marking a cgroup threaded makes it join the resource domain of its
274 parent as a threaded cgroup. The parent may be another threaded
276 of a threaded subtree, that is, the nearest ancestor which is not
277 threaded, is called threaded domain or thread root interchangeably and
280 Inside a threaded subtree, threads of a process can be put in
282 constraint - threaded controllers can be enabled on non-leaf cgroups
285 As the threaded domain cgroup hosts all the domain resource
288 can't have populated child cgroups which aren't threaded. Because the
290 serve both as a threaded domain and a parent to domain cgroups.
[all …]
/OK3568_Linux_fs/buildroot/package/libcurl/
H A Dlibcurl.mk30 LIBCURL_CONF_OPTS += --enable-threaded-resolver
32 LIBCURL_CONF_OPTS += --disable-threaded-resolver
/OK3568_Linux_fs/buildroot/package/atftp/
H A DConfig.in7 and 2349. The server is multi-threaded and the client
/OK3568_Linux_fs/buildroot/package/beecrypt/
H A D0002-build-system.patch77 # Certain platforms needs special flags for multi-threaded code
110 # Certain platforms needs special flags for multi-threaded code
/OK3568_Linux_fs/kernel/drivers/pci/hotplug/
H A DTODO12 hardirq handler cpqhp_ctrl_intr(). Convert this to threaded IRQ handling.
70 simplified by converting it to threaded IRQ handling. Use pciehp as a
/OK3568_Linux_fs/buildroot/package/uhttpd/
H A DConfig.in9 uHTTPd is a tiny single threaded HTTP server with TLS, CGI
/OK3568_Linux_fs/buildroot/package/unscd/
H A DConfig.in14 nscd which is a single threaded server process which offloads
/OK3568_Linux_fs/kernel/fs/squashfs/
H A DKconfig65 If in doubt, select "Single threaded compression"
68 bool "Single threaded compression"
70 Traditionally Squashfs has used single-threaded decompression.
/OK3568_Linux_fs/kernel/include/linux/gpio/
H A Ddriver.h205 bool threaded; member
647 bool threaded,
/OK3568_Linux_fs/buildroot/package/boost/
H A D0003-math-make-no-atomics-a-soft-failure-in-bernoulli_details_hpp.patch36 // Single threaded code, very simple:
54 // Single threaded code, very simple:
/OK3568_Linux_fs/buildroot/package/python-psycopg2/
H A DConfig.in11 connection). It was designed for heavily multi-threaded
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-benchmark/fio/
H A Dfio_3.30.bb4 I/O priorities (for newer Linux kernels), rate I/O, forked or threaded jobs, \

1234567