Home
last modified time | relevance | path

Searched full:converting (Results 1 – 25 of 347) sorted by relevance

12345678910>>...14

/Linux-v6.1/fs/ocfs2/dlm/
Ddlmconvert.c118 /* already converting? */ in __dlmconvert_master()
138 mlog(0, "will set lvb: converting %s->%s\n", in __dlmconvert_master()
148 "lvb: converting %s->%s\n", in __dlmconvert_master()
154 "into lvb: converting %s->%s\n", in __dlmconvert_master()
177 list_for_each_entry(tmplock, &res->converting, list) { in __dlmconvert_master()
221 list_move_tail(&lock->list, &res->converting); in __dlmconvert_master()
271 mlog(ML_ERROR, "converting a remote lock that is already " in dlmconvert_remote()
272 "converting! (cookie=%u:%llu, conv=%d)\n", in dlmconvert_remote()
295 list_move_tail(&lock->list, &res->converting); in dlmconvert_remote()
Ddlmthread.c64 list_empty(&res->converting) && in __dlm_lockres_has_locks()
358 converting: in dlm_shuffle_lists()
359 if (list_empty(&res->converting)) in dlm_shuffle_lists()
364 target = list_entry(res->converting.next, struct dlm_lock, list); in dlm_shuffle_lists()
366 mlog(ML_ERROR, "%s: res %.*s converting lock to invalid mode\n", in dlm_shuffle_lists()
388 list_for_each_entry(lock, &res->converting, list) { in dlm_shuffle_lists()
409 mlog(0, "%s: res %.*s, AST for Converting lock %u:%llu, type " in dlm_shuffle_lists()
429 goto converting; in dlm_shuffle_lists()
451 list_for_each_entry(lock, &res->converting, list) { in dlm_shuffle_lists()
466 * possible if converting list empty) */ in dlm_shuffle_lists()
[all …]
Ddlmunlock.c64 * flags & LKM_CANCEL != 0: must be converting or blocked
67 * So to unlock a converting lock, you must first cancel the
226 if (!dlm_lock_on_list(&res->converting, lock)) in dlmunlock_common()
473 /* scan granted -> converting -> blocked queues */ in dlm_unlock_lock_handler()
538 } else if (dlm_lock_on_list(&res->converting, lock)) { in dlm_get_cancel_actions()
Ddlmcommon.h281 * Please keep granted, converting, and blocked in this order,
287 struct list_head converting; member
326 u8 list; // 0=granted, 1=converting, 2=blocked
380 return "converting"; in dlm_list_in_text()
394 ret = &res->converting; in dlm_list_idx_to_ptr()
/Linux-v6.1/include/uapi/linux/
Ddlmconstants.h51 * Used to cancel a pending lock request or conversion. A converting lock is
79 * granted mode of a converting lock to NL. The DLM_SBF_DEMOTED flag is
132 * Unlock the lock even if it is converting or waiting or has sublocks.
/Linux-v6.1/arch/ia64/include/asm/uv/
Duv_hub.h138 * Macros for converting between kernel virtual addresses, socket local physical
140 * Note: use the standard __pa() & __va() macros for converting
244 * Structures and definitions for converting between cpu, node, pnode, and blade
/Linux-v6.1/arch/arm/nwfpe/
Dsoftfloat-specialize104 Returns the result of converting the single-precision floating-point NaN
123 Returns the result of converting the canonical NaN `a' to the single-
198 Returns the result of converting the double-precision floating-point NaN
217 Returns the result of converting the canonical NaN `a' to the double-
306 Returns the result of converting the extended double-precision floating-
325 Returns the result of converting the canonical NaN `a' to the extended
/Linux-v6.1/drivers/iio/
DTODO13 - Converting drivers from device tree centric to more generic
/Linux-v6.1/fs/exfat/
DKconfig19 converting between the encoding that is used for user visible
/Linux-v6.1/security/apparmor/include/
Dsecid.h24 /* sysctl to enable displaying mode when converting secid to secctx */
/Linux-v6.1/arch/m68k/include/asm/
Dvirtconvert.h6 * Macros used for converting between virtual and physical mappings.
/Linux-v6.1/arch/riscv/lib/
Duaccess.S117 /* Converting unaligned src to aligned src */
125 slli t3, a3, 3 /* converting bytes in a3 to bits */
/Linux-v6.1/arch/nios2/include/asm/
Dio.h34 /* Macros used for converting between virtual and physical mappings. */
/Linux-v6.1/arch/ia64/kernel/
Duncached.c7 * memmap and will then start converting cached pages to uncached ones
71 * and then converting them to uncached memory pages.
/Linux-v6.1/Documentation/userspace-api/media/v4l/
Ddev-mem2mem.rst14 converting from YUV to RGB).
/Linux-v6.1/Documentation/devicetree/bindings/iio/light/
Dcapella,cm3605.yaml42 ADC channel used for converting the voltage from AOUT to a digital
/Linux-v6.1/Documentation/driver-api/
Deisa.rst15 Although the new API is quite simple to use, converting existing
205 Converting an EISA driver to the new API mostly involves *deleting*
/Linux-v6.1/drivers/irqchip/
Dqcom-pdc.c111 * takes care of converting falling edge to rising edge signal
113 * takes care of converting falling edge to rising edge signal
/Linux-v6.1/arch/arm64/include/asm/
Drwonce.h28 * converting an address dependency headed by a READ_ONCE() invocation
/Linux-v6.1/Documentation/devicetree/bindings/hwmon/
Dti,tmp401.yaml40 value to be used for converting remote channel measurements to
/Linux-v6.1/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
Dpppcielanes.c33 /* For converting from number of lanes to lane bits. */
/Linux-v6.1/arch/riscv/kvm/
Dvcpu_sbi_base.c58 /*TODO: We are unnecessarily converting the error twice */ in kvm_sbi_ext_base_handler()
/Linux-v6.1/drivers/pci/hotplug/
DTODO65 simplified by converting it to threaded IRQ handling. Use pciehp as a
/Linux-v6.1/tools/perf/util/
Dmetricgroup.h52 * by 6.4e-05 (typically converting a unit like cache lines to something
/Linux-v6.1/Documentation/admin-guide/
Djfs.rst12 Character set to use for converting from Unicode to

12345678910>>...14