Searched refs:converting (Results 1 – 25 of 50) sorted by relevance
12
/Linux-v4.19/fs/ocfs2/dlm/ |
D | dlmthread.c | 83 list_empty(&res->converting) && in __dlm_lockres_has_locks() 377 converting: in dlm_shuffle_lists() 378 if (list_empty(&res->converting)) in dlm_shuffle_lists() 383 target = list_entry(res->converting.next, struct dlm_lock, list); in dlm_shuffle_lists() 407 list_for_each_entry(lock, &res->converting, list) { in dlm_shuffle_lists() 448 goto converting; in dlm_shuffle_lists() 470 list_for_each_entry(lock, &res->converting, list) { in dlm_shuffle_lists() 508 goto converting; in dlm_shuffle_lists()
|
D | dlmconvert.c | 194 list_for_each_entry(tmplock, &res->converting, list) { in __dlmconvert_master() 238 list_move_tail(&lock->list, &res->converting); in __dlmconvert_master() 312 list_move_tail(&lock->list, &res->converting); in dlmconvert_remote()
|
D | dlmunlock.c | 239 if (!dlm_lock_on_list(&res->converting, lock)) in dlmunlock_common() 541 } else if (dlm_lock_on_list(&res->converting, lock)) { in dlm_get_cancel_actions()
|
D | dlmcommon.h | 308 struct list_head converting; member 415 ret = &res->converting; in dlm_list_idx_to_ptr()
|
D | dlmdebug.c | 124 list_for_each_entry(lock, &res->converting, list) { in __dlm_print_one_lock_resource() 544 list_for_each_entry(lock, &res->converting, list) in dump_lockres()
|
D | dlmast.c | 372 head = &res->converting; in dlm_proxy_ast_handler()
|
/Linux-v4.19/arch/arm/nwfpe/ |
D | softfloat-specialize | 104 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-v4.19/Documentation/devicetree/bindings/iio/light/ |
D | cm3605.txt | 19 - io-channels: the ADC channel used for converting the voltage from
|
/Linux-v4.19/scripts/coccinelle/locks/ |
D | call_kern.cocci | 2 //# The proposed change of converting the GFP_KERNEL is not necessarily the
|
/Linux-v4.19/Documentation/thermal/ |
D | exynos_thermal | 19 There are three equations converting from temperature to temperature code.
|
/Linux-v4.19/Documentation/filesystems/ |
D | isofs.txt | 9 iocharset=name Character set to use for converting from Unicode to
|
D | jfs.txt | 8 iocharset=name Character set to use for converting from Unicode to
|
D | vfat.txt | 41 codepage=### -- Sets the codepage number for converting to shortname 45 iocharset=<name> -- Character set to use for converting between the
|
/Linux-v4.19/Documentation/virtual/kvm/ |
D | msr.txt | 88 tsc_to_system_mul: multiplier to be used when converting 91 tsc_shift: shift to be used when converting tsc-related
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | sysfs-driver-wacom | 82 be summarized by converting 76543210 into GECA6420.
|
/Linux-v4.19/Documentation/ia64/ |
D | efirtc.txt | 77 The driver takes care of converting back an forth between the EFI time and
|
/Linux-v4.19/Documentation/media/v4l-drivers/ |
D | radiotrack.rst | 25 converting to Linux, I found Gideon le Grange's command-line software for
|
/Linux-v4.19/Documentation/arm/Samsung-S3C24XX/ |
D | GPIO.txt | 81 numberspace, so there is no problem with converting the gpio numbering
|
/Linux-v4.19/Documentation/doc-guide/ |
D | sphinx.rst | 181 * Please keep the formatting changes minimal when converting existing 184 * Also update the content, not just the formatting, when converting
|
/Linux-v4.19/Documentation/core-api/ |
D | timekeeping.rst | 184 important for the user, consider converting to
|
/Linux-v4.19/arch/m68k/ifpsp060/ |
D | ilsp.doc | 49 then converting the resulting binary output image into an
|
D | fplsp.doc | 50 then converting the resulting binary output image into an
|
D | TEST.DOC | 40 by assembling the source code and then converting the resulting
|
/Linux-v4.19/Documentation/driver-model/ |
D | driver.txt | 108 converting drivers to the new model should reduce some infrastructural
|
/Linux-v4.19/Documentation/ |
D | eisa.txt | 15 Although the new API is quite simple to use, converting existing
|
12