cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

resource.rst (328B)


      1.. SPDX-License-Identifier: GPL-2.0
      2
      3============
      4Resource API
      5============
      6
      7This file documents the KUnit resource API.
      8
      9Most users won't need to use this API directly, power users can use it to store
     10state on a per-test basis, register custom cleanup actions, and more.
     11
     12.. kernel-doc:: include/kunit/resource.h
     13   :internal: