Searched refs:shared (Results 1 – 17 of 17) sorted by relevance
| /third_party/ulib/musl/pthread/ |
| A D | pthread_spin_init.c | 3 int pthread_spin_init(pthread_spinlock_t* s, int shared) { in pthread_spin_init() argument
|
| /third_party/dev/ethernet/e1000/ |
| A D | if_em.h | 456 if_softc_ctx_t shared; member 458 #define tx_num_queues shared->isc_ntxqsets 459 #define rx_num_queues shared->isc_nrxqsets 460 #define intr_type shared->isc_intr
|
| A D | em_txrx.c | 97 if_softc_ctx_t scctx = adapter->shared; in em_dump_rs() 138 if_softc_ctx_t scctx = adapter->shared; in em_tso_setup() 222 if_softc_ctx_t scctx = adapter->shared; in em_transmit_checksum_setup() 306 if_softc_ctx_t scctx = sc->shared; in em_isc_txd_encap() 431 if_softc_ctx_t scctx = adapter->shared; in em_isc_txd_credits_update() 482 if_softc_ctx_t scctx = sc->shared; in lem_isc_rxd_refill() 510 if_softc_ctx_t scctx = sc->shared; in em_isc_rxd_refill() 549 if_softc_ctx_t scctx = sc->shared; in lem_isc_rxd_available() 582 if_softc_ctx_t scctx = sc->shared; in em_isc_rxd_available() 617 if_softc_ctx_t scctx = adapter->shared; in lem_isc_rxd_pkt_get() [all …]
|
| A D | igb_txrx.c | 234 if_softc_ctx_t scctx = sc->shared; in igb_isc_txd_encap() 307 if_softc_ctx_t scctx = adapter->shared; in igb_isc_txd_credits_update() 353 if_softc_ctx_t scctx = sc->shared; in igb_isc_rxd_refill() 390 if_softc_ctx_t scctx = sc->shared; in igb_isc_rxd_available() 432 if_softc_ctx_t scctx = adapter->shared; in igb_isc_rxd_pkt_get()
|
| A D | if_em.c | 629 if_softc_ctx_t scctx = adapter->shared; in em_get_regs() 741 scctx = adapter->shared = iflib_get_softc_ctx(ctx); in em_if_attach_pre() 2278 max_frame_size = adapter->shared->isc_max_frame_size; in igb_init_dmac() 2752 if_softc_ctx_t scctx = adapter->shared; in em_setup_interface() 2829 if_softc_ctx_t scctx = adapter->shared; in em_if_tx_queues_alloc() 2953 if_softc_ctx_t scctx = adapter->shared; in em_initialize_transmit_unit() 3093 if_softc_ctx_t scctx = adapter->shared; in em_initialize_receive_unit() 3890 adapter->shared->isc_pause_frames = adapter->stats.xoffrxc; in em_update_stats_counters()
|
| /third_party/lib/jitterentropy/ |
| A D | Makefile | 38 …$(CC) -shared -Wl,-soname,lib$(NAME).so.$(LIBMAJOR) -o lib$(NAME).so.$(LIBVERSION) $(OBJS) $(LDFLA… 41 …scan-build --use-analyzer=/usr/bin/clang $(CC) -shared -Wl,-soname,lib$(NAME).so.$(LIBMAJOR) -o li…
|
| A D | README.md | 25 To generate the shared library `make` followed by `make install`.
|
| /third_party/ulib/lz4/ |
| A D | Makefile.lz4 | 72 @$(CC) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) -shared $^ -fPIC $(SONAME_FLAGS) -o $@.$(SHARED_EXT_VER) 104 @echo lz4 static and shared library installed
|
| /third_party/ulib/jemalloc/bin/ |
| A D | jemalloc-config.in | 10 --revision : Print shared library revision number.
|
| /third_party/ulib/musl/ |
| A D | INSTALL | 79 * Standard ELF ABI or FDPIC ABI (shared-text without MMU) 139 shared libraries. You should create a text file named 142 want the dynamic linker to search for shared libraries, separated by 148 passing --disable-shared to configure; this also cuts the build time
|
| A D | WHATSNEW | 50 implemented posix shared memory and semaphore interfaces. 275 - support for textrels in shared objects 368 - process-shared pthread barriers now work 400 - global ctor/dtor support in main program start code and shared libs 408 - gcc wrapper now supports -shared, -nostdlib, -nostartfiles 411 - "make install" no longer tries to build shared libc if disabled 517 - experimental gdb shared library tracking support 740 - no longer force -O3 for shared libs 826 - calling getenv from shared library ctors was broken 912 - crash in shared library loading on arm [all …]
|
| /third_party/ulib/backtrace/ |
| A D | configure.ac | 165 # Enable --enable-host-shared. 166 AC_ARG_ENABLE(host-shared, 167 [AS_HELP_STRING([--enable-host-shared], 168 [build host code as shared libraries])],
|
| /third_party/ulib/ngunwind/ |
| A D | rules.mk | 9 MODULE_PACKAGE := shared
|
| /third_party/ulib/jemalloc/include/jemalloc/internal/ |
| A D | jemalloc_internal_defs.h.in | 13 * For shared libraries, symbol visibility mechanisms prevent these symbols
|
| /third_party/ulib/jemalloc/ |
| A D | configure.ac | 417 DSO_LDFLAGS='-shared -Wl,-soname,$(@F)' 459 DSO_LDFLAGS='-shared -Wl,-install_name,$(LIBDIR)/$(@F)' 547 DSO_LDFLAGS="-shared"
|
| A D | INSTALL | 81 Prefix all library-private APIs with <prefix>je_. For shared libraries,
|
| /third_party/lib/acpica/ |
| A D | changes.txt | 3569 shared function for table overrides that attempts both a logical and a 4878 shared between them that are compiled with different options. 4992 between the shared files between them that are generated with different 5204 shared GPEs and to simplify both host OS and ACPICA code. Added a 5206 count mechanism to support shared GPEs that require multiple device 9535 code is shared by both the Resource Manager and the AML Debugger. 12636 objects are shared across several namespace objects.
|
Completed in 41 milliseconds