Home
last modified time | relevance | path

Searched +full:rules +full:- +full:anchors (Results 1 – 2 of 2) sorted by relevance

/linux/kernel/
H A Daudit_tree.c1 // SPDX-License-Identifier: GPL-2.0
18 struct list_head rules; member
54 * audit_tree_group->mark_mutex. Thus as long as we hold
55 * audit_tree_group->mark_mutex and check that the mark is alive by
59 * Rules have pointer to struct audit_tree.
60 * Rules have struct list_head rlist forming a list of rules over
68 * tree.chunks anchors chunk.owners[].list hash_lock
69 * tree.rules anchors rule.rlist audit_filter_mutex
70 * chunk.trees anchors tree.same_root hash_lock
74 * tree is refcounted; one reference for "some rules on rules_list refer to
[all …]
/linux/drivers/usb/core/
H A Durb.c1 // SPDX-License-Identifier: GPL-2.0
24 if (urb->transfer_flags & URB_FREE_BUFFER) in urb_destroy()
25 kfree(urb->transfer_buffer); in urb_destroy()
31 * usb_init_urb - initializes a urb so that it can be used by a USB driver
48 kref_init(&urb->kref); in usb_init_urb()
49 INIT_LIST_HEAD(&urb->urb_list); in usb_init_urb()
50 INIT_LIST_HEAD(&urb->anchor_list); in usb_init_urb()
56 * usb_alloc_urb - creates a new urb for a USB driver to use
85 * usb_free_urb - frees the memory used by a urb when all users of it are finished
97 kref_put(&urb->kref, urb_destroy); in usb_free_urb()
[all …]