Home
last modified time | relevance | path

Searched full:pinned (Results 1 – 25 of 143) sorted by relevance

123456

/freebsd/sys/contrib/device-tree/Bindings/iio/light/
H A Dti,opt4001.yaml15 Picostar is a 4 pinned SMT and sot-5x3 is a 8 pinned SOT.
/freebsd/contrib/ntp/sntp/libevent/
H A Dbuffer.c283 /* Free all trailing chains in 'buf' that are neither pinned nor empty, prior
810 * read-pinned chains. The first pinned chain is saved in first, and the
811 * last in last. If src has no read-pinned chains, first and last are set
817 struct evbuffer_chain *chain, **pinned; in PRESERVE_PINNED() local
826 pinned = src->last_with_datap; in PRESERVE_PINNED()
827 if (!CHAIN_PINNED_R(*pinned)) in PRESERVE_PINNED()
828 pinned = &(*pinned)->next; in PRESERVE_PINNED()
829 EVUTIL_ASSERT(CHAIN_PINNED_R(*pinned)); in PRESERVE_PINNED()
830 chain = *first = *pinned; in PRESERVE_PINNED()
833 /* If there's data in the first pinned chain, we need to allocate in PRESERVE_PINNED()
[all …]
H A Dbuffer_iocp.c63 /** The first pinned chain in the buffer. */
66 /** How many chains are pinned; how many of the fields in buffers
82 /** Unpin all the chains noted as pinned in 'eo'. */
H A Devbuffer-internal.h194 * memmoved, until the chain is un-pinned. */
199 * un-pinned. */
306 /** Pin a single buffer chain using a given flag. A pinned chunk may not be
/freebsd/contrib/libevent/
H A Dbuffer.c283 /* Free all trailing chains in 'buf' that are neither pinned nor empty, prior
810 * read-pinned chains. The first pinned chain is saved in first, and the
811 * last in last. If src has no read-pinned chains, first and last are set
817 struct evbuffer_chain *chain, **pinned; in PRESERVE_PINNED() local
826 pinned = src->last_with_datap; in PRESERVE_PINNED()
827 if (!CHAIN_PINNED_R(*pinned)) in PRESERVE_PINNED()
828 pinned = &(*pinned)->next; in PRESERVE_PINNED()
829 EVUTIL_ASSERT(CHAIN_PINNED_R(*pinned)); in PRESERVE_PINNED()
830 chain = *first = *pinned; in PRESERVE_PINNED()
833 /* If there's data in the first pinned chain, we need to allocate in PRESERVE_PINNED()
[all …]
H A Dbuffer_iocp.c63 /** The first pinned chain in the buffer. */
66 /** How many chains are pinned; how many of the fields in buffers
82 /** Unpin all the chains noted as pinned in 'eo'. */
H A Devbuffer-internal.h194 * memmoved, until the chain is un-pinned. */
199 * un-pinned. */
306 /** Pin a single buffer chain using a given flag. A pinned chunk may not be
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_uio.c287 * write pages. Direct I/O write pages have been pinned in so in zfs_uio_prefaultpages()
480 if (uio->uio_dio.pinned) { in zfs_uio_free_dio_pages()
526 uio->uio_dio.pinned = B_TRUE; in zfs_uio_pin_user_pages()
621 * successfully pinned an error value is returned.
649 if (uio->uio_dio.pinned) { in zfs_uio_get_dio_pages_alloc()
665 if (rw == UIO_WRITE && !uio->uio_dio.pinned) in zfs_uio_get_dio_pages_alloc()
/freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/man/
H A Ddb_mpool.3104 are ``pinned'' in memory, by default,
116 If the number of bytes currently ``pinned'' in memory exceeds
280 will be retained (i.e. ``pinned'') in the pool until a subsequent
/freebsd/lib/libc/db/man/
H A Dmpool.3152 The page returned is not pinned;
153 page will otherwise be pinned on return.
/freebsd/include/
H A Dmpool.h55 #define MPOOL_PINNED 0x02 /* page is pinned into memory */
87 #define MPOOL_IGNOREPIN 0x01 /* Ignore if the page is pinned. */
/freebsd/lib/libc/db/mpool/
H A Dmpool.libtp198 error_log1 ( "All buffers are pinned. %s\n",
334 fprintf(stderr, "buf_get: %X PINNED (%d)\n",
441 set_flags&BUF_PINNED ? "PINNED " : "",
447 unset_flags&BUF_PINNED ? "PINNED " : "",
628 fprintf(stderr, "bf_assign_buf: %X PINNED (%d)\n",
H A Dmpool.c153 "mpool_delete: page %d not pinned\n", bp->pgno); in mpool_delete()
191 "mpool_get: page %d already pinned\n", bp->pgno); in mpool_get()
205 /* Return a pinned page. */ in mpool_get()
280 "mpool_put: page %d not pinned\n", bp->pgno); in mpool_put()
/freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/mpool/
H A Dmpool.h56 #define MPOOL_PINNED 0x02 /* page is pinned into memory */
88 #define MPOOL_IGNOREPIN 0x01 /* Ignore if the page is pinned. */
H A Dmpool.c153 "mpool_delete: page %d not pinned\n", bp->pgno); in mpool_delete()
188 "mpool_get: page %d already pinned\n", bp->pgno); in mpool_get()
202 /* Return a pinned page. */ in mpool_get()
278 "mpool_put: page %d not pinned\n", bp->pgno); in mpool_put()
/freebsd/lib/libc/db/btree/
H A Dbt_close.c67 /* Toss any page pinned across calls. */ in __bt_close()
121 /* Toss any page pinned across calls. */ in __bt_sync()
H A Dbt_delete.c66 /* Toss any page pinned across calls. */ in __bt_delete()
128 * hp: pointer to current, pinned PAGE pointer
193 /* Lose the currently pinned page. */ in __bt_stkacq()
247 /* Lose the currently pinned page. */ in __bt_stkacq()
H A Dbtree.h243 PAGE *page; /* the (pinned) page */
305 EPG bt_cur; /* current (pinned) page */
306 PAGE *bt_pinned; /* page pinned across calls */
/freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/btree/
H A Dbt_close.c71 /* Toss any page pinned across calls. */ in __bt_close()
125 /* Toss any page pinned across calls. */ in __bt_sync()
H A Dbt_delete.c71 /* Toss any page pinned across calls. */ in __bt_delete()
133 * hp: pointer to current, pinned PAGE pointer
199 /* Lose the currently pinned page. */ in __bt_stkacq()
253 /* Lose the currently pinned page. */ in __bt_stkacq()
/freebsd/lib/libc/db/recno/
H A Drec_close.c63 /* Toss any page pinned across calls. */ in __rec_close()
114 /* Toss any page pinned across calls. */ in __rec_sync()
/freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/recno/
H A Drec_close.c69 /* Toss any page pinned across calls. */ in __rec_close()
121 /* Toss any page pinned across calls. */ in __rec_sync()
/freebsd/lib/libsys/
H A Dsched_getcpu.328 pinned to a specific CPU.
/freebsd/share/man/man9/
H A Dcallout.9485 Softclock threads are not pinned to their respective CPUs by default.
486 The softclock thread for CPU 0 can be pinned to CPU 0 by setting the
489 Softclock threads for CPUs other than zero can be pinned to their
/freebsd/sys/sys/
H A Dkpilite.h47 KASSERT(td->td_pinned > 0, ("sched_unpin called on non pinned thread")); in sched_unpin_lite()

123456