Home
last modified time | relevance | path

Searched refs:private (Results 1 – 25 of 138) sorted by relevance

123456

/f-stack/dpdk/buildtools/pkg-config/
H A Dmeson.build11 # regular libs first, and then the extra libs from Libs.private field,
14 # Libs Libs.private Requires Requires.private
17 # However, the DPDK drivers are linked only in static builds (Libs.private),
20 # included in the field Requires (after Libs.private).
23 # listing the static files in Libs.private with the explicit syntax -l:libfoo.a.
25 # in the field Libs.private. The second occurences of DPDK libraries,
/f-stack/freebsd/contrib/openzfs/module/os/linux/spl/
H A Dspl-procfs-list.c63 procfs_list_cursor_t *cursor = f->private; in procfs_list_seq_show()
109 procfs_list_cursor_t *cursor = f->private; in procfs_list_seq_start()
148 procfs_list_cursor_t *cursor = f->private; in procfs_list_seq_next()
156 procfs_list_cursor_t *cursor = f->private; in procfs_list_seq_stop()
177 procfs_list_cursor_t *cursor = f->private; in procfs_list_open()
190 procfs_list_cursor_t *cursor = f->private; in procfs_list_write()
H A Dspl-kstat.c122 kstat_t *ksp = (kstat_t *)f->private; in kstat_seq_show_headers()
291 kstat_t *ksp = (kstat_t *)f->private; in kstat_seq_show()
377 kstat_t *ksp = (kstat_t *)f->private; in kstat_seq_start()
405 kstat_t *ksp = (kstat_t *)f->private; in kstat_seq_next()
418 kstat_t *ksp = (kstat_t *)f->private; in kstat_seq_stop()
487 f->private = PDE_DATA(inode); in proc_kstat_open()
497 kstat_t *ksp = f->private; in proc_kstat_write()
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_kmem.c143 kmem_std_constructor(void *mem, int size __unused, void *private, int flags) in kmem_std_constructor() argument
145 struct kmem_cache *cache = private; in kmem_std_constructor()
151 kmem_std_destructor(void *mem, int size __unused, void *private) in kmem_std_destructor() argument
153 struct kmem_cache *cache = private; in kmem_std_destructor()
161 void (*reclaim)(void *) __unused, void *private, vmem_t *vmp, int cflags) in kmem_cache_create() argument
171 cache->kc_private = private; in kmem_cache_create()
/f-stack/app/redis-5.0.5/deps/hiredis/examples/
H A Dexample-qt.h20 private:
23 private:
/f-stack/freebsd/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_debugfs.c93 int *levp = f->private; in debugfs_log_show()
128 int *levp = f->private; in debugfs_log_write()
194 VCHIQ_INSTANCE_T instance = f->private; in debugfs_usecount_show()
218 VCHIQ_INSTANCE_T instance = f->private; in debugfs_trace_show()
237 VCHIQ_INSTANCE_T instance = f->private; in debugfs_trace_write()
/f-stack/freebsd/contrib/openzfs/lib/libzfs/
H A Dlibzfs.pc.in11 Requires.private: @LIBCRYPTO_PC@ @ZLIB_PC@
14 Libs.private: -luutil -lm -pthread
/f-stack/freebsd/contrib/openzfs/lib/libzfs_core/
H A Dlibzfs_core.pc.in10 Requires.private: @LIBBLKID_PC@ @LIBUUID_PC@ @LIBTIRPC_PC@ @ZLIB_PC@
13 Libs.private: @LIBCLOCK_GETTIME@ @LIBUDEV_LIBS@ -lm -pthread
/f-stack/app/micro_thread/
H A Dheap_timer.h55 private:
76 private:
H A Dheap.h47 private:
70 private:
95 private:
153 private:
H A Dmt_mbuf_pool.h46 private:
179 private:
204 private:
H A Dhash_list.h38 private:
208 private:
235 private:
H A Dmicro_thread.h87 private:
158 private:
289 private:
389 private:
400 private:
503 private:
H A Dmt_connection.h275 private:
300 private:
325 private:
H A Dmt_notify.h217 private:
245 private:
319 private:
H A Dmt_net.h112 private:
349 private:
446 private:
524 private:
/f-stack/app/redis-5.0.5/deps/hiredis/adapters/
H A Dqt.h95 private:
125 private slots:
129 private:
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dabd.c782 abd_iter_func_t *func, void *private) in abd_iterate_func() argument
806 ret = func(aiter.iter_mapaddr, len, private); in abd_iterate_func()
825 abd_copy_to_buf_off_cb(void *buf, size_t size, void *private) in abd_copy_to_buf_off_cb() argument
827 struct buf_arg *ba_ptr = private; in abd_copy_to_buf_off_cb()
848 abd_cmp_buf_off_cb(void *buf, size_t size, void *private) in abd_cmp_buf_off_cb() argument
851 struct buf_arg *ba_ptr = private; in abd_cmp_buf_off_cb()
873 struct buf_arg *ba_ptr = private; in abd_copy_from_buf_off_cb()
895 abd_zero_off_cb(void *buf, size_t size, void *private) in abd_zero_off_cb() argument
917 size_t size, abd_iter_func2_t *func, void *private) in abd_iterate_func2() argument
953 private); in abd_iterate_func2()
[all …]
/f-stack/freebsd/ddb/
H A Ddb_main.c57 #define DB_PRIVATE(x) ((db_private_t)(x->private))
91 if (symtab->private == NULL) { in X_db_lookup()
116 if (symtab->private == NULL) { in X_db_search_symbol()
177 if (symtab->private == NULL) { in X_db_symbol_values()
/f-stack/freebsd/arm/broadcom/bcm2835/
H A Dbcm2835_wdog.c97 static void bcmwd_watchdog_fn(void *private, u_int cmd, int *error);
162 bcmwd_watchdog_fn(void *private, u_int cmd, int *error) in bcmwd_watchdog_fn() argument
168 sc = private; in bcmwd_watchdog_fn()
/f-stack/dpdk/doc/guides/prog_guide/
H A Dtraffic_management.rst21 * Traffic shaping: single/dual rate, private (per node) and
24 drop, WRED, private (per node) and shared (by multiple nodes) WRED contexts
41 levels, maximum number of shapers, maximum number of private shapers, type of
54 support is available for private shaper, dual rate shaper, maximum and minimum
81 Each hierarchy node has zero or one private shaper (only one node using it)
83 instance). A private shaper is used to perform traffic shaping for a single
87 The configuration of private and shared shapers is done through the definition
89 used by one or several shaper instances (either private or shared).
123 context). A private WRED context is used to perform congestion management for
127 The configuration of WRED private and shared contexts is done through the
[all …]
/f-stack/freebsd/arm/allwinner/
H A Daw_wdog.c184 aw_wdog_watchdog_fn(void *private, u_int cmd, int *error) in aw_wdog_watchdog_fn() argument
190 sc = private; in aw_wdog_watchdog_fn()
231 aw_wdog_shutdown_fn(void *private, int howto) in aw_wdog_shutdown_fn() argument
/f-stack/freebsd/contrib/libsodium/src/libsodium/
H A DMakefile.am85 include/sodium/private/common.h \
86 include/sodium/private/ed25519_ref10.h \
87 include/sodium/private/implementations.h \
88 include/sodium/private/mutex.h \
89 include/sodium/private/sse2_64_32.h \
103 include/sodium/private/ed25519_ref10_fe_51.h
110 include/sodium/private/ed25519_ref10_fe_25_5.h
/f-stack/freebsd/mips/atheros/ar531x/
H A Dar5315_wdog.c56 ar5315_wdog_watchdog_fn(void *private, u_int cmd, int *error) in ar5315_wdog_watchdog_fn() argument
58 struct ar5315_wdog_softc *sc = private; in ar5315_wdog_watchdog_fn()
/f-stack/freebsd/mips/atheros/
H A Dar71xx_wdog.c58 ar71xx_wdog_watchdog_fn(void *private, u_int cmd, int *error) in ar71xx_wdog_watchdog_fn() argument
60 struct ar71xx_wdog_softc *sc = private; in ar71xx_wdog_watchdog_fn()

123456