| /f-stack/freebsd/sys/ |
| H A D | bufobj.h | 88 #define BO_STRATEGY(bo, bp) ((bo)->bo_ops->bop_strategy((bo), (bp))) argument 89 #define BO_SYNC(bo, w) ((bo)->bo_ops->bop_sync((bo), (w))) argument 90 #define BO_WRITE(bo, bp) ((bo)->bo_ops->bop_write((bp))) argument 91 #define BO_BDFLUSH(bo, bp) ((bo)->bo_ops->bop_bdflush((bo), (bp))) argument 122 #define BO_LOCKPTR(bo) (&(bo)->bo_lock) argument 123 #define BO_LOCK(bo) rw_wlock(BO_LOCKPTR((bo))) argument 124 #define BO_UNLOCK(bo) rw_wunlock(BO_LOCKPTR((bo))) argument 125 #define BO_RLOCK(bo) rw_rlock(BO_LOCKPTR((bo))) argument 126 #define BO_RUNLOCK(bo) rw_runlock(BO_LOCKPTR((bo))) argument 127 #define ASSERT_BO_WLOCKED(bo) rw_assert(BO_LOCKPTR((bo)), RA_WLOCKED) argument [all …]
|
| H A D | vnode.h | 188 #define bo2vnode(bo) __containerof((bo), struct vnode, v_bufobj) argument
|
| /f-stack/freebsd/arm/nvidia/drm2/ |
| H A D | tegra_bo.c | 51 tegra_bo_destruct(struct tegra_bo *bo) in tegra_bo_destruct() 83 struct tegra_bo *bo; in tegra_bo_free_object() local 135 tegra_bo_init_pager(struct tegra_bo *bo) in tegra_bo_init_pager() 174 tegra_bo_alloc(struct drm_device *drm, struct tegra_bo *bo) in tegra_bo_alloc() 202 struct tegra_bo *bo; in tegra_bo_create() local 240 struct tegra_bo *bo; in tegra_bo_create_with_handle() local 264 struct tegra_bo *bo; in tegra_bo_dumb_create() local
|
| H A D | tegra_fb.c | 49 struct tegra_bo *bo; in fb_destroy() local 125 struct tegra_bo *bo; in tegra_fb_probe() local
|
| H A D | tegra_dc.c | 148 struct tegra_bo *bo; in dc_parse_drm_format() local 878 struct tegra_bo *bo; in dc_finish_page_flip() local 978 struct tegra_bo *bo; in dc_cursor_set() local
|
| /f-stack/freebsd/kern/ |
| H A D | vfs_subr.c | 583 struct bufobj *bo; in vnode_fini() local 1836 struct bufobj *bo; in freevnode() local 2208 struct bufobj *bo; in vtruncbuf() local 2267 struct bufobj *bo; in v_inval_buf_range() local 2454 struct bufobj *bo; in bgetvp() local 2479 struct bufobj *bo; in brelvp() local 2611 struct bufobj *bo; in sched_sync() local 2809 struct bufobj *bo; in reassignbuf() local 4972 struct bufobj *bo; in vfs_allocate_syncvnode() local 5046 struct bufobj *bo; in sync_fsync() local [all …]
|
| H A D | vfs_bio.c | 2325 bufbdflush(struct bufobj *bo, struct buf *bp) in bufbdflush() 2379 struct bufobj *bo; in bdwrite() local 3178 struct bufobj *bo; in vfs_bio_awrite() local 3611 incore(struct bufobj *bo, daddr_t blkno) in incore() 3885 struct bufobj *bo; in getblkx() local 5016 bufsync(struct bufobj *bo, int waitfor) in bufsync() 5023 bufstrategy(struct bufobj *bo, struct buf *bp) in bufstrategy() 5040 bufobj_init(struct bufobj *bo, void *private) in bufobj_init() 5053 bufobj_wrefl(struct bufobj *bo) in bufobj_wrefl() 5062 bufobj_wref(struct bufobj *bo) in bufobj_wref() [all …]
|
| H A D | vfs_cluster.c | 107 struct bufobj *bo; in cluster_read() local 817 struct bufobj *bo; in cluster_wbuild() local
|
| H A D | vfs_default.c | 1084 struct bufobj *bo; in vop_stdadvise() local
|
| H A D | vfs_vnops.c | 2711 struct bufobj *bo; in vn_fsync_buf() local
|
| /f-stack/freebsd/vm/ |
| H A D | vnode_pager.c | 572 struct bufobj *bo; in vnode_pager_input_smlfs() local 797 struct bufobj *bo; in vnode_pager_generic_getpages() local
|
| H A D | vm_pager.c | 458 pbgetbo(struct bufobj *bo, struct buf *bp) in pbgetbo()
|
| /f-stack/freebsd/net80211/ |
| H A D | ieee80211_tdma.c | 718 struct ieee80211_beacon_offsets *bo) in ieee80211_tdma_update_beacon()
|
| H A D | ieee80211_output.c | 3372 struct ieee80211_beacon_offsets *bo = &vap->iv_bcn_off; in ieee80211_beacon_construct() local 3701 struct ieee80211_beacon_offsets *bo = &vap->iv_bcn_off; in ieee80211_beacon_update() local
|
| H A D | ieee80211_mesh.c | 3402 struct ieee80211_beacon_offsets *bo) in ieee80211_mesh_update_beacon()
|
| H A D | ieee80211_ht.c | 3486 struct ieee80211_beacon_offsets *bo) in ieee80211_ht_update_beacon()
|
| /f-stack/freebsd/contrib/ipfilter/netinet/ |
| H A D | ip_auth.c | 515 register u_short bo; local
|