Home
last modified time | relevance | path

Searched defs:owner (Results 1 – 25 of 134) sorted by last modified time

123456

/freebsd/lib/libthr/thread/
H A Dthr_private.h337 uint32_t owner; member
H A Dthr_umtx.c51 uint32_t owner; in __thr_umutex_lock() local
78 uint32_t owner; in __thr_umutex_lock_spin() local
114 uint32_t owner; in __thr_umutex_timedlock() local
H A Dthr_umtx.h147 uint32_t flags, owner; in _thr_umutex_unlock2() local
H A Dthr_mutex.c650 uint32_t id, owner; in mutex_lock_sleep() local
/freebsd/sys/dev/sound/pci/
H A Demu10kx.c272 char owner[16]; member
1082 emu_memalloc(struct emu_mem *mem, uint32_t sz, bus_addr_t * addr, const char *owner) in emu_memalloc()
/freebsd/usr.bin/xinstall/
H A Dxinstall.c137 static const char *group, *owner; variable
/freebsd/sys/dev/ice/
H A Dice_sched.c1569 struct ice_sched_node *qgrp_node, u8 owner) in ice_sched_get_free_qgrp()
1613 u8 owner) in ice_sched_get_free_qparent()
1783 u8 owner) in ice_sched_add_vsi_child_nodes()
1965 u8 tc, u16 new_numqs, u8 owner) in ice_sched_update_vsi_child_nodes()
2040 u8 owner, bool enable) in ice_sched_cfg_vsi()
2164 ice_sched_rm_vsi_cfg(struct ice_port_info *pi, u16 vsi_handle, u8 owner) in ice_sched_rm_vsi_cfg()
H A Dice_type.h730 u8 owner; member
H A Dice_common.c5269 u16 *maxqs, u8 owner) in ice_cfg_vsi_qs()
/freebsd/sys/kern/
H A Dkern_umtx.c916 u_long owner; in do_lock_umtx() local
1032 u_long owner; in do_unlock_umtx() local
1097 uint32_t owner; in do_lock_umtx32() local
1213 uint32_t owner; in do_unlock_umtx32() local
1351 uint32_t owner, old, id; in do_lock_normal() local
1524 uint32_t owner, old, id, newlock; in do_unlock_normal() local
1599 uint32_t owner; in do_wake_umutex() local
1665 uint32_t owner, old; in do_wake2_umutex() local
2225 uint32_t id, old_owner, owner, old; in do_lock_pi() local
2523 uint32_t owner, id; in do_lock_pp() local
[all …]
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Ddevice.h60 struct module *owner; member
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_compat.c345 class_create(struct module *owner, const char *name) in class_create() argument
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp1032 #define SWIG_NewPointerObj(L, ptr, type, owner) SWIG_Lua_NewPointerObj(L, (void *)ptr, type, … argument
/freebsd/include/rpcsvc/
H A Dyp_prot.h104 char *owner; member
/freebsd/contrib/llvm-project/llvm/lib/Option/
H A DOption.cpp26 Option::Option(const OptTable::Info *info, const OptTable *owner) in Option()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTrampolineHandler.cpp182 AppleObjCVTables *owner, lldb::addr_t header_addr) in VTableRegion()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp1247 DisassemblerLLVMC &owner) { in Create()
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp32 BreakpointLocation::BreakpointLocation(break_id_t loc_id, Breakpoint &owner, in BreakpointLocation()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp18260 static bool considerVariable(VarDecl *var, Expr *ref, RetainCycleOwner &owner) { in considerVariable()
18273 static bool findRetainCycleOwner(Sema &S, Expr *e, RetainCycleOwner &owner) { in findRetainCycleOwner()
18409 static Expr *findCapturingExpr(Sema &S, Expr *e, RetainCycleOwner &owner) { in findCapturingExpr()
18445 RetainCycleOwner &owner) { in diagnoseRetainCycle()
18650 RetainCycleOwner owner; in checkRetainCycles() local
18675 RetainCycleOwner owner; in checkRetainCycles() local
/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddsl_dataset.c3054 dsl_dataset_handoff_check(dsl_dataset_t *ds, void *owner, dmu_tx_t *tx) in dsl_dataset_handoff_check()
3253 dsl_dataset_rollback(const char *fsname, const char *tosnap, void *owner, in dsl_dataset_rollback()
3907 dsl_dataset_t *origin_head, boolean_t force, void *owner, dmu_tx_t *tx) in dsl_dataset_clone_swap_check_impl()
H A Ddmu_recv.c3762 dmu_recv_end(dmu_recv_cookie_t *drc, void *owner) in dmu_recv_end()
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_vnops_os.c3446 uid_t owner; in zfs_link() local
H A Dzfs_acl.c1206 uint32_t owner; /* allow mask matching mode */ member
2422 uid_t owner; in zfs_has_access() local
2551 boolean_t owner = B_FALSE; in zfs_fastaccesschk_execute() local
2633 uid_t owner; in zfs_zaccess() local
2943 uid_t owner; in zfs_zaccess_delete() local
/freebsd/sys/dev/bhnd/bhndb/
H A Dbhndb_subr.c849 bhndb_alloc_intr_isrc(device_t owner, int rid, rman_res_t start, rman_res_t end, in bhndb_alloc_intr_isrc()
894 bhndb_alloc_intr_handler(device_t owner, struct resource *r, in bhndb_alloc_intr_handler()
/freebsd/contrib/sqlite3/
H A Dsqlite3.c29065 volatile pthread_t owner; /* Thread that is within this mutex */ member
29548 volatile DWORD owner; /* Thread holding this mutex */ member

123456