/linux-2.4.37.9/include/net/ |
D | pkt_sched.h | 319 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/ |
D | drm_agpsupport.h | 156 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()
|
D | drm_vm.h | 99 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()
|
D | drmP.h | 550 unsigned long bound; /* address */ member
|
D | drm_drv.h | 402 if ( entry->bound ) DRM(unbind_agp)( entry->memory ); in DRM()
|
/linux-2.4.37.9/drivers/char/drm-4.0/ |
D | agpsupport.c | 147 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()
|
D | i810_drv.c | 253 if (entry->bound) drm_unbind_agp(entry->memory); in i810_takedown()
|
D | r128_drv.c | 261 if (entry->bound) drm_unbind_agp(entry->memory); in r128_takedown()
|
D | drmP.h | 498 unsigned long bound; /* address */ member
|
D | mga_drv.c | 253 if (entry->bound) drm_unbind_agp(entry->memory); in mga_takedown()
|
D | radeon_drv.c | 259 if (entry->bound) drm_unbind_agp(entry->memory); in radeon_takedown()
|
/linux-2.4.37.9/include/linux/ |
D | if_wanpipe.h | 43 unsigned char bound; member
|
/linux-2.4.37.9/arch/ia64/kernel/ |
D | smpboot.c | 226 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/ |
D | bluetooth.txt | 32 will print to the system log, which node the device has been bound to.
|
D | uhci.txt | 134 are stored in urb->urb_list, so the allocated QH/TD descriptors are bound to
|
/linux-2.4.37.9/net/sched/ |
D | sch_api.c | 1097 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/ |
D | isp.S | 1908 # 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/ |
D | smp.c | 238 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/ |
D | README | 296 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.
|
D | INTERFACE | 478 The call is not implicitely bound to a connection. 732 The call is not implicitely bound to a connection.
|
D | README.sc | 64 channels can be specifically bound to particular interfaces.
|
/linux-2.4.37.9/arch/m68k/fpsp040/ |
D | scale.S | 168 cmpiw #0xffc0,%d1 |lower bound for normalization
|
/linux-2.4.37.9/arch/sparc/kernel/ |
D | head.S | 695 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/ |
D | dl2k.txt | 102 Once the driver has been compiled, it must be loaded, enabled, and bound
|
/linux-2.4.37.9/Documentation/ |
D | smp.tex | 88 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
|