| /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 | 138 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 D | spa_stats.c | 65 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 D | dmu_traverse.c | 577 arc_flags_t aflags = ARC_FLAG_NOWAIT | ARC_FLAG_PREFETCH | in traverse_prefetcher() local 600 zio_flags, &aflags, zb); in traverse_prefetcher()
|
| H A D | dbuf.c | 1587 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 D | dmu_objset.c | 493 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 D | zil.c | 252 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 D | dmu_send.c | 1648 arc_flags_t aflags = ARC_FLAG_CACHED_ONLY; in issue_data_read() local 1652 zioflags, &aflags, &zb); in issue_data_read()
|
| H A D | vdev_raidz.c | 3208 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 D | zio.c | 3637 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 D | dbuf.h | 362 zio_priority_t prio, arc_flags_t aflags, dbuf_prefetch_fn cb, 365 zio_priority_t prio, arc_flags_t aflags);
|
| H A D | spa.h | 998 uint32_t aflags);
|
| /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/vm/ |
| H A D | uma_core.c | 1753 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 D | vm_page.h | 611 void vm_page_init_marker(vm_page_t marker, int queue, uint16_t aflags);
|
| H A D | vm_page.c | 449 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 D | uipc_shm.c | 787 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 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 | 3656 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 D | zfs_vnops_os.c | 783 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()
|