Skip to content

Helper function bpf_spin_unlock

v5.1

Release the lock previously locked by a call to bpf_spin_lock(lock).

Definition

Copyright (c) 2015 The Libbpf Authors. All rights reserved.

static long (* const bpf_spin_unlock)(struct bpf_spin_lock *lock) = (void *) 94;

Usage

Program types

This helper call can be used in the following program types:

Example

Docs could be improved

This part of the docs is incomplete, contributions are very welcome