OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cache_ent
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/virtio/
virtgpu_kms.c
226
struct virtio_gpu_drv_cap_cache *
cache_ent
, *tmp;
local
228
list_for_each_entry_safe(
cache_ent
, tmp, &vgdev->cap_cache, head) {
229
kfree(
cache_ent
->caps_cache);
230
kfree(
cache_ent
);
virtgpu_kms.c
226
struct virtio_gpu_drv_cap_cache *
cache_ent
, *tmp;
local
228
list_for_each_entry_safe(
cache_ent
, tmp, &vgdev->cap_cache, head) {
229
kfree(
cache_ent
->caps_cache);
230
kfree(
cache_ent
);
virtgpu_ioctl.c
412
struct virtio_gpu_drv_cap_cache *
cache_ent
;
local
441
list_for_each_entry(
cache_ent
, &vgdev->cap_cache, head) {
442
if (
cache_ent
->id == args->cap_set_id &&
443
cache_ent
->version == args->cap_set_ver) {
452
&
cache_ent
);
456
atomic_read(&
cache_ent
->is_valid), 5 * HZ);
463
ptr =
cache_ent
->caps_cache;
virtgpu_ioctl.c
412
struct virtio_gpu_drv_cap_cache *
cache_ent
;
local
441
list_for_each_entry(
cache_ent
, &vgdev->cap_cache, head) {
442
if (
cache_ent
->id == args->cap_set_id &&
443
cache_ent
->version == args->cap_set_ver) {
452
&
cache_ent
);
456
atomic_read(&
cache_ent
->is_valid), 5 * HZ);
463
ptr =
cache_ent
->caps_cache;
virtgpu_vq.c
693
struct virtio_gpu_drv_cap_cache *
cache_ent
;
local
696
list_for_each_entry(
cache_ent
, &vgdev->cap_cache, head) {
697
if (
cache_ent
->version == le32_to_cpu(cmd->capset_version) &&
698
cache_ent
->id == le32_to_cpu(cmd->capset_id)) {
699
memcpy(
cache_ent
->caps_cache, resp->capset_data,
700
cache_ent
->size);
703
atomic_set(&
cache_ent
->is_valid, 1);
803
struct virtio_gpu_drv_cap_cache *
cache_ent
;
local
815
cache_ent
= kzalloc(sizeof(*
cache_ent
), GFP_KERNEL)
[
all
...]
virtgpu_vq.c
693
struct virtio_gpu_drv_cap_cache *
cache_ent
;
local
696
list_for_each_entry(
cache_ent
, &vgdev->cap_cache, head) {
697
if (
cache_ent
->version == le32_to_cpu(cmd->capset_version) &&
698
cache_ent
->id == le32_to_cpu(cmd->capset_id)) {
699
memcpy(
cache_ent
->caps_cache, resp->capset_data,
700
cache_ent
->size);
703
atomic_set(&
cache_ent
->is_valid, 1);
803
struct virtio_gpu_drv_cap_cache *
cache_ent
;
local
815
cache_ent
= kzalloc(sizeof(*
cache_ent
), GFP_KERNEL)
[
all
...]
Completed in 40 milliseconds
Indexes created Mon Feb 23 08:20:23 UTC 2026