Home
last modified time | relevance | path

Searched refs:wsman (Results 1 – 2 of 2) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/openwsman/openwsman/
H A D0001-Link-with-libm-for-floor-function.patch59 TARGET_LINK_LIBRARIES(wsman ${DL_LIBRARIES})
63 +TARGET_LINK_LIBRARIES(wsman ${M_LIBRARIES})
67 TARGET_LINK_LIBRARIES( wsman ${WSMAN_CLIENT_PKG} )
/openbmc/linux/fs/btrfs/
H A Dcompression.c704 struct workspace_manager *wsman; in btrfs_cleanup_workspace_manager() local
707 wsman = btrfs_compress_op[type]->workspace_manager; in btrfs_cleanup_workspace_manager()
708 while (!list_empty(&wsman->idle_ws)) { in btrfs_cleanup_workspace_manager()
709 ws = wsman->idle_ws.next; in btrfs_cleanup_workspace_manager()
712 atomic_dec(&wsman->total_ws); in btrfs_cleanup_workspace_manager()