/freebsd/contrib/tcpdump/ |
H A D | print-bgp.c | 2417 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 D | dmu_diff.c | 137 arc_flags_t aflags = ARC_FLAG_WAIT; in diff_cb() local 146 ZIO_PRIORITY_ASYNC_READ, zio_flags, &aflags, zb) != 0) in diff_cb()
|
H A D | spa_stats.c | 64 uint32_t aflags; /* ARC flags (cached, prefetch, etc.) */ member 90 srh->aflags, srh->origin, srh->pid, srh->comm); in spa_read_history_show() 149 spa_read_history_add(spa_t *spa, const zbookmark_phys_t *zb, uint32_t aflags) in spa_read_history_add() argument 160 if (zfs_read_history_hits == 0 && (aflags & ARC_FLAG_CACHED)) in spa_read_history_add() 170 srh->aflags = aflags; in spa_read_history_add()
|
H A D | dmu_traverse.c | 567 arc_flags_t aflags = ARC_FLAG_NOWAIT | ARC_FLAG_PREFETCH | in traverse_prefetcher() local 590 zio_flags, &aflags, zb); in traverse_prefetcher()
|
H A D | dbuf.c | 1590 uint32_t aflags = ARC_FLAG_NOWAIT; in dbuf_read_impl() local 1643 aflags |= ARC_FLAG_UNCACHED; in dbuf_read_impl() 1645 aflags |= ARC_FLAG_L2CACHE; in dbuf_read_impl() 1666 &aflags, &zb)); in dbuf_read_impl() 3571 arc_flags_t aflags = in dbuf_issue_final_prefetch() local 3585 dpa->dpa_prio, zio_flags, &aflags, &dpa->dpa_zb); in dbuf_issue_final_prefetch() 3696 zio_priority_t prio, arc_flags_t aflags, dbuf_prefetch_fn cb, in dbuf_prefetch_impl() argument 3781 dpa->dpa_aflags = aflags; in dbuf_prefetch_impl() 3834 arc_flags_t aflags) in dbuf_prefetch() argument 3837 return (dbuf_prefetch_impl(dn, level, blkid, prio, aflags, NULL, NULL)); in dbuf_prefetch()
|
H A D | zil.c | 249 arc_flags_t aflags = ARC_FLAG_WAIT; in zil_read_log_block() local 266 abuf, ZIO_PRIORITY_SYNC_READ, zio_flags, &aflags, &zb); in zil_read_log_block() 323 arc_flags_t aflags = ARC_FLAG_WAIT; in zil_read_log_data() local 350 ZIO_PRIORITY_SYNC_READ, zio_flags, &aflags, &zb); in zil_read_log_data()
|
H A D | dmu_objset.c | 496 arc_flags_t aflags = ARC_FLAG_WAIT; in dmu_objset_open_impl() local 504 aflags |= ARC_FLAG_L2CACHE; in dmu_objset_open_impl() 515 ZIO_PRIORITY_SYNC_READ, zio_flags, &aflags, &zb); in dmu_objset_open_impl()
|
H A D | dmu_send.c | 1647 arc_flags_t aflags = ARC_FLAG_CACHED_ONLY; in issue_data_read() local 1651 zioflags, &aflags, &zb); in issue_data_read()
|
H A D | zio.c | 3483 arc_flags_t aflags = ARC_FLAG_WAIT; in zio_ddt_collision() local 3497 &aflags, &zio->io_bookmark); in zio_ddt_collision()
|
/freebsd/sys/contrib/openzfs/include/sys/ |
H A D | dbuf.h | 373 zio_priority_t prio, arc_flags_t aflags, dbuf_prefetch_fn cb, 376 zio_priority_t prio, arc_flags_t aflags);
|
H A D | spa.h | 968 uint32_t aflags);
|
/freebsd/sys/vm/ |
H A D | uma_core.c | 1754 int aflags) in keg_alloc_slab() argument 1773 domain, aflags); in keg_alloc_slab() 1787 aflags |= M_ZERO; in keg_alloc_slab() 1789 aflags &= ~M_ZERO; in keg_alloc_slab() 1792 aflags |= M_NODUMP; in keg_alloc_slab() 1795 aflags |= M_NEVERFREED; in keg_alloc_slab() 1799 mem = keg->uk_allocf(zone, size, domain, &sflags, aflags); in keg_alloc_slab() 1813 (aflags & M_ZERO) != 0 ? KMSAN_STATE_INITED : KMSAN_STATE_UNINIT); in keg_alloc_slab() 4007 int aflags, domain; in keg_fetch_slab() local 4024 aflags = (flags & ~M_WAITOK) | M_NOWAIT; in keg_fetch_slab() [all …]
|
H A D | vm_page.h | 649 void vm_page_init_marker(vm_page_t marker, int queue, uint16_t aflags);
|
H A D | vm_page.c | 431 vm_page_init_marker(vm_page_t marker, int queue, uint16_t aflags) in vm_page_init_marker() argument 436 marker->a.flags = aflags; in vm_page_init_marker()
|
/freebsd/sys/x86/iommu/ |
H A D | iommu_utils.c | 81 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/kern/ |
H A D | uipc_shm.c | 820 int aflags, error, i, psind, try; in shm_dotruncate_largepage() local 854 aflags = VM_ALLOC_NORMAL | VM_ALLOC_ZERO; in shm_dotruncate_largepage() 856 aflags |= VM_ALLOC_WAITFAIL; in shm_dotruncate_largepage() 865 m = vm_page_alloc_contig(object, object->size, aflags, in shm_dotruncate_largepage() 879 error = vm_page_reclaim_contig(aflags, in shm_dotruncate_largepage()
|
/freebsd/contrib/lib9p/backend/ |
H A D | fs.c | 259 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 D | mmu_oea64.c | 3691 uint16_t aflags; in moea64_sp_enter() local 3777 aflags = pvo_to_vmpage_flags(pvo); in moea64_sp_enter() 3778 if (aflags != 0) in moea64_sp_enter() 3780 vm_page_aflag_set(m, aflags); in moea64_sp_enter()
|
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/ |
H A D | zfs_vnops_os.c | 779 int aflags = (flag & O_APPEND) ? V_APPEND : 0; in zfs_create() local 804 if (mode && (error = zfs_zaccess_rwx(zp, mode, aflags, cr, in zfs_create()
|