Searched refs:entries (Results 176 - 200 of 414) sorted by relevance

1234567891011>>

/freebsd-13-stable/sys/dev/liquidio/base/
H A Dlio_device.c551 entries);
552 STAILQ_INSERT_TAIL(&freelist, temp, entries);
562 STAILQ_FOREACH_SAFE(temp, &freelist, entries, tmp2) {
563 STAILQ_REMOVE_HEAD(&freelist, entries);
595 entries) {
679 &dispatch->node, entries);
735 STAILQ_REMOVE_HEAD(dispatch_head, entries);
746 entries, tmp2) {
751 lio_stailq_node, entries);
/freebsd-13-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4_alloc.c203 struct list_head entries; member in struct:mlx4_zone_allocator
231 INIT_LIST_HEAD(&zones->entries);
291 if (!list_is_last(&entry->list, &zone_alloc->entries)) {
327 list_for_each_entry_safe(zone, tmp, &zone_alloc->entries, list) {
363 list_for_each_entry_continue_reverse(it, &zone_alloc->entries, list) {
377 list_for_each_entry_from(it, &zone_alloc->entries, list) {
402 list_for_each_entry_from(curr_node, &zone_alloc->entries, list) {
432 list_for_each_entry(zone, &zones->entries, list) {
492 list_for_each_entry(zone, &zones->entries, list) {
/freebsd-13-stable/contrib/subversion/subversion/include/private/
H A Dsvn_fs_fs_private.h57 /* Revision of the representation. SVN_INVALID_REVNUM for unused entries.
66 * is fixed and entries will be inserted by reusing the last one and
71 /* number of entries allocated in CHANGES */
283 * There must be no overlapping / conflicting entries.
338 /* Array of svn_fs_fs__p2l_entry_t * entries. */ member in struct:svn_fs_fs__ioctl_load_index_input_t
339 apr_array_header_t *entries;
/freebsd-13-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dcached_data.h137 the directory entries of node-revision NODEREV in filesystem FS. The
138 returned table is allocated in RESULT_POOL and entries are sorted
152 svn_fs_x__find_dir_entry(apr_array_header_t *entries,
/freebsd-13-stable/contrib/subversion/subversion/libsvn_wc/
H A Dupgrade.c35 #include "entries.h"
285 apr_hash_t *entries; local
291 SVN_ERR(svn_wc__read_entries_old(&entries, dir_abspath,
293 for (hi = apr_hash_first(scratch_pool, entries);
588 used within the upgraded entries as they are written into the database.
1501 apr_hash_t *entries; local
1522 BEFORE we read the entries. We don't want another process to modify the
1523 entries after we've read them into memory. */
1532 * 1) Read the old 'entries' using the old-format reader.
1536 * 3) Use our compatibility code for writing entries t
1823 apr_hash_t *entries; local
1904 apr_hash_t *entries; local
[all...]
H A Dentries.c2 * entries.c : manipulating the administrative `entries' file.
42 #include "entries.h"
101 /*** reading and writing the entries file ***/
660 BASE_REV, but when we used entries we set the revision to 0
726 /* When we insert entries into the database, we will
728 copies. The old entries would simply record the different
1012 /* Read entries for PATH/LOCAL_ABSPATH from DB. The entries
1014 SCRATCH_POOL. The entries ar
1023 apr_hash_t *entries; local
1196 read_entries(apr_hash_t **entries, svn_wc__db_t *db, const char *dir_abspath, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
1482 svn_wc__entries_read_internal(apr_hash_t **entries, svn_wc_adm_access_t *adm_access, svn_boolean_t show_hidden, apr_pool_t *pool) argument
1513 svn_wc_entries_read(apr_hash_t **entries, svn_wc_adm_access_t *adm_access, svn_boolean_t show_hidden, apr_pool_t *pool) argument
2494 svn_wc__write_upgraded_entries(void **dir_baton, void *parent_baton, svn_wc__db_t *db, svn_sqlite__db_t *sdb, apr_int64_t repos_id, apr_int64_t wc_id, const char *dir_abspath, const char *new_root_abspath, apr_hash_t *entries, apr_hash_t *text_bases_info, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
2659 apr_hash_t *entries; local
[all...]
/freebsd-13-stable/contrib/libarchive/libarchive/
H A Darchive_disk_acl_freebsd.c340 int entries; local
344 entries = archive_acl_reset(abstract_acl, ae_requested_type);
345 if (entries == 0)
367 acl = acl_init(entries);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/
H A DExecution.cpp66 for (const auto &TEPlugin : ToolExecutorPluginRegistry::entries()) {
/freebsd-13-stable/sys/dev/mthca/
H A Dmthca_provider.c654 int entries = attr->cqe; local
663 if (entries < 1 || entries > to_mdev(ibdev)->limits.max_cqes)
695 for (nent = 1; nent <= entries; nent <<= 1)
732 int entries)
758 ret = mthca_alloc_cq_buf(dev, &cq->resize_buf->buf, entries);
767 cq->resize_buf->cqe = entries - 1;
776 static int mthca_resize_cq(struct ib_cq *ibcq, int entries, struct ib_udata *udata) argument
784 if (entries < 1 || entries > de
731 mthca_alloc_resize_buf(struct mthca_dev *dev, struct mthca_cq *cq, int entries) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DInfoStream.cpp96 return NamedStreams.entries();
H A DNamedStreamMap.cpp108 StringMap<uint32_t> NamedStreamMap::entries() const { function in class:NamedStreamMap
/freebsd-13-stable/sys/sys/
H A Dcdrio.h75 struct cdr_cue_entry *entries; member in struct:cdr_cuesheet
/freebsd-13-stable/sys/dev/sfxge/
H A Dsfxge_tx.h182 unsigned int entries; member in struct:sfxge_txq
/freebsd-13-stable/sys/dev/mlx4/
H A Dcq.h176 int entries, struct mlx4_mtt *mtt);
/freebsd-13-stable/sys/xen/interface/xsm/
H A Dflask_op.h117 uint32_t entries; member in struct:xen_flask_hash_stats
/freebsd-13-stable/contrib/ofed/opensm/opensm/
H A Dosm_subnet.c616 memset(p_val1->entries, '\0', sizeof(p_val1->entries));
617 memset(p_val2->entries, '\0', sizeof(p_val2->entries));
636 newcct.entries[len].shift = strtoul(tok, NULL, 0);
637 newcct.entries[len].multiplier = strtoul(ptr, NULL, 0);
654 memcpy(p_val1->entries, newcct.entries, sizeof(newcct.entries));
655 memcpy(p_val2->entries, newcc
974 cl_qlist_t entries; local
[all...]
/freebsd-13-stable/sbin/fsck_msdosfs/
H A Dfat.c63 * FAT32 have up to 2^28 = 256M entries, and FAT16/12 have much less.
150 * FAT32 can be as big as 256MiB (2^26 entries * 4 bytes), when we
155 TAILQ_ENTRY(fat32_cache_entry) entries;
401 TAILQ_FOREACH(entry, &fat->fat32_cache_head, entries) {
408 TAILQ_REMOVE(&fat->fat32_cache_head, entry, entries);
409 TAILQ_INSERT_HEAD(&fat->fat32_cache_head, entry, entries);
420 TAILQ_REMOVE(&fat->fat32_cache_head, entry, entries);
437 TAILQ_INSERT_HEAD(&fat->fat32_cache_head, entry, entries);
565 * The first 2 FAT entries contain pseudo-cluster numbers with the following
775 &entry[i], entries);
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp78 FrontendPluginRegistry::entries()) {
216 FrontendPluginRegistry::entries()) {
/freebsd-13-stable/contrib/libevent/
H A Devent-internal.h152 /* An array of evmap_io * or of evmap_signal *; empty entries are
154 void **entries; member in struct:event_signal_map
155 /* The number of entries available in entries */
276 /** The number of entries used in common_timeout_queues */
360 TAILQ_HEAD(event_configq, event_config_entry) entries; member in struct:event_config
/freebsd-13-stable/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_cq.c54 int entries, int ring, enum cq_type mode,
70 cq->size = entries;
52 mlx4_en_create_cq(struct mlx4_en_priv *priv, struct mlx4_en_cq **pcq, int entries, int ring, enum cq_type mode, int node) argument
/freebsd-13-stable/sys/dev/cxgbe/iw_cxgbe/
H A Dcq.c910 int entries = attr->cqe; local
920 CTR3(KTR_IW_CXGBE, "%s ib_dev %p entries %d", __func__, ibdev, entries);
935 entries++;
938 entries++;
941 * entries must be multiple of 16 for HW.
943 entries = roundup(entries, 16);
948 hwentries = min(entries * 2, rhp->rdev.hw_queue.t4_max_iq_size);
951 * Make HW queue at least 64 entries s
[all...]
/freebsd-13-stable/sys/dev/ipmi/
H A Dipmi_smbios.c147 smbios_walk_table(uint8_t *p, int entries, smbios_callback_t cb, void *arg) argument
151 while (entries--) {
/freebsd-13-stable/contrib/ntp/sntp/libevent/
H A Devent-internal.h152 /* An array of evmap_io * or of evmap_signal *; empty entries are
154 void **entries; member in struct:event_signal_map
155 /* The number of entries available in entries */
276 /** The number of entries used in common_timeout_queues */
360 TAILQ_HEAD(event_configq, event_config_entry) entries; member in struct:event_config
/freebsd-13-stable/usr.sbin/lpr/chkprintcap/
H A Dchkprintcap.c158 if (queuecnt != skres->entries) {
159 warnx("WARNING: found %d entries when skimming %s,",
160 skres->entries, pcap_fname);
/freebsd-13-stable/sys/x86/iommu/
H A Dintel_ctx.c98 * should be safe, because the context entries written by both
217 * negative TLB entries.
256 * We also allow the overlapping RMRR entries, see
289 * Non-failed RMRR entries are owned by context rb
291 * the loop. Rest of the parsed RMRR entries are
772 * entries page could require sleep, unlock the dmar.
798 * XXXKIB: cannot do this if any RMRR entries are still present.
903 struct iommu_map_entries_tailq *entries, bool cansleep)
913 TAILQ_FOREACH_SAFE(entry, entries, dmamap_link, entry1) {
922 TAILQ_REMOVE(entries, entr
902 dmar_domain_unload(struct dmar_domain *domain, struct iommu_map_entries_tailq *entries, bool cansleep) argument
984 iommu_domain_unload(struct iommu_domain *iodom, struct iommu_map_entries_tailq *entries, bool cansleep) argument
[all...]

Completed in 169 milliseconds

1234567891011>>