Searched refs:converting (Results 1 – 25 of 38) sorted by relevance
12
/linux-2.6.39/fs/ocfs2/dlm/ |
D | dlmthread.c | 83 list_empty(&res->converting) && in __dlm_lockres_has_locks() 305 converting: in dlm_shuffle_lists() 306 if (list_empty(&res->converting)) in dlm_shuffle_lists() 311 target = list_entry(res->converting.next, struct dlm_lock, list); in dlm_shuffle_lists() 336 head = &res->converting; in dlm_shuffle_lists() 379 goto converting; in dlm_shuffle_lists() 403 head = &res->converting; in dlm_shuffle_lists() 443 goto converting; in dlm_shuffle_lists()
|
D | dlmconvert.c | 196 list_for_each(iter, &res->converting) { in __dlmconvert_master() 235 list_move_tail(&lock->list, &res->converting); in __dlmconvert_master() 296 list_move_tail(&lock->list, &res->converting); in dlmconvert_remote()
|
D | dlmunlock.c | 236 if (!dlm_lock_on_list(&res->converting, lock)) in dlmunlock_common() 537 } else if (dlm_lock_on_list(&res->converting, lock)) { in dlm_get_cancel_actions()
|
D | dlmcommon.h | 306 struct list_head converting; member 411 ret = &res->converting; in dlm_list_idx_to_ptr()
|
D | dlmdebug.c | 125 list_for_each(iter2, &res->converting) { in __dlm_print_one_lock_resource() 570 list_for_each_entry(lock, &res->converting, list) in dump_lockres()
|
D | dlmast.c | 374 head = &res->converting; in dlm_proxy_ast_handler()
|
D | dlmlock.c | 104 list_for_each(iter, &res->converting) { in dlm_can_grant_new_lock()
|
D | dlmmaster.c | 514 !list_empty(&res->converting) || in dlm_lockres_release() 525 !list_empty(&res->converting) ? 'C' : ' ', in dlm_lockres_release() 538 BUG_ON(!list_empty(&res->converting)); in dlm_lockres_release() 574 INIT_LIST_HEAD(&res->converting); in dlm_init_lockres()
|
/linux-2.6.39/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-2.6.39/scripts/coccinelle/locks/ |
D | call_kern.cocci | 2 /// The proposed change of converting the GFP_KERNEL is not necessarily the
|
/linux-2.6.39/Documentation/filesystems/ |
D | jfs.txt | 7 iocharset=name Character set to use for converting from Unicode to
|
D | isofs.txt | 9 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-2.6.39/drivers/staging/iio/ |
D | TODO | 19 converting to useful light measurements from device ones.
|
/linux-2.6.39/Documentation/video4linux/ |
D | radiotrack.txt | 22 converting to Linux, I found Gideon le Grange's command-line software for
|
/linux-2.6.39/Documentation/ia64/ |
D | efirtc.txt | 77 The driver takes care of converting back an forth between the EFI time and
|
/linux-2.6.39/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 | isp.doc | 54 then converting the resulting binary output image into an
|
D | TEST.DOC | 40 by assembling the source code and then converting the resulting
|
D | fpsp.doc | 46 then converting the resulting binary output image into an
|
/linux-2.6.39/Documentation/arm/Samsung-S3C24XX/ |
D | GPIO.txt | 81 numberspace, so there is no problem with converting the gpio numbering
|
/linux-2.6.39/Documentation/ |
D | eisa.txt | 11 Although the new API is quite simple to use, converting existing
|
/linux-2.6.39/Documentation/driver-model/ |
D | driver.txt | 124 converting drivers to the new model should reduce some infrastructural
|
/linux-2.6.39/Documentation/sound/alsa/ |
D | hdspm.txt | 100 copying and converting Peak and RMS-Levels even if you just need
|
12