/linux-6.12.1/drivers/gpu/drm/qxl/ |
D | qxl_release.c | 54 return "release"; in qxl_get_timeline_name() 87 struct qxl_release *release; in qxl_release_alloc() local 89 size_t size = sizeof(*release); in qxl_release_alloc() 91 release = kmalloc(size, GFP_KERNEL); in qxl_release_alloc() 92 if (!release) { in qxl_release_alloc() 96 release->base.ops = NULL; in qxl_release_alloc() 97 release->type = type; in qxl_release_alloc() 98 release->release_offset = 0; in qxl_release_alloc() 99 release->surface_release_id = 0; in qxl_release_alloc() 100 INIT_LIST_HEAD(&release->bos); in qxl_release_alloc() [all …]
|
D | qxl_draw.c | 32 struct qxl_release *release, in alloc_clips() argument 38 return qxl_alloc_bo_reserved(qdev, release, size, clips_bo); in alloc_clips() 65 alloc_drawable(struct qxl_device *qdev, struct qxl_release **release) in alloc_drawable() argument 68 QXL_RELEASE_DRAWABLE, release, NULL); in alloc_drawable() 72 free_drawable(struct qxl_device *qdev, struct qxl_release *release) in free_drawable() argument 74 qxl_release_free(qdev, release); in free_drawable() 77 /* release needs to be reserved at this point */ 81 struct qxl_release *release) in make_drawable() argument 86 drawable = (struct qxl_drawable *)qxl_release_map(qdev, release); in make_drawable() 115 qxl_release_unmap(qdev, release, &drawable->release_info); in make_drawable() [all …]
|
D | qxl_cmd.c | 178 qxl_push_command_ring_release(struct qxl_device *qdev, struct qxl_release *release, in qxl_push_command_ring_release() argument 184 cmd.data = qxl_bo_physical_address(qdev, release->release_bo, release->release_offset); in qxl_push_command_ring_release() 190 qxl_push_cursor_ring_release(struct qxl_device *qdev, struct qxl_release *release, in qxl_push_cursor_ring_release() argument 196 cmd.data = qxl_bo_physical_address(qdev, release->release_bo, release->release_offset); in qxl_push_cursor_ring_release() 214 struct qxl_release *release; in qxl_garbage_collect() local 222 release = qxl_release_from_id_locked(qdev, id); in qxl_garbage_collect() 223 if (release == NULL) in qxl_garbage_collect() 226 info = qxl_release_map(qdev, release); in qxl_garbage_collect() 228 qxl_release_unmap(qdev, release, info); in qxl_garbage_collect() 233 switch (release->type) { in qxl_garbage_collect() [all …]
|
D | qxl_drv.h | 332 struct qxl_release *release, 339 struct qxl_release *release, 362 struct qxl_release *release); 364 struct qxl_release *release, 366 int qxl_release_list_add(struct qxl_release *release, struct qxl_bo *bo); 367 int qxl_release_reserve_list(struct qxl_release *release, bool no_intr); 368 void qxl_release_backoff_reserve_list(struct qxl_release *release); 369 void qxl_release_fence_buffer_objects(struct qxl_release *release); 374 struct qxl_release **release); 376 int type, struct qxl_release **release, [all …]
|
D | qxl_ioctl.c | 112 struct qxl_release *release, struct qxl_bo **qbo_p) in qxlhw_handle_to_bo() argument 124 ret = qxl_release_list_add(release, qobj); in qxlhw_handle_to_bo() 145 struct qxl_release *release; in qxl_process_single_command() local 178 &release, in qxl_process_single_command() 184 fb_cmd = qxl_bo_kmap_atomic_page(qdev, cmd_bo, (release->release_offset & PAGE_MASK)); in qxl_process_single_command() 186 (fb_cmd + sizeof(union qxl_release_info) + (release->release_offset & ~PAGE_MASK), in qxl_process_single_command() 223 ret = qxlhw_handle_to_bo(file_priv, reloc.dst_handle, release, in qxl_process_single_command() 230 reloc_info[i].dst_offset = reloc.dst_offset + release->release_offset; in qxl_process_single_command() 235 ret = qxlhw_handle_to_bo(file_priv, reloc.src_handle, release, in qxl_process_single_command() 247 ret = qxl_release_reserve_list(release, false); in qxl_process_single_command() [all …]
|
/linux-6.12.1/include/trace/events/ |
D | page_pool.h | 17 s32 inflight, u32 hold, u32 release), 19 TP_ARGS(pool, inflight, hold, release), 25 __field(u32, release) 33 __entry->release = release; 37 TP_printk("page_pool=%p inflight=%d hold=%u release=%u cnt=%llu", 39 __entry->release, __entry->cnt) 45 netmem_ref netmem, u32 release), 47 TP_ARGS(pool, netmem, release), 52 __field(u32, release) 59 __entry->release = release; [all …]
|
/linux-6.12.1/arch/arm/boot/dts/intel/axm/ |
D | axm5516-cpus.dtsi | 77 cpu-release-addr = <0>; // Fixed by the boot loader 85 cpu-release-addr = <0>; // Fixed by the boot loader 93 cpu-release-addr = <0>; // Fixed by the boot loader 101 cpu-release-addr = <0>; // Fixed by the boot loader 109 cpu-release-addr = <0>; // Fixed by the boot loader 117 cpu-release-addr = <0>; // Fixed by the boot loader 125 cpu-release-addr = <0>; // Fixed by the boot loader 133 cpu-release-addr = <0>; // Fixed by the boot loader 141 cpu-release-addr = <0>; // Fixed by the boot loader 149 cpu-release-addr = <0>; // Fixed by the boot loader [all …]
|
/linux-6.12.1/drivers/base/ |
D | devres.c | 21 dr_release_t release; member 75 * Release functions for devres group. These callbacks are used only 90 if (node->release == &group_open_release) in node_to_group() 92 if (node->release == &group_close_release) in node_to_group() 110 static __always_inline struct devres *alloc_dr(dr_release_t release, in alloc_dr() argument 128 dr->node.release = release; in alloc_dr() 149 * @release: Release function devres will be associated with 156 * associated with @release. The returned pointer can be passed to 162 void *__devres_alloc_node(dr_release_t release, size_t size, gfp_t gfp, int nid, in __devres_alloc_node() argument 167 dr = alloc_dr(release, size, gfp | __GFP_ZERO, nid); in __devres_alloc_node() [all …]
|
/linux-6.12.1/Documentation/scsi/ |
D | ChangeLog.megaraid_sas | 1 Release Date : Thu. Jun 19, 2014 17:00:00 PST 2014 - 15 Release Date : Mon. Mar 10, 2014 17:00:00 PST 2014 - 28 Release Date : Sat. Aug 31, 2013 17:00:00 PST 2013 - 38 Release Date : Wed. May 15, 2013 17:00:00 PST 2013 - 60 Release Date : Sat. Feb 9, 2013 17:00:00 PST 2013 - 69 Release Date : Mon. Oct 1, 2012 17:00:00 PST 2012 - 82 Release Date : Tue. Jun 17, 2012 17:00:00 PST 2012 - 92 Release Date : Mon. Mar 19, 2012 17:00:00 PST 2012 - 100 Release Date : Fri. Jan 6, 2012 17:00:00 PST 2010 - 110 Release Date : Wed. Oct 5, 2011 17:00:00 PST 2010 - [all …]
|
/linux-6.12.1/tools/memory-model/ |
D | linux-kernel.def | 12 // Release Acquire and friends 13 smp_store_release(X,V) { __store{release}(*X,V); } 15 rcu_assign_pointer(X,V) { __store{release}(X,V); } 33 xchg_release(X,V) __xchg{release}(X,V) 38 cmpxchg_release(X,V,W) __cmpxchg{release}(X,V,W) 74 atomic_add_return_release(V,X) __atomic_op_return{release}(X,+,V) 78 atomic_fetch_add_release(V,X) __atomic_fetch_op{release}(X,+,V) 83 atomic_inc_return_release(X) __atomic_op_return{release}(X,+,1) 87 atomic_fetch_inc_release(X) __atomic_fetch_op{release}(X,+,1) 92 atomic_sub_return_release(V,X) __atomic_op_return{release}(X,-,V) [all …]
|
/linux-6.12.1/drivers/scsi/ |
D | iscsi_boot_sysfs.c | 59 if (boot_kobj->release) in iscsi_boot_kobj_release() 60 boot_kobj->release(boot_kobj->data); in iscsi_boot_kobj_release() 65 .release = iscsi_boot_kobj_release, 343 void (*release) (void *data)) in iscsi_boot_create_kobj() 361 boot_kobj->release = release; in iscsi_boot_create_kobj() 367 * the boot kobj was not setup and the normal release in iscsi_boot_create_kobj() 370 boot_kobj->release = NULL; in iscsi_boot_create_kobj() 396 * @release: release function 406 void (*release) (void *data)) in iscsi_boot_create_target() 410 release); in iscsi_boot_create_target() [all …]
|
/linux-6.12.1/drivers/md/ |
D | dm-builtin.c | 5 * The kobject release method must not be placed in the module itself, 8 * The release method is called when the last reference to the kobject is 12 * The release method suffers from module unload race. We may prevent the 13 * module from being unloaded at the start of the release method (using 14 * increased module reference count or synchronizing against the release 16 * unloaded at the end of the release method. 40 * In order to fix this module unload race, we place the release method
|
/linux-6.12.1/net/batman-adv/ |
D | originator.h | 89 * batadv_orig_node_vlan_put() - decrement the refcounter and possibly release 91 * @orig_vlan: the originator-vlan object to release 103 * batadv_neigh_ifinfo_put() - decrement the refcounter and possibly release 105 * @neigh_ifinfo: the neigh_ifinfo object to release 118 * and possibly release it 132 * release it 144 * batadv_orig_ifinfo_put() - decrement the refcounter and possibly release 146 * @orig_ifinfo: the orig_ifinfo object to release 159 * release it
|
/linux-6.12.1/include/linux/ |
D | kref.h | 51 * @release: pointer to the function that will clean up the object when the 56 * Decrement the refcount, and if 0, call release(). 62 static inline int kref_put(struct kref *kref, void (*release)(struct kref *kref)) in kref_put() 65 release(kref); in kref_put() 72 void (*release)(struct kref *kref), in kref_put_mutex() 76 release(kref); in kref_put_mutex() 83 void (*release)(struct kref *kref), in kref_put_lock() 87 release(kref); in kref_put_lock()
|
D | posix-clock.h | 34 * @release: Optional character device release method 62 int (*release)(struct posix_clock_context *pccontext); member 83 * driver's private structure. It's 'release' field should be set to 84 * a release function for this private structure. 116 * 'release' field 120 * memory, then the caller must provide a 'release' function to free 134 * point it will be deallocated with its 'release' method.
|
D | iscsi_boot_sysfs.h | 74 * be freed for the LLD when the kobj release function is called. 96 * Driver specific release function. 100 void (*release) (void *data); member 113 void (*release) (void *data)); 120 void (*release) (void *data)); 126 void (*release) (void *data)); 133 void (*release)(void *data));
|
/linux-6.12.1/drivers/gpu/drm/ |
D | drm_managed.c | 27 * Release actions can be added with drmm_add_action(), memory allocations can 30 * release actions have been added and memory has been allocated since driver 33 * Note that release actions and managed memory can also be added and removed 41 drmres_release_t release; member 68 drm_dbg_drmres(dev, "drmres release begin\n"); in drm_managed_release() 73 if (dr->node.release) in drm_managed_release() 74 dr->node.release(dev, dr->node.size ? *(void **)&dr->data : NULL); in drm_managed_release() 79 drm_dbg_drmres(dev, "drmres release end\n"); in drm_managed_release() 86 static __always_inline struct drmres * alloc_dr(drmres_release_t release, in alloc_dr() argument 103 dr->node.release = release; in alloc_dr() [all …]
|
/linux-6.12.1/drivers/soc/renesas/ |
D | r9a06g032-smp.c | 20 * So the default value of the "cpu-release-addr" corresponds to BOOTADDR... 26 * in SRAM, and changes the "cpu-release-addr" of linux's DT to a SRAM address, 67 if (of_find_property(dn, "cpu-release-addr", &dns)) { in r9a06g032_smp_prepare_cpus() 72 "cpu-release-addr", &temp); in r9a06g032_smp_prepare_cpus() 76 "cpu-release-addr", in r9a06g032_smp_prepare_cpus() 82 pr_err("CPU#1: invalid cpu-release-addr property\n"); in r9a06g032_smp_prepare_cpus() 85 pr_info("CPU#1: cpu-release-addr %08x\n", bootaddr); in r9a06g032_smp_prepare_cpus()
|
/linux-6.12.1/Documentation/process/ |
D | 2.Process.rst | 16 The kernel developers use a loosely time-based release process, with a new 17 major kernel release happening every two or three months. The recent 18 release history looks like this: 29 Every 5.x release is a major kernel release with new features, internal 30 API changes, and more. A typical release can contain about 13,000 36 merging of patches for each release. At the beginning of each development 50 time, Linus Torvalds will declare that the window is closed and release the 52 for example, the release which happens at the end of the merge window will 53 be called 5.6-rc1. The -rc1 release is the signal that the time to 70 considered to be sufficiently stable and the final release is made. [all …]
|
/linux-6.12.1/drivers/message/fusion/lsi/ |
D | mpi_history.txt | 9 Header Set Release Version: 01.05.19 10 Header Set Release Date: 03-28-08 34 * 05-08-00 00.10.01 Original release for 0.10 spec dated 4/26/2000. 46 * 11-02-00 01.01.01 Original release for post 1.0 work 59 * 08-08-01 01.02.01 Original release for v1.2 work. 105 * 05-08-00 00.10.01 Original release for 0.10 spec dated 4/26/2000. 117 * 11-02-00 01.01.01 Original release for post 1.0 work 130 * 08-08-01 01.02.01 Original release for v1.2 work. 151 * 05-11-04 01.03.01 Original release for MPI v1.3. 218 * 05-08-00 00.10.01 Original release for 0.10 spec dated 4/26/2000. [all …]
|
/linux-6.12.1/Documentation/driver-api/acpi/ |
D | linuxized-acpica.rst | 5 Linuxized ACPICA - Introduction to ACPICA Release Automation 116 ACPICA Release 120 https://github.com/acpica/acpica.git. As a rule, a release is made every 124 Linux, there is a release process to convert the ACPICA git commits into 126 "linuxized ACPICA patches". The release process is carried out on a local 127 copy the ACPICA git repository. Each commit in the monthly release is 129 ACPICA release patchset for the Linux ACPI community. This process is 195 the release process fully automatically. 202 1. Legacy divergences - Before the current ACPICA release process was 208 made directly in the Linux sources obviously hurts the ACPICA release [all …]
|
/linux-6.12.1/Documentation/devicetree/bindings/arm/ |
D | cpus.yaml | 258 cpu-release-addr: 366 code release a secondary CPU. The value written to the register is 465 cpu-release-addr = <0 0x20000000>; 473 cpu-release-addr = <0 0x20000000>; 481 cpu-release-addr = <0 0x20000000>; 489 cpu-release-addr = <0 0x20000000>; 497 cpu-release-addr = <0 0x20000000>; 505 cpu-release-addr = <0 0x20000000>; 513 cpu-release-addr = <0 0x20000000>; 521 cpu-release-addr = <0 0x20000000>; [all …]
|
/linux-6.12.1/drivers/gpu/drm/i915/gt/uc/ |
D | intel_gsc_fw.c | 209 intel_uc_fw_version_from_gsc_manifest(&gsc->release, in intel_gsc_fw_get_binary_info() 229 if (IS_METEORLAKE(gt->i915) && gsc->release.major != 102) { in intel_gsc_fw_get_binary_info() 231 gsc->release.major, gsc->release.minor, in intel_gsc_fw_get_binary_info() 232 gsc->release.patch, gsc->release.build); in intel_gsc_fw_get_binary_info() 239 if (gsc->release.minor < min_ver.minor) { in intel_gsc_fw_get_binary_info() 241 } else if (gsc->release.minor == min_ver.minor) { in intel_gsc_fw_get_binary_info() 242 if (gsc->release.patch < min_ver.patch) { in intel_gsc_fw_get_binary_info() 244 } else if (gsc->release.patch == min_ver.patch) { in intel_gsc_fw_get_binary_info() 245 if (gsc->release.build < min_ver.build) in intel_gsc_fw_get_binary_info() 252 gsc->release.major, gsc->release.minor, in intel_gsc_fw_get_binary_info() [all …]
|
/linux-6.12.1/scripts/ |
D | decode_stacktrace.sh | 8 echo " $0 -r <release>" 44 release=$2 46 …for fn in {,/usr/lib/debug}/boot/vmlinux-$release{,.debug} /lib/modules/$release{,/build}/vmlinux … 54 echo "ERROR! vmlinux image for release $release is not found" >&2 62 release="" 97 if [ -z $release ] ; then 98 …release=$(gdb -ex 'print init_uts_ns.name.release' -ex 'quit' -quiet -batch "$vmlinux" 2>/dev/null… 100 if [ -n "${release}" ] ; then 101 release_dirs="/usr/lib/debug/lib/modules/$release /lib/modules/$release"
|
/linux-6.12.1/arch/arm64/boot/dts/arm/ |
D | foundation-v8-spin-table.dtsi | 9 cpu-release-addr = <0x0 0x8000fff8>; 14 cpu-release-addr = <0x0 0x8000fff8>; 19 cpu-release-addr = <0x0 0x8000fff8>; 24 cpu-release-addr = <0x0 0x8000fff8>;
|