Searched refs:allowed (Results 1 - 25 of 82) sorted by relevance

1234

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/core/
H A Durb.c294 unsigned int allowed; local
297 allowed = (URB_NO_TRANSFER_DMA_MAP | URB_NO_SETUP_DMA_MAP |
302 allowed |= URB_ZERO_PACKET;
304 allowed |= URB_QTD_CACHED;
308 allowed |= URB_NO_FSBR; /* only affects UHCI */
312 allowed |= URB_SHORT_NOT_OK;
315 allowed |= URB_ISO_ASAP;
318 urb->transfer_flags &= allowed;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/scsi/
H A Dscsi_cmnd.h58 int allowed; member in struct:scsi_cmnd
108 unsigned char *host_scribble; /* The host adapter is allowed to
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/mm/
H A Dsrat.c165 unsigned long allowed; local
170 allowed = (end_pfn - absent_pages_in_range(0, end_pfn)) * PAGE_SIZE;
171 allowed = (allowed / 100) * hotadd_percent;
172 if (allocated + mem > allowed) {
178 if (allocated >= allowed)
180 range = allowed - allocated;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/mm/
H A Dmlock.c243 int allowed = 0; local
253 allowed = 1;
256 return allowed;
H A Dnommu.c1250 unsigned long free, allowed; local
1310 allowed = totalram_pages * sysctl_overcommit_ratio / 100;
1315 allowed -= allowed / 32;
1316 allowed += total_swap_pages;
1320 allowed -= current->mm->total_vm / 32;
1323 * cast `allowed' as a signed long because vm_committed_space
1326 if (atomic_read(&vm_committed_space) < (long)allowed)
H A Dmmap.c98 unsigned long free, allowed; local
158 allowed = (totalram_pages - hugetlb_total_pages())
164 allowed -= allowed / 32;
165 allowed += total_swap_pages;
169 allowed -= current->mm->total_vm / 32;
172 * cast `allowed' as a signed long because vm_committed_space
175 if (atomic_read(&vm_committed_space) < (long)allowed)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/security/selinux/include/
H A Dsecurity.h45 u32 allowed; member in struct:av_decision
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/dec/
H A Dint-handler.S139 and t0,t1 # isolate allowed ones
193 1: and t0,t1 # mask out allowed ones
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/ps3/
H A Dspu.c490 /* Check bits allowed by HV. */
492 static const u64 allowed = ~(MFC_STATE1_LOCAL_STORAGE_DECODE_MASK local
495 BUG_ON((sr1 & allowed) != (spu_pdata(spu)->cache.sr1 & allowed));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-ia64/sn/
H A Dxp.h112 * exceeds the MAXIMUM number of channels allowed (eight), then one will need
119 #define XPC_MAX_NCHANNELS 8 /* max #of channels allowed */
122 #error XPC_NCHANNELS exceeds MAXIMUM allowed.
283 * | to the specified partition on | allowed in message
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/security/selinux/ss/
H A Dservices.c318 avd->allowed = 0;
344 avd->allowed |= node->datum.data;
363 if ((constraint->permissions & (avd->allowed)) &&
366 avd->allowed = (avd->allowed) & ~(constraint->permissions);
377 (avd->allowed & (PROCESS__TRANSITION | PROCESS__DYNTRANSITION)) &&
385 avd->allowed = (avd->allowed) & ~(PROCESS__TRANSITION |
517 avd->allowed = 0xffffffff;
1639 if (rc || !(avd.allowed
[all...]
H A Dconditional.c495 avd->allowed |= node->datum.data;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/security/selinux/
H A Davc.c537 denied = requested & ~avd->allowed;
770 node->ae.avd.allowed |= perms;
774 node->ae.avd.allowed &= ~perms;
874 denied = requested & ~(p_ae->avd.allowed);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/lib/
H A Dutil_unistr.c156 const char *allowed = ".!#$%&'()_-@^`~"; local
180 valid_table[i] = isalnum(i) || strchr(allowed,i);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/doc/
H A Dapi-ip6-flowlabels.tex74 Flow labels have finite lifetime and source is not allowed to reuse
108 namely, we are not allowed to use received address for reply directly
310 \item \verb|share| defines who is allowed to reuse the same flow label.
339 \verb|IPV6_DSTOPTS| are allowed.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dexit.c1172 * only one thread is allowed to do this:
1496 int allowed, denied; local
1505 allowed = denied = 0;
1525 allowed = 1;
1625 if (unlikely(denied) && !allowed)
H A Dcpuset.c76 cpumask_t cpus_allowed; /* CPUs allowed to tasks in cpuset */
77 nodemask_t mems_allowed; /* Memory Nodes allowed to tasks */
687 * One cpuset is a subset of another if all its allowed CPUs and
2330 * Are any of the nodes on zonelist zl allowed in current->mems_allowed?
2360 * @z: is this zone on an allowed node?
2402 * so no allocation on a node outside the cpuset is allowed (unless
2414 * GFP_USER - only nodes in current tasks mems allowed ok.
2426 int allowed; /* is allocation in zone z allowed? */ local
2453 allowed
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dscsi_error.c44 * Since it is allowed to sleep, it probably should.
813 * retries to the max allowed to ensure it
815 scmd->retries = scmd->allowed;
1303 if ((++scmd->retries) <= scmd->allowed
1429 (++scmd->retries <= scmd->allowed)) {
H A Dsr.c409 SCpnt->allowed = MAX_RETRIES;
H A Dscsi_lib.c1133 cmd->allowed = req->retries;
1218 * command is not allowed.
1379 unsigned long wait_for = (cmd->allowed + 1) * cmd->timeout_per_command;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/proc/
H A Dproc_misc.c124 unsigned long allowed; local
135 allowed = ((totalram_pages - hugetlb_total_pages())
205 K(allowed),
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/libertas/
H A Dcmd.c22 * @brief This function checks if the commans is allowed
1884 u8 allowed = 1; local
1889 allowed = 0;
1895 allowed = 0;
1899 allowed = 0;
1904 if (allowed) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/kernel/
H A Dentry-armv.S783 teqeq ip, r0 @ compare with oldval if still allowed
784 streq r1, [r3, #-1]! @ store newval if still allowed
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/fpsp040/
H A Dskeleton.S399 | process is allowed to sleep as a consequence of a page fault during
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/ifpsp060/
H A Dos.S65 | The result is that Unix processes are allowed to sleep as a consequence

Completed in 144 milliseconds

1234