/linux-3.3/include/net/ |
D | pkt_sched.h | 57 psched_tdiff_bounded(psched_time_t tv1, psched_time_t tv2, psched_time_t bound) in psched_tdiff_bounded()
|
/linux-3.3/arch/tile/mm/ |
D | fault.c | 170 int bound = get_clock_rate(); in wait_for_migration() local
|
/linux-3.3/net/ieee802154/ |
D | dgram.c | 47 unsigned bound:1; member
|
/linux-3.3/drivers/net/wireless/brcm80211/brcmsmac/ |
D | ampdu.c | 76 #define MODADD_POW2(x, y, bound) (((x) + (y)) & ((bound) - 1)) argument 77 #define MODSUB_POW2(x, y, bound) (((x) - (y)) & ((bound) - 1)) argument
|
D | main.c | 995 brcms_b_txstatus(struct brcms_hardware *wlc_hw, bool bound, bool *fatal) in brcms_b_txstatus() 8088 brcms_b_recv(struct brcms_hardware *wlc_hw, uint fifo, bool bound) in brcms_b_recv()
|
/linux-3.3/net/can/ |
D | raw.c | 80 int bound; member
|
D | bcm.c | 120 int bound; member
|
/linux-3.3/arch/ia64/kernel/ |
D | smpboot.c | 295 unsigned long flags, rt, master_time_stamp, bound; in ia64_sync_itc() local
|
/linux-3.3/drivers/staging/vme/bridges/ |
D | vme_tsi148.c | 490 unsigned long long bound; in tsi148_find_error() local 524 unsigned long long bound; in tsi148_clear_errors() local
|
/linux-3.3/drivers/net/wireless/brcm80211/brcmsmac/phy/ |
D | phy_cmn.c | 45 #define MODINC(x, bound) MUX((x) == (bound) - 1, 0, (x) + 1) argument 48 #define MODDEC_POW2(x, bound) (((x) - 1) & ((bound) - 1)) argument 49 #define MODINC_POW2(x, bound) (((x) + 1) & ((bound) - 1)) argument
|
/linux-3.3/drivers/media/video/omap3isp/ |
D | ispccp2.c | 411 u64 bound; in ccp2_adjust_bandwidth() local
|
/linux-3.3/lib/ |
D | decompress_unlzma.c | 75 uint32_t bound; member
|
/linux-3.3/lib/xz/ |
D | xz_dec_lzma2.c | 499 uint32_t bound; in rc_bit() local
|
/linux-3.3/net/irda/ |
D | af_irda.c | 1638 int bound = 0; in irda_sendmsg_ultra() local
|
/linux-3.3/drivers/gpu/drm/ |
D | drm_fb_helper.c | 1410 bool bound = false, crtcs_bound = false; in drm_fb_helper_hotplug_event() local
|
/linux-3.3/drivers/net/wireless/rtlwifi/rtl8192c/ |
D | phy_common.c | 1180 u32 i, j, diff, simularity_bitmap, bound; in _rtl92c_phy_simularity_compare() local
|
/linux-3.3/drivers/net/wireless/rtlwifi/rtl8192de/ |
D | phy.c | 2332 u32 i, j, diff, sim_bitmap, bound; in _rtl92d_phy_simularity_compare() local
|
/linux-3.3/drivers/tty/vt/ |
D | vt.c | 3424 int i, bound = 0; in con_is_bound() local
|
/linux-3.3/include/drm/ |
D | drmP.h | 501 unsigned long bound; /**< address */ member
|