Searched +full:rules +full:- +full:anchors (Results 1 – 4 of 4) sorted by relevance
2 DRM_CI_PROJECT_PATH: &drm-ci-project-path mesa/mesa3 DRM_CI_COMMIT_SHA: &drm-ci-commit-sha c6a9a9c3bce90923f7700219354e0b6e5a3c9ba66 TARGET_BRANCH: drm-next10 DEQP_RUNNER_GIT_URL: https://gitlab.freedesktop.org/mesa/deqp-runner.git13 FDO_UPSTREAM_REPO: helen.fornazier/linux # The repo where the git-archive daily runs14 MESA_TEMPLATES_COMMIT: &ci-templates-commit d5aa3941aa03c2f716595116354fb81eb8012acb16 CI_PRE_CLONE_SCRIPT: |-17 set -o xtrace18 …-L --retry 4 -f --retry-all-errors --retry-delay 60 -s ${DRM_CI_PROJECT_URL}/-/raw/${DRM_CI_COMMIT…19 bash download-git-cache.sh[all …]
1 // SPDX-License-Identifier: GPL-2.018 struct list_head rules; member54 * audit_tree_group->mark_mutex. Thus as long as we hold55 * audit_tree_group->mark_mutex and check that the mark is alive by59 * Rules have pointer to struct audit_tree.60 * Rules have struct list_head rlist forming a list of rules over68 * tree.chunks anchors chunk.owners[].list hash_lock69 * tree.rules anchors rule.rlist audit_filter_mutex70 * chunk.trees anchors tree.same_root hash_lock74 * tree is refcounted; one reference for "some rules on rules_list refer to[all …]
1 // SPDX-License-Identifier: GPL-2.0 OR Linux-OpenIB20 struct mlx5dr_ste_ctx *ste_ctx = dmn->ste_ctx; in dr_rule_append_to_miss_list()30 return -ENOMEM; in dr_rule_append_to_miss_list()34 list_add_tail(&new_last_ste->miss_list_node, miss_list); in dr_rule_append_to_miss_list()47 struct mlx5dr_ste_ctx *ste_ctx = matcher->tbl->dmn->ste_ctx; in dr_rule_set_last_ste_miss_addr()53 icm_addr = mlx5dr_icm_pool_get_chunk_icm_addr(nic_matcher->e_anchor->chunk); in dr_rule_set_last_ste_miss_addr()62 struct mlx5dr_domain *dmn = matcher->tbl->dmn; in dr_rule_create_collision_htbl()67 new_htbl = mlx5dr_ste_htbl_alloc(dmn->ste_icm_pool, in dr_rule_create_collision_htbl()77 ste = new_htbl->chunk->ste_arr; in dr_rule_create_collision_htbl()94 mlx5dr_dbg(matcher->tbl->dmn, "Failed creating collision entry\n"); in dr_rule_create_collision_entry()[all …]
1 // SPDX-License-Identifier: GPL-2.024 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 driver48 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 use85 * usb_free_urb - frees the memory used by a urb when all users of it are finished97 kref_put(&urb->kref, urb_destroy); in usb_free_urb()[all …]