Home
last modified time | relevance | path

Searched defs:bo (Results 1 – 17 of 17) sorted by relevance

/f-stack/freebsd/sys/
H A Dbufobj.h88 #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 Dvnode.h188 #define bo2vnode(bo) __containerof((bo), struct vnode, v_bufobj) argument
/f-stack/freebsd/arm/nvidia/drm2/
H A Dtegra_bo.c51 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 Dtegra_fb.c49 struct tegra_bo *bo; in fb_destroy() local
125 struct tegra_bo *bo; in tegra_fb_probe() local
H A Dtegra_dc.c148 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 Dvfs_subr.c583 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 Dvfs_bio.c2325 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 Dvfs_cluster.c107 struct bufobj *bo; in cluster_read() local
817 struct bufobj *bo; in cluster_wbuild() local
H A Dvfs_default.c1084 struct bufobj *bo; in vop_stdadvise() local
H A Dvfs_vnops.c2711 struct bufobj *bo; in vn_fsync_buf() local
/f-stack/freebsd/vm/
H A Dvnode_pager.c572 struct bufobj *bo; in vnode_pager_input_smlfs() local
797 struct bufobj *bo; in vnode_pager_generic_getpages() local
H A Dvm_pager.c458 pbgetbo(struct bufobj *bo, struct buf *bp) in pbgetbo()
/f-stack/freebsd/net80211/
H A Dieee80211_tdma.c718 struct ieee80211_beacon_offsets *bo) in ieee80211_tdma_update_beacon()
H A Dieee80211_output.c3372 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 Dieee80211_mesh.c3402 struct ieee80211_beacon_offsets *bo) in ieee80211_mesh_update_beacon()
H A Dieee80211_ht.c3486 struct ieee80211_beacon_offsets *bo) in ieee80211_ht_update_beacon()
/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_auth.c515 register u_short bo; local