Home
last modified time | relevance | path

Searched refs:aflags (Results 1 – 20 of 20) sorted by relevance

/freebsd/contrib/tcpdump/
H A Dprint-bgp.c2417 u_int aflags, alenlen, alen; in bgp_attr_print() local
2425 aflags = GET_U_1(tptr); in bgp_attr_print()
2429 alenlen = bgp_attr_lenlen(aflags, tptr); in bgp_attr_print()
2436 alen = bgp_attr_len(aflags, tptr); in bgp_attr_print()
2446 if (aflags) { in bgp_attr_print()
2448 aflags & 0x80 ? "O" : "", in bgp_attr_print()
2449 aflags & 0x40 ? "T" : "", in bgp_attr_print()
2450 aflags & 0x20 ? "P" : "", in bgp_attr_print()
2451 aflags & 0x10 ? "E" : ""); in bgp_attr_print()
2452 if (aflags & 0xf) in bgp_attr_print()
[all …]
/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddmu_diff.c138 arc_flags_t aflags = ARC_FLAG_WAIT; in diff_cb() local
147 ZIO_PRIORITY_ASYNC_READ, zio_flags, &aflags, zb) != 0) in diff_cb()
H A Dspa_stats.c65 uint32_t aflags; /* ARC flags (cached, prefetch, etc.) */ member
91 srh->aflags, srh->origin, srh->pid, srh->comm); in spa_read_history_show()
150 spa_read_history_add(spa_t *spa, const zbookmark_phys_t *zb, uint32_t aflags) in spa_read_history_add() argument
161 if (zfs_read_history_hits == 0 && (aflags & ARC_FLAG_CACHED)) in spa_read_history_add()
171 srh->aflags = aflags; in spa_read_history_add()
H A Ddmu_traverse.c577 arc_flags_t aflags = ARC_FLAG_NOWAIT | ARC_FLAG_PREFETCH | in traverse_prefetcher() local
600 zio_flags, &aflags, zb); in traverse_prefetcher()
H A Ddbuf.c1587 uint32_t aflags = ARC_FLAG_NOWAIT; in dbuf_read_impl() local
1640 aflags |= ARC_FLAG_UNCACHED; in dbuf_read_impl()
1642 aflags |= ARC_FLAG_L2CACHE; in dbuf_read_impl()
1644 aflags |= ARC_FLAG_PREFETCH | ARC_FLAG_PRESCIENT_PREFETCH; in dbuf_read_impl()
1665 &aflags, &zb)); in dbuf_read_impl()
3671 arc_flags_t aflags = in dbuf_issue_final_prefetch() local
3684 dpa->dpa_prio, zio_flags, &aflags, &dpa->dpa_zb); in dbuf_issue_final_prefetch()
3801 zio_priority_t prio, arc_flags_t aflags, dbuf_prefetch_fn cb, in dbuf_prefetch_impl() argument
3883 dpa->dpa_aflags = aflags; in dbuf_prefetch_impl()
3930 arc_flags_t aflags) in dbuf_prefetch() argument
[all …]
H A Ddmu_objset.c493 arc_flags_t aflags = ARC_FLAG_WAIT; in dmu_objset_open_impl() local
501 aflags |= ARC_FLAG_L2CACHE; in dmu_objset_open_impl()
512 ZIO_PRIORITY_SYNC_READ, zio_flags, &aflags, &zb); in dmu_objset_open_impl()
H A Dzil.c252 arc_flags_t aflags = ARC_FLAG_WAIT; in zil_read_log_block() local
269 abuf, ZIO_PRIORITY_SYNC_READ, zio_flags, &aflags, &zb); in zil_read_log_block()
326 arc_flags_t aflags = ARC_FLAG_WAIT; in zil_read_log_data() local
353 ZIO_PRIORITY_SYNC_READ, zio_flags, &aflags, &zb); in zil_read_log_data()
H A Ddmu_send.c1648 arc_flags_t aflags = ARC_FLAG_CACHED_ONLY; in issue_data_read() local
1652 zioflags, &aflags, &zb); in issue_data_read()
H A Dvdev_raidz.c3208 zio_flag_t aflags = add_flags; in vdev_raidz_io_done_verified() local
3210 aflags &= ~ZIO_FLAG_SPECULATIVE; in vdev_raidz_io_done_verified()
3218 ZIO_FLAG_SELF_HEAL : 0) | aflags, NULL, NULL)); in vdev_raidz_io_done_verified()
H A Dzio.c3637 arc_flags_t aflags = ARC_FLAG_WAIT; in zio_ddt_collision() local
3651 &aflags, &zio->io_bookmark); in zio_ddt_collision()
/freebsd/sys/contrib/openzfs/include/sys/
H A Ddbuf.h362 zio_priority_t prio, arc_flags_t aflags, dbuf_prefetch_fn cb,
365 zio_priority_t prio, arc_flags_t aflags);
H A Dspa.h998 uint32_t aflags);
/freebsd/sys/x86/iommu/
H A Diommu_utils.c81 int zeroed, aflags; in iommu_pgalloc() local
84 aflags = zeroed | VM_ALLOC_NOBUSY | VM_ALLOC_SYSTEM | VM_ALLOC_NODUMP | in iommu_pgalloc()
96 m = vm_page_alloc_contig(obj, idx, aflags, 1, 0, in iommu_pgalloc()
/freebsd/sys/vm/
H A Duma_core.c1753 int aflags) in keg_alloc_slab() argument
1772 domain, aflags); in keg_alloc_slab()
1786 aflags |= M_ZERO; in keg_alloc_slab()
1788 aflags &= ~M_ZERO; in keg_alloc_slab()
1791 aflags |= M_NODUMP; in keg_alloc_slab()
1794 aflags |= M_NEVERFREED; in keg_alloc_slab()
1798 mem = keg->uk_allocf(zone, size, domain, &sflags, aflags); in keg_alloc_slab()
1812 (aflags & M_ZERO) != 0 ? KMSAN_STATE_INITED : KMSAN_STATE_UNINIT); in keg_alloc_slab()
4000 int aflags, domain; in keg_fetch_slab() local
4012 aflags = flags; in keg_fetch_slab()
[all …]
H A Dvm_page.h611 void vm_page_init_marker(vm_page_t marker, int queue, uint16_t aflags);
H A Dvm_page.c449 vm_page_init_marker(vm_page_t marker, int queue, uint16_t aflags) in vm_page_init_marker() argument
454 marker->a.flags = aflags; in vm_page_init_marker()
/freebsd/sys/kern/
H A Duipc_shm.c787 int aflags, error, i, psind, try; in shm_dotruncate_largepage() local
821 aflags = VM_ALLOC_NORMAL | VM_ALLOC_ZERO; in shm_dotruncate_largepage()
823 aflags |= VM_ALLOC_WAITFAIL; in shm_dotruncate_largepage()
835 m = vm_page_alloc_contig(object, object->size, aflags, in shm_dotruncate_largepage()
854 error = vm_page_reclaim_contig(aflags, in shm_dotruncate_largepage()
/freebsd/contrib/lib9p/backend/
H A Dfs.c259 fs_oflags_dotu(int mode, int *aflags) in fs_oflags_dotu() argument
314 *aflags = flags; in fs_oflags_dotu()
329 fs_oflags_dotl(uint32_t l_mode, int *aflags, enum l9p_omode *ap9) in fs_oflags_dotl() argument
407 *aflags = flags; in fs_oflags_dotl()
/freebsd/sys/powerpc/aim/
H A Dmmu_oea64.c3656 uint16_t aflags; in moea64_sp_enter() local
3742 aflags = pvo_to_vmpage_flags(pvo); in moea64_sp_enter()
3743 if (aflags != 0) in moea64_sp_enter()
3745 vm_page_aflag_set(m, aflags); in moea64_sp_enter()
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_vnops_os.c783 int aflags = (flag & O_APPEND) ? V_APPEND : 0; in zfs_create() local
808 if (mode && (error = zfs_zaccess_rwx(zp, mode, aflags, cr, in zfs_create()