Home
last modified time | relevance | path

Searched +full:- +full:- +full:enable +full:- +full:trace +full:- +full:backends (Results 1 – 7 of 7) sorted by relevance

/linux-6.15/Documentation/filesystems/caching/
Dfscache.rst1 .. SPDX-License-Identifier: GPL-2.0
13 FS-Cache mediates between cache backends (such as CacheFiles) and network
16 +---------+
17 | | +--------------+
18 | NFS |--+ | |
19 | | | +-->| CacheFS |
20 +---------+ | +----------+ | | /dev/hda5 |
21 | | | | +--------------+
22 +---------+ +-------------->| | |
23 | | +-------+ | |--+
[all …]
/linux-6.15/kernel/bpf/
Dcore.c1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * Linux Socket Filter - Kernel level socket filtering
8 * Copyright (c) 2011 - 2014 PLUMgrid, http://plumgrid.com
16 * Andi Kleen - Fix a few bad bugs and races.
17 * Kris Katterjohn - Added many additional checks in bpf_check_classic()
59 #define DST regs[insn->dst_reg]
60 #define SRC regs[insn->src_reg]
65 #define OFF insn->off
66 #define IMM insn->imm
80 ptr = skb_network_header(skb) + k - SKF_NET_OFF; in bpf_internal_load_pointer_neg_helper()
[all …]
/linux-6.15/arch/x86/kvm/svm/
Dsev.c1 // SPDX-License-Identifier: GPL-2.0-only
3 * Kernel-based Virtual Machine driver for Linux
5 * AMD SVM-SEV support
16 #include <linux/psp-sev.h>
22 #include <uapi/linux/sev-guest.h>
36 #include "trace.h"
44 /* enable/disable SEV support */
48 /* enable/disable SEV-ES support */
52 /* enable/disable SEV-SNP support */
56 /* enable/disable SEV-ES DebugSwap support */
[all …]
/linux-6.15/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm.c101 #include <media/cec-notifier.h>
190 switch (link->dpcd_caps.dongle_type) { in get_subconnector_type()
209 struct dc_link *link = aconnector->dc_link; in update_subconnector_property()
210 struct drm_connector *connector = &aconnector->base; in update_subconnector_property()
213 if (connector->connector_type != DRM_MODE_CONNECTOR_DisplayPort) in update_subconnector_property()
216 if (aconnector->dc_sink) in update_subconnector_property()
219 drm_object_property_set_value(&connector->base, in update_subconnector_property()
220 connector->dev->mode_config.dp_subconnector_property, in update_subconnector_property()
267 * struct amdgpu_device *adev - [in] desired amdgpu device
268 * int disp_idx - [in] which CRTC to get the counter from
[all …]
/linux-6.15/mm/
Dmemory.c1 // SPDX-License-Identifier: GPL-2.0-only
9 * demand-loading started 01.12.91 - seems it is high on the list of
10 * things wanted, and it should be easy to implement. - Linus
14 * Ok, demand-loading was easy, shared pages a little bit tricker. Shared
15 * pages started 02.12.91, seems to work. - Linus.
21 * Also corrected some "invalidate()"s - I wasn't doing enough of them.
27 * 19.12.91 - works, somewhat. Sometimes I get faults, don't know why.
29 * 20.12.91 - Ok, making the swap-device changeable like the root.
33 * 05.04.94 - Multi-page memory management added for v1.1.
36 * 16.07.99 - Support of BIGMEM added by Gerhard Wichert, Siemens AG
[all …]
/linux-6.15/net/core/
Dneighbour.c1 // SPDX-License-Identifier: GPL-2.0-or-later
41 #include <trace/events/neigh.h>
70 fallthrough; /* to avoid panic by null-ptr-deref */ in neigh_get_dev_table()
79 return &dev->neighbours[i]; in neigh_get_dev_table()
83 Neighbour hash table buckets are protected with rwlock tbl->lock.
85 - All the scans/updates to hash buckets MUST be made under this lock.
86 - NOTHING clever should be made under this lock: no callbacks
87 to protocol backends, no attempts to send something to network.
90 - If the entry requires some non-trivial actions, increase
94 - with reference count.
[all …]
/linux-6.15/arch/arm64/kvm/
Dsys_regs.c1 // SPDX-License-Identifier: GPL-2.0-only
3 * Copyright (C) 2012,2013 - ARM Ltd
7 * Copyright (C) 2012 - Virtual Open Systems and Columbia University
20 #include <linux/irqchip/arm-gic-v3.h>
25 #include <asm/debug-monitors.h>
35 #include <trace/events/kvm.h>
40 #include "trace.h"
74 "sys_reg read to write-only register"); in read_from_write_only()
82 "sys_reg write to read-only register"); in write_to_read_only()
188 * If we have a non-VHE guest and that the sysreg in vcpu_read_sys_reg()
[all …]