Home
last modified time | relevance | path

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

12

/linux-2.4.37.9/include/net/
Dpkt_sched.h319 extern int psched_tod_diff(int delta_sec, int bound);
321 #define PSCHED_TDIFF_SAFE(tv1, tv2, bound, guard) \ argument
327 __delta = psched_tod_diff(__delta_sec, bound); guard; break; \
368 #define PSCHED_TDIFF_SAFE(tv1, tv2, bound, guard) \ argument
371 if ( __delta > (long long)(bound)) { __delta = (bound); guard; } \
/linux-2.4.37.9/drivers/char/drm/
Ddrm_agpsupport.h156 entry->bound = 0; in DRM()
200 if (!entry->bound) return -EINVAL; in DRM()
220 if (entry->bound) return -EINVAL; in DRM()
223 entry->bound = dev->agp->base + (page << PAGE_SHIFT); in DRM()
225 dev->agp->base, entry->bound); in DRM()
242 if (entry->bound) DRM(unbind_agp)(entry->memory); in DRM()
Ddrm_vm.h99 if (agpmem->bound <= baddr && in DRM()
100 agpmem->bound + agpmem->pages * PAGE_SIZE > baddr) in DRM()
109 offset = (baddr - agpmem->bound) >> PAGE_SHIFT; in DRM()
DdrmP.h550 unsigned long bound; /* address */ member
Ddrm_drv.h402 if ( entry->bound ) DRM(unbind_agp)( entry->memory ); in DRM()
/linux-2.4.37.9/drivers/char/drm-4.0/
Dagpsupport.c147 entry->bound = 0; in drm_agp_alloc()
191 if (!entry->bound) return -EINVAL; in drm_agp_unbind()
210 if (entry->bound) return -EINVAL; in drm_agp_bind()
213 entry->bound = dev->agp->base + (page << PAGE_SHIFT); in drm_agp_bind()
215 dev->agp->base, entry->bound); in drm_agp_bind()
232 if (entry->bound) drm_unbind_agp(entry->memory); in drm_agp_free()
Di810_drv.c253 if (entry->bound) drm_unbind_agp(entry->memory); in i810_takedown()
Dr128_drv.c261 if (entry->bound) drm_unbind_agp(entry->memory); in r128_takedown()
DdrmP.h498 unsigned long bound; /* address */ member
Dmga_drv.c253 if (entry->bound) drm_unbind_agp(entry->memory); in mga_takedown()
Dradeon_drv.c259 if (entry->bound) drm_unbind_agp(entry->memory); in radeon_takedown()
/linux-2.4.37.9/include/linux/
Dif_wanpipe.h43 unsigned char bound; member
/linux-2.4.37.9/arch/ia64/kernel/
Dsmpboot.c226 unsigned long flags, rt, master_time_stamp, bound; in ia64_sync_itc() local
251 bound = rt; in ia64_sync_itc()
/linux-2.4.37.9/Documentation/usb/
Dbluetooth.txt32 will print to the system log, which node the device has been bound to.
Duhci.txt134 are stored in urb->urb_list, so the allocated QH/TD descriptors are bound to
/linux-2.4.37.9/net/sched/
Dsch_api.c1097 int psched_tod_diff(int delta_sec, int bound) in psched_tod_diff() argument
1101 if (bound <= 1000000 || delta_sec > (0x7FFFFFFF/1000000)-1) in psched_tod_diff()
1102 return bound; in psched_tod_diff()
1104 if (delta > bound) in psched_tod_diff()
1105 delta = bound; in psched_tod_diff()
/linux-2.4.37.9/arch/m68k/ifpsp060/src/
Disp.S1908 # bound into d0 and the higher bound into d1.
1911 bsr.l _dmem_read_long # fetch long lower bound
1916 mov.l %d0,%d3 # save long lower bound
1918 mov.l %a2,%a0 # pass <ea> of long upper bound
1919 bsr.l _dmem_read_long # fetch long upper bound
1924 mov.l %d0,%d1 # long upper bound in d1
1925 mov.l %d3,%d0 # long lower bound in d0
/linux-2.4.37.9/arch/sparc64/kernel/
Dsmp.c238 unsigned long flags, rt, master_time_stamp, bound; in smp_synchronize_tick_client() local
259 bound = rt; in smp_synchronize_tick_client()
/linux-2.4.37.9/Documentation/isdn/
DREADME296 4. Either the channel is not bound exclusively to another Net-interface, or
297 it is bound AND the other checks apply to exactly this interface.
311 is pre-bound to a channel, this channel is used directly.
532 unbinds a previously bound interface.
DINTERFACE478 The call is not implicitely bound to a connection.
732 The call is not implicitely bound to a connection.
DREADME.sc64 channels can be specifically bound to particular interfaces.
/linux-2.4.37.9/arch/m68k/fpsp040/
Dscale.S168 cmpiw #0xffc0,%d1 |lower bound for normalization
/linux-2.4.37.9/arch/sparc/kernel/
Dhead.S695 or %g5, %lo(0x300000), %g5 ! upper bound 3MB
718 set 0x300000, %g5 ! upper bound 3MB
735 set 0x300000, %g5 ! upper bound 3MB
/linux-2.4.37.9/Documentation/networking/
Ddl2k.txt102 Once the driver has been compiled, it must be loaded, enabled, and bound
/linux-2.4.37.9/Documentation/
Dsmp.tex88 the locks to cover smaller areas. With the current kernel highly CPU bound
89 process sets perform well but I/O bound task sets can easily degenerate to

12