Home
last modified time | relevance | path

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

12

/linux-2.6.39/fs/ocfs2/dlm/
Ddlmthread.c83 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()
Ddlmconvert.c196 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()
Ddlmunlock.c236 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()
Ddlmcommon.h306 struct list_head converting; member
411 ret = &res->converting; in dlm_list_idx_to_ptr()
Ddlmdebug.c125 list_for_each(iter2, &res->converting) { in __dlm_print_one_lock_resource()
570 list_for_each_entry(lock, &res->converting, list) in dump_lockres()
Ddlmast.c374 head = &res->converting; in dlm_proxy_ast_handler()
Ddlmlock.c104 list_for_each(iter, &res->converting) { in dlm_can_grant_new_lock()
Ddlmmaster.c514 !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/
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-2.6.39/scripts/coccinelle/locks/
Dcall_kern.cocci2 /// The proposed change of converting the GFP_KERNEL is not necessarily the
/linux-2.6.39/Documentation/filesystems/
Djfs.txt7 iocharset=name Character set to use for converting from Unicode to
Disofs.txt9 iocharset=name Character set to use for converting from Unicode to
Dvfat.txt41 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/
DTODO19 converting to useful light measurements from device ones.
/linux-2.6.39/Documentation/video4linux/
Dradiotrack.txt22 converting to Linux, I found Gideon le Grange's command-line software for
/linux-2.6.39/Documentation/ia64/
Defirtc.txt77 The driver takes care of converting back an forth between the EFI time and
/linux-2.6.39/arch/m68k/ifpsp060/
Dilsp.doc49 then converting the resulting binary output image into an
Dfplsp.doc50 then converting the resulting binary output image into an
Disp.doc54 then converting the resulting binary output image into an
DTEST.DOC40 by assembling the source code and then converting the resulting
Dfpsp.doc46 then converting the resulting binary output image into an
/linux-2.6.39/Documentation/arm/Samsung-S3C24XX/
DGPIO.txt81 numberspace, so there is no problem with converting the gpio numbering
/linux-2.6.39/Documentation/
Deisa.txt11 Although the new API is quite simple to use, converting existing
/linux-2.6.39/Documentation/driver-model/
Ddriver.txt124 converting drivers to the new model should reduce some infrastructural
/linux-2.6.39/Documentation/sound/alsa/
Dhdspm.txt100 copying and converting Peak and RMS-Levels even if you just need

12