Searched refs:current (Results 426 - 450 of 1617) sorted by relevance

<<11121314151617181920>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/basler/excite/
H A Dexcite_iodev.c133 if (!signal_pending(current))
135 ret = signal_pending(current) ? -ERESTARTSYS : 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/kernel/
H A Dptrace.c481 * - triggered by current->work.syscall_trace
488 if (unlikely(current->audit_context) && entryexit)
492 if (!(current->ptrace & PT_PTRACED))
500 ptrace_notify(SIGTRAP | ((current->ptrace & PT_TRACESYSGOOD) ?
508 if (current->exit_code) {
509 send_sig(current->exit_code, current, 1);
510 current->exit_code = 0;
518 if (unlikely(current->audit_context) && !entryexit)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/parisc/kernel/
H A Dbinfmt_elf32.c90 current->thread.map_base = DEFAULT_MAP_BASE32; \
91 current->thread.task_size = DEFAULT_TASK_SIZE32 \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/autofs/
H A Dautofs_i.h31 #include <asm/current.h>
125 return sbi->catatonic || task_pgrp(current) == sbi->oz_pgrp;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pci/
H A Dpci-driver.c175 cpumask_t oldmask = current->cpus_allowed;
178 set_cpus_allowed(current, node_to_cpumask(node));
180 oldpol = current->mempolicy;
181 current->mempolicy = &default_policy;
182 mpol_get(current->mempolicy);
186 set_cpus_allowed(current, oldmask);
187 mpol_free(current->mempolicy);
188 current->mempolicy = oldpol;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dsoftlockup.c118 sched_setscheduler(current, SCHED_FIFO, &param);
119 current->flags |= PF_NOFREEZE;
H A Dlockdep.c17 * Bugs are reported even if the current locking scenario does not cause
171 current->lockdep_recursion++;
178 current->lockdep_recursion--;
550 struct task_struct *curr = current;
574 struct task_struct *curr = current;
1361 if (current->hardirq_context)
1364 if (current->softirq_context)
1837 struct task_struct *curr = current;
1840 if (unlikely(!debug_locks || current->lockdep_recursion))
1856 if (DEBUG_LOCKS_WARN_ON(current
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-parisc/
H A Dcompat.h149 struct pt_regs *regs = &current->thread.regs;
160 return __is_compat_task(current);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-s390/
H A Delf.h178 if (tsk == current)
212 else if (current->personality != PER_LINUX32) \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-at91/
H A Dentry-macro.S29 teq \irqstat, #0 @ ISR is 0 when no current interrupt, or spurious interrupt
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/kernel/
H A Dcrunch-bits.S80 ldr r2, [sp, #60] @ current task pc value
81 ldr r1, [r3] @ get current crunch owner
212 ldr r1, [r3] @ get current crunch owner
213 teq r1, #0 @ any current owner?
226 str r0, [r3] @ no more current owner
256 ldr r3, [r3] @ get current crunch owner
260 @ current crunch values are in the task save area
289 ldr r3, [r3] @ get current crunch owner
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/random/
H A Drandom.c63 _gcry_random_progress (const char *what, int printchar, int current, int total)
66 progress_cb (progress_cb_data, what, printchar, current, total);
62 _gcry_random_progress(const char *what, int printchar, int current, int total) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/tests/
H A Dkeygrip.c187 int current, int total)
191 (void)current;
183 progress_handler(void *cb_data, const char *what, int printchar, int current, int total) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/kernel/
H A Dosf_sys.c77 mm = current->mm;
187 down_write(&current->mm->mmap_sem);
189 up_write(&current->mm->mmap_sem);
563 unsigned long oss_sp = current->sas_ss_sp + current->sas_ss_size;
574 /* If the current stack was set with sigaltstack, don't
577 if (current->sas_ss_sp && on_sig_stack(usp))
583 current->sas_ss_sp = (unsigned long)ss_sp - SIGSTKSZ;
584 current->sas_ss_size = SIGSTKSZ;
648 /* Return current softwar
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/kernel/
H A Dptrace.c80 if (current->personality == PER_SUNOS)
219 if ((current->personality == PER_SUNOS && request == PTRACE_SUNATTACH)
220 || (current->personality != PER_SUNOS && request == PTRACE_ATTACH)) {
652 if (unlikely(current->audit_context) && syscall_exit_p) {
662 if (!(current->ptrace & PT_PTRACED))
668 ptrace_notify(SIGTRAP | ((current->ptrace & PT_TRACESYSGOOD)
676 if (current->exit_code) {
677 send_sig(current->exit_code, current, 1);
678 current
[all...]
H A Dsys_sparc32.c111 if (!(retval = put_user(high2lowuid(current->uid), ruid)) &&
112 !(retval = put_user(high2lowuid(current->euid), euid)))
113 retval = put_user(high2lowuid(current->suid), suid);
128 if (!(retval = put_user(high2lowgid(current->gid), rgid)) &&
129 !(retval = put_user(high2lowgid(current->egid), egid)))
130 retval = put_user(high2lowgid(current->sgid), sgid);
180 get_group_info(current->group_info);
181 i = current->group_info->ngroups;
187 if (groups16_to_user(grouplist, current->group_info)) {
193 put_group_info(current
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/ospfd/
H A Dospf_flood.c233 ospf_flood (struct ospf_neighbor *nbr, struct ospf_lsa *current,
247 current,
253 /* Get current time. */
260 if (current != NULL) /* -- endo. */
262 if (IS_LSA_SELF (current)
263 && (ntohs (current->data->ls_age) == 0
264 && ntohl (current->data->ls_seqnum) == OSPF_INITIAL_SEQUENCE_NUMBER))
271 else if (tv_cmp (tv_sub (now, current->tv_recv),
288 /* Remove the current database copy from all neighbors' Link state
294 /* Remove the current databas
232 ospf_flood(struct ospf_neighbor *nbr, struct ospf_lsa *current, struct ospf_lsa *new) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Deventpoll.c327 struct task_struct *this_task = current;
334 /* Try to see if the current task is already inside this wakeup call */
349 /* Add the current task to the list */
359 /* Remove the current task from the list */
409 /* Remove the current item from the list of epoll hooks */
427 current, ep, file));
483 DNPRINTK(3, (KERN_INFO "[%p] eventpoll: close() ep=%p\n", current, ep));
572 current, ep));
603 current, file, epir));
621 current, ep
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/smbd/
H A Dsession.c221 const struct sessionid *current = (const struct sessionid *) dbuf.dptr; local
227 memcpy(&sesslist->sessions[sesslist->count - 1], current,
230 current->username, current->remote_machine));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/env/
H A Denv_recover.c162 * which we've seen begins and we have the "current" set of files
636 * forward (is_forward != 0), then we're computing current - low. If
637 * we are moving backward, we are computing high - current. max is
641 __lsn_diff(low, high, current, max, is_forward)
642 DB_LSN *low, *high, *current;
656 if (current->file == low->file)
657 nf = (double)(current->offset - low->offset) / max;
658 else if (current->offset < low->offset)
659 nf = (double)((current->file - low->file) - 1) +
660 (double)((max - low->offset) + current
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/mutex/
H A Duts4_cc.s18 slr r0, r0 / R0 = current lock value must be 0
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Drsrc002.tcl55 set ret [$dbc put -current "penguin"]
H A Dtest023.tcl86 # Make sure that current returns an error and that NEXT and
101 # Now current should fail
102 set ret [$dbc get -current]
119 # Now do the delete on the current key.
123 # Now current should fail
124 set ret [$dbc get -current]
148 # Now do the delete on the current key.
152 # Now current should fail
153 set ret [$dbc get -current]
166 # Now overwrite the current on
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/dma/
H A Diovlock.c100 down_read(&current->mm->mmap_sem);
102 current,
103 current->mm,
110 up_read(&current->mm->mmap_sem);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/ivtv/
H A Divtv-udma.c112 down_read(&current->mm->mmap_sem);
113 err = get_user_pages(current, current->mm,
115 up_read(&current->mm->mmap_sem);

Completed in 450 milliseconds

<<11121314151617181920>>