Home
last modified time | relevance | path

Searched refs:converting (Results 1 – 25 of 59) sorted by relevance

123

/linux/fs/ocfs2/dlm/
H A 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()
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()
489 goto converting; in dlm_shuffle_lists()
[all...]
H A 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()
H A 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()
H A 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()
H A Ddlmdebug.c107 printk(" converting queue:\n"); in __dlm_print_one_lock_resource()
108 list_for_each_entry(lock, &res->converting, list) { in __dlm_print_one_lock_resource()
474 /* converting */ in dump_lockres()
475 list_for_each_entry(lock, &res->converting, list) in dump_lockres()
H A Ddlmast.c345 head = &res->converting; in dlm_proxy_ast_handler()
/linux/arch/arm/nwfpe/
H A 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/fs/exfat/
H A DKconfig21 converting between the encoding that is used for user visible
/linux/scripts/coccinelle/locks/
H A Dcall_kern.cocci3 //# The proposed change of converting the GFP_KERNEL is not necessarily the
/linux/drivers/pci/hotplug/
H A DTODO51 simplified by converting it to threaded IRQ handling. Use pciehp as a
/linux/Documentation/userspace-api/media/v4l/
H A Ddev-mem2mem.rst14 converting from YUV to RGB).
H A Dext-ctrls-jpeg.rst30 how Cb and Cr components are downsampled after converting an input
/linux/Documentation/filesystems/iomap/
H A Dporting.rst80 A likely complexity at this point will be converting the buffered read
115 and directories, you might also try converting their handling to iomap.
/linux/Documentation/driver-api/thermal/
H A Dexynos_thermal.rst22 There are three equations converting from temperature to temperature code.
/linux/Documentation/filesystems/
H A Disofs.rst19 iocharset=name Character set to use for converting from Unicode to
H A Dvfat.rst57 Sets the codepage number for converting to shortname
62 Character set to use for converting between the
/linux/Documentation/admin-guide/
H A Djfs.rst12 Character set to use for converting from Unicode to
/linux/Documentation/ABI/testing/
H A Dsysfs-driver-wacom82 be summarized by converting::
/linux/Documentation/driver-api/media/drivers/
H A Dradiotrack.rst27 converting to Linux, I found Gideon le Grange's command-line software for
/linux/Documentation/dev-tools/
H A Dautofdo.rst20 AutoFDO profiles are created by converting hardware sampling using
/linux/arch/m68k/ifpsp060/
H A Dilsp.doc49 then converting the resulting binary output image into an
H A Dfplsp.doc50 then converting the resulting binary output image into an
H A Disp.doc54 then converting the resulting binary output image into an
/linux/sound/soc/generic/
H A Daudio-graph-card2-custom-sample2.dtsi87 * cpu20/cpu21 are converting rate to 44.1kHz
/linux/Documentation/core-api/
H A Dtimekeeping.rst189 important for the user, consider converting to

123