Searched refs:frozen (Results 1 - 25 of 61) sorted by relevance

123

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/kernel/
H A Dfreezer.c14 * freezing is complete, mark current process as frozen
25 /* Refrigerator is place where frozen processes are stored :-). */
52 if (!frozen(current))
80 * PF_FREEZER_NOSIG set or the task is frozen, 'true', otherwise
92 * been frozen to avoid the race with frozen_process() which first marks
93 * the task as frozen and next clears its TIF_FREEZE.
97 if (frozen(p))
133 if (frozen(p)) {
142 * Wake up a frozen process
148 * frozen an
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/kernel/
H A Dfreezer.c14 * freezing is complete, mark current process as frozen
25 /* Refrigerator is place where frozen processes are stored :-). */
52 if (!frozen(current))
80 * PF_FREEZER_NOSIG set or the task is frozen, 'true', otherwise
92 * been frozen to avoid the race with frozen_process() which first marks
93 * the task as frozen and next clears its TIF_FREEZE.
97 if (frozen(p))
133 if (frozen(p)) {
142 * Wake up a frozen process
148 * frozen an
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/kernel/power/
H A Duser.c61 char frozen; member in struct:snapshot_data
118 data->frozen = 0;
138 if (data->frozen)
243 if (data->frozen)
260 data->frozen = 1;
264 if (!data->frozen || data->ready)
269 data->frozen = 0;
275 if (data->mode != O_RDONLY || !data->frozen || data->ready) {
289 if (data->mode != O_WRONLY || !data->frozen ||
373 if (!data->frozen) {
[all...]
H A Dprocess.c55 if (frozen(p) || !freezeable(p))
64 * It is "frozen enough". If the task does wake
94 /* This does not unfreeze processes that are already frozen
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/kernel/power/
H A Duser.c61 char frozen; member in struct:snapshot_data
118 data->frozen = 0;
138 if (data->frozen)
243 if (data->frozen)
260 data->frozen = 1;
264 if (!data->frozen || data->ready)
269 data->frozen = 0;
275 if (data->mode != O_RDONLY || !data->frozen || data->ready) {
289 if (data->mode != O_WRONLY || !data->frozen ||
373 if (!data->frozen) {
[all...]
H A Dprocess.c55 if (frozen(p) || !freezeable(p))
64 * It is "frozen enough". If the task does wake
94 /* This does not unfreeze processes that are already frozen
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/
H A Dfreezer.h11 * Check if a process has been frozen
13 static inline int frozen(struct task_struct *p) function
27 * Request that a process be frozen
80 * complete. However, we don't want kernel threads to be frozen in unexpected
85 * does a little before exec/exit and it can't be frozen before waking up the
120 * Tell the freezer that the current task should be frozen by it
128 * Tell the freezer that the current task should be frozen by it and that it
167 static inline int frozen(struct task_struct *p) { return 0; } function
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/
H A Dfreezer.h11 * Check if a process has been frozen
13 static inline int frozen(struct task_struct *p) function
27 * Request that a process be frozen
80 * complete. However, we don't want kernel threads to be frozen in unexpected
85 * does a little before exec/exit and it can't be frozen before waking up the
120 * Tell the freezer that the current task should be frozen by it
128 * Tell the freezer that the current task should be frozen by it and that it
167 static inline int frozen(struct task_struct *p) { return 0; } function
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/gdb/
H A Dvarobj.h87 extern void varobj_set_frozen (struct varobj *var, int frozen);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/gdb/
H A Dvarobj.h87 extern void varobj_set_frozen (struct varobj *var, int frozen);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/gdb/
H A Dvarobj.h87 extern void varobj_set_frozen (struct varobj *var, int frozen);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/bfd/
H A Dhash.c387 table->frozen = 0;
476 if (!table->frozen && table->count > table->size * 3 / 4)
487 table->frozen = 1;
577 table->frozen = 1;
587 table->frozen = 0;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/bfd/
H A Dhash.c387 table->frozen = 0;
476 if (!table->frozen && table->count > table->size * 3 / 4)
487 table->frozen = 1;
577 table->frozen = 1;
587 table->frozen = 0;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/bfd/
H A Dhash.c387 table->frozen = 0;
476 if (!table->frozen && table->count > table->size * 3 / 4)
487 table->frozen = 1;
577 table->frozen = 1;
587 table->frozen = 0;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/avahi-0.6.31/avahi-gobject/
H A Dga-entry-group.c67 gboolean frozen; member in struct:_GaEntryGroupServicePrivate
406 service->frozen = FALSE;
507 p->frozen = TRUE;
530 priv->frozen = FALSE;
550 if (!priv->frozen)
566 if (!priv->frozen)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/avahi-0.6.31/avahi-gobject/
H A Dga-entry-group.c67 gboolean frozen; member in struct:_GaEntryGroupServicePrivate
406 service->frozen = FALSE;
507 p->frozen = TRUE;
530 priv->frozen = FALSE;
550 if (!priv->frozen)
566 if (!priv->frozen)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/avahi-0.6.31/avahi-gobject/
H A Dga-entry-group.c67 gboolean frozen; member in struct:_GaEntryGroupServicePrivate
406 service->frozen = FALSE;
507 p->frozen = TRUE;
530 priv->frozen = FALSE;
550 if (!priv->frozen)
566 if (!priv->frozen)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/tools/perf/util/
H A Dheader.h53 int frozen; member in struct:perf_header
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/tools/perf/util/
H A Dheader.h53 int frozen; member in struct:perf_header
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/gdb/mi/
H A Dmi-cmd-var.c70 ui_out_field_int (uiout, "frozen", 1);
241 int frozen; local
251 frozen = 0;
253 frozen = 1;
257 varobj_set_frozen (var, frozen);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/gdb/mi/
H A Dmi-cmd-var.c70 ui_out_field_int (uiout, "frozen", 1);
241 int frozen; local
251 frozen = 0;
253 frozen = 1;
257 varobj_set_frozen (var, frozen);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/gdb/mi/
H A Dmi-cmd-var.c70 ui_out_field_int (uiout, "frozen", 1);
241 int frozen; local
251 frozen = 0;
253 frozen = 1;
257 varobj_set_frozen (var, frozen);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/gdb/testsuite/gdb.mi/
H A Dmi-var-cmd.exp603 mi_gdb_test "-var-set-frozen $v $flag" \
605 "-var-set-frozen $v $flag"
610 mi_run_inline_test frozen
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/gdb/testsuite/gdb.mi/
H A Dmi-var-cmd.exp603 mi_gdb_test "-var-set-frozen $v $flag" \
605 "-var-set-frozen $v $flag"
610 mi_run_inline_test frozen
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/gdb/testsuite/gdb.mi/
H A Dmi-var-cmd.exp603 mi_gdb_test "-var-set-frozen $v $flag" \
605 "-var-set-frozen $v $flag"
610 mi_run_inline_test frozen

Completed in 359 milliseconds

123