Searched refs:converting (Results 1 - 25 of 39) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/dlm/
H A Ddlmthread.c83 list_empty(&res->converting) &&
314 converting:
315 if (list_empty(&res->converting))
320 target = list_entry(res->converting.next, struct dlm_lock, list);
322 mlog(ML_ERROR, "%.*s: converting a lock with no "
345 head = &res->converting;
368 mlog(0, "calling ast for converting lock: %.*s, have: %d, "
385 goto converting;
409 head = &res->converting;
426 * possible if converting lis
[all...]
H A Ddlmconvert.c136 /* already converting? */
156 mlog(0, "will set lvb: converting %s->%s\n",
166 "lvb: converting %s->%s\n",
172 "into lvb: converting %s->%s\n",
196 list_for_each(iter, &res->converting) {
235 list_move_tail(&lock->list, &res->converting);
285 mlog(ML_ERROR, "converting a remote lock that is already "
286 "converting! (cookie=%u:%llu, conv=%d)\n",
296 list_move_tail(&lock->list, &res->converting);
H A Ddlmunlock.c81 * flags & LKM_CANCEL != 0: must be converting or blocked
84 * So to unlock a converting lock, you must first cancel the
236 if (!dlm_lock_on_list(&res->converting, lock))
472 /* scan granted -> converting -> blocked queues */
537 } else if (dlm_lock_on_list(&res->converting, lock)) {
H A Ddlmast.c349 head = &res->converting;
H A Ddlmcommon.h300 * Please keep granted, converting, and blocked in this order,
306 struct list_head converting; member in struct:dlm_lock_resource
344 u8 list; // 0=granted, 1=converting, 2=blocked
411 ret = &res->converting;
H A Ddlmdebug.c124 printk(" converting queue:\n");
125 list_for_each(iter2, &res->converting) {
615 /* converting */
616 list_for_each_entry(lock, &res->converting, list)
H A Ddlmlock.c104 list_for_each(iter, &res->converting) {
610 /* if converting, must pass in a valid dlm_lock */
H A Ddlmmaster.c516 !list_empty(&res->converting) ||
527 !list_empty(&res->converting) ? 'C' : ' ',
540 BUG_ON(!list_empty(&res->converting));
576 INIT_LIST_HEAD(&res->converting);
2379 (i == 1 ? "converting" :
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dmbcnvfil.tex11 should not be interpreted as UTF8 and also for converting
H A Dencconv.tex8 This class is capable of converting strings between two
167 characters when converting between equivalent encodings).
180 converting between equivalent encodings, it can convert between two arbitrary
H A Drichtexthtmlhandler.tex83 Returns the mapping for converting point sizes to HTML font sizes.
107 Sets the mapping for converting point sizes to HTML font sizes.
H A Dmbconv.tex15 This class is the base class of a hierarchy of classes capable of converting
253 The most general function for converting a multibyte string to a wide string.
H A Dscpdptr.tex167 especially useful when converting the existing code (which may already store
H A Dtbitmap.tex74 by the \helpref{wxImage}{wximage} to load the data, and then converting
H A Dtmbconv.tex136 build of wxWidgets; converting a string from UTF-8 to the current
H A Ddc.tex214 Use this function for converting a width, for example.
231 Use this function for converting a height, for example.
895 Use this for converting a width, for example.
912 Use this for converting a height, for example.
H A Dtdate.tex168 You also can just retrieve the value for some time zone without converting the
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dx-elisp.c669 /* Don't bother converting "()" to "NIL". */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/build/palmos/
H A Dmakefile-engine.mk401 # function for converting sources to object file names in one of output directories
407 # function for converting sources to object file names in $(SIM_OBJ_DIR)
413 # function for converting resources into resource object files
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Dconvert.c595 This is because converting "index.html?foo=bar" to
597 isn't even recognized as an HTML file! However, converting
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/docs/latex/svg/
H A Ddcsvg.tex141 Use this function for converting a width, for example.
156 Use this function for converting a height, for example.
513 Use this for converting a width, for example.
528 Use this for converting a height, for example.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/packages/vms/
H A Dgenerate_vax_transfer.com213 ; preserve the case of symbols instead of converting it to uppercase.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/contrib/masmx64/
H A Dgvmat64.asm8 ; File written by Gilles Vollant, by converting to assembly the longest_match
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/contrib/masmx64/
H A Dgvmat64.asm8 ; File written by Gilles Vollant, by converting to assembly the longest_match
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/win32/
H A Dgvmat64.asm8 ; File written by Gilles Vollant, by converting to assembly the longest_match

Completed in 206 milliseconds

12