/linux-3.3/fs/xfs/ |
D | xfs_buf.c | 52 # define XB_SET_OWNER(bp) ((bp)->b_last_holder = current->pid) argument 53 # define XB_CLEAR_OWNER(bp) ((bp)->b_last_holder = -1) argument 54 # define XB_GET_OWNER(bp) ((bp)->b_last_holder) argument 56 # define XB_SET_OWNER(bp) do { } while (0) argument 57 # define XB_CLEAR_OWNER(bp) do { } while (0) argument 58 # define XB_GET_OWNER(bp) do { } while (0) argument 71 struct xfs_buf *bp) in xfs_buf_is_vmapped() 85 struct xfs_buf *bp) in xfs_buf_vmap_len() 98 struct xfs_buf *bp) in xfs_buf_lru_add() 122 struct xfs_buf *bp) in xfs_buf_lru_del() [all …]
|
D | xfs_buf.h | 196 #define xfs_buf_islocked(bp) \ argument 212 #define xfs_buf_zero(bp, off, len) \ argument 215 static inline int xfs_buf_geterror(xfs_buf_t *bp) in xfs_buf_geterror() 232 #define XFS_BUF_ZEROFLAGS(bp) \ argument 237 #define XFS_BUF_UNSTALE(bp) ((bp)->b_flags &= ~XBF_STALE) argument 238 #define XFS_BUF_ISSTALE(bp) ((bp)->b_flags & XBF_STALE) argument 240 #define XFS_BUF_ISDELAYWRITE(bp) ((bp)->b_flags & XBF_DELWRI) argument 242 #define XFS_BUF_DONE(bp) ((bp)->b_flags |= XBF_DONE) argument 243 #define XFS_BUF_UNDONE(bp) ((bp)->b_flags &= ~XBF_DONE) argument 244 #define XFS_BUF_ISDONE(bp) ((bp)->b_flags & XBF_DONE) argument [all …]
|
D | xfs_trans_buf.c | 78 struct xfs_buf *bp, in _xfs_trans_bjoin() 119 struct xfs_buf *bp) in xfs_trans_bjoin() 141 xfs_buf_t *bp; in xfs_trans_get_buf() local 218 xfs_buf_t *bp; in xfs_trans_getsb() local 281 xfs_buf_t *bp; in xfs_trans_read_buf() local 458 xfs_buf_t *bp) in xfs_trans_brelse() 578 xfs_buf_t *bp) in xfs_trans_bhold() 598 xfs_buf_t *bp) in xfs_trans_bhold_release() 624 xfs_buf_t *bp, in xfs_trans_log_buf() 697 xfs_buf_t *bp) in xfs_trans_binval() [all …]
|
/linux-3.3/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_main.c | 218 static inline void __storm_memset_dma_mapping(struct bnx2x *bp, in __storm_memset_dma_mapping() 225 static inline void storm_memset_spq_addr(struct bnx2x *bp, in storm_memset_spq_addr() 234 static inline void storm_memset_vf_to_pf(struct bnx2x *bp, u16 abs_fid, in storm_memset_vf_to_pf() 247 static inline void storm_memset_func_en(struct bnx2x *bp, u16 abs_fid, in storm_memset_func_en() 260 static inline void storm_memset_eq_data(struct bnx2x *bp, in storm_memset_eq_data() 271 static inline void storm_memset_eq_prod(struct bnx2x *bp, u16 eq_prod, in storm_memset_eq_prod() 281 static void bnx2x_reg_wr_ind(struct bnx2x *bp, u32 addr, u32 val) in bnx2x_reg_wr_ind() 289 static u32 bnx2x_reg_rd_ind(struct bnx2x *bp, u32 addr) in bnx2x_reg_rd_ind() 307 static void bnx2x_dp_dmae(struct bnx2x *bp, struct dmae_command *dmae, in bnx2x_dp_dmae() 370 void bnx2x_post_dmae(struct bnx2x *bp, struct dmae_command *dmae, int idx) in bnx2x_post_dmae() [all …]
|
D | bnx2x_dcb.c | 55 static void bnx2x_read_data(struct bnx2x *bp, u32 *buff, in bnx2x_read_data() 63 static void bnx2x_write_data(struct bnx2x *bp, u32 *buff, in bnx2x_write_data() 71 static void bnx2x_pfc_set(struct bnx2x *bp) in bnx2x_pfc_set() 120 static void bnx2x_pfc_clear(struct bnx2x *bp) in bnx2x_pfc_clear() 150 static void bnx2x_dump_dcbx_drv_param(struct bnx2x *bp, in bnx2x_dump_dcbx_drv_param() 196 static void bnx2x_dcbx_get_ap_priority(struct bnx2x *bp, in bnx2x_dcbx_get_ap_priority() 217 static void bnx2x_dcbx_get_ap_feature(struct bnx2x *bp, in bnx2x_dcbx_get_ap_feature() 266 static void bnx2x_dcbx_get_ets_feature(struct bnx2x *bp, in bnx2x_dcbx_get_ets_feature() 317 static void bnx2x_dcbx_get_pfc_feature(struct bnx2x *bp, in bnx2x_dcbx_get_pfc_feature() 338 static void bnx2x_dcbx_map_nw(struct bnx2x *bp) in bnx2x_dcbx_map_nw() [all …]
|
D | bnx2x_cmn.c | 43 static inline void bnx2x_bz_fp(struct bnx2x *bp, int index) in bnx2x_bz_fp() 86 static inline void bnx2x_move_fp(struct bnx2x *bp, int from, int to) in bnx2x_move_fp() 104 static u16 bnx2x_free_tx_pkt(struct bnx2x *bp, struct bnx2x_fp_txdata *txdata, in bnx2x_free_tx_pkt() 174 int bnx2x_tx_int(struct bnx2x *bp, struct bnx2x_fp_txdata *txdata) in bnx2x_tx_int() 255 struct bnx2x *bp = fp->bp; in bnx2x_update_sge_prod() local 310 static u32 bnx2x_get_rxhash(const struct bnx2x *bp, in bnx2x_get_rxhash() 324 struct bnx2x *bp = fp->bp; in bnx2x_tpa_start() local 399 static inline u16 bnx2x_set_lro_mss(struct bnx2x *bp, u16 parsing_flags, in bnx2x_set_lro_mss() 426 static int bnx2x_fill_frag_skb(struct bnx2x *bp, struct bnx2x_fastpath *fp, in bnx2x_fill_frag_skb() 492 static void bnx2x_tpa_stop(struct bnx2x *bp, struct bnx2x_fastpath *fp, in bnx2x_tpa_stop() [all …]
|
D | bnx2x_cmn.h | 556 static inline void bnx2x_update_rx_prod_gen(struct bnx2x *bp, in bnx2x_update_rx_prod_gen() 588 static inline void bnx2x_igu_ack_sb_gen(struct bnx2x *bp, u8 igu_sb_id, in bnx2x_igu_ack_sb_gen() 609 static inline void bnx2x_igu_clear_sb_gen(struct bnx2x *bp, u8 func, in bnx2x_igu_clear_sb_gen() 657 static inline void bnx2x_hc_ack_sb(struct bnx2x *bp, u8 sb_id, in bnx2x_hc_ack_sb() 680 static inline void bnx2x_ack_sb(struct bnx2x *bp, u8 igu_sb_id, u8 storm, in bnx2x_ack_sb() 700 static inline u16 bnx2x_hc_ack_int(struct bnx2x *bp) in bnx2x_hc_ack_int() 713 static inline u16 bnx2x_igu_ack_int(struct bnx2x *bp) in bnx2x_igu_ack_int() 725 static inline u16 bnx2x_ack_int(struct bnx2x *bp) in bnx2x_ack_int() 741 static inline u16 bnx2x_tx_avail(struct bnx2x *bp, in bnx2x_tx_avail() 800 static inline void bnx2x_tx_disable(struct bnx2x *bp) in bnx2x_tx_disable() [all …]
|
D | bnx2x_stats.c | 42 static u16 bnx2x_get_port_stats_dma_len(struct bnx2x *bp) in bnx2x_get_port_stats_dma_len() 63 static void bnx2x_storm_stats_post(struct bnx2x *bp) in bnx2x_storm_stats_post() 95 static void bnx2x_hw_stats_post(struct bnx2x *bp) in bnx2x_hw_stats_post() 135 static int bnx2x_stats_comp(struct bnx2x *bp) in bnx2x_stats_comp() 156 static void bnx2x_stats_pmf_update(struct bnx2x *bp) in bnx2x_stats_pmf_update() 203 static void bnx2x_port_stats_init(struct bnx2x *bp) in bnx2x_port_stats_init() 425 static void bnx2x_func_stats_init(struct bnx2x *bp) in bnx2x_func_stats_init() 453 static void bnx2x_stats_start(struct bnx2x *bp) in bnx2x_stats_start() 465 static void bnx2x_stats_pmf_start(struct bnx2x *bp) in bnx2x_stats_pmf_start() 472 static void bnx2x_stats_restart(struct bnx2x *bp) in bnx2x_stats_restart() [all …]
|
D | bnx2x_ethtool.c | 182 static int bnx2x_get_port_type(struct bnx2x *bp) in bnx2x_get_port_type() 212 struct bnx2x *bp = netdev_priv(dev); in bnx2x_get_settings() local 262 struct bnx2x *bp = netdev_priv(dev); in bnx2x_set_settings() local 556 static inline bool bnx2x_is_reg_online(struct bnx2x *bp, in bnx2x_is_reg_online() 574 static inline const u32 *__bnx2x_get_page_addr_ar(struct bnx2x *bp) in __bnx2x_get_page_addr_ar() 584 static inline u32 __bnx2x_get_page_reg_num(struct bnx2x *bp) in __bnx2x_get_page_reg_num() 594 static inline const u32 *__bnx2x_get_page_write_ar(struct bnx2x *bp) in __bnx2x_get_page_write_ar() 604 static inline u32 __bnx2x_get_page_write_num(struct bnx2x *bp) in __bnx2x_get_page_write_num() 614 static inline const struct reg_addr *__bnx2x_get_page_read_ar(struct bnx2x *bp) in __bnx2x_get_page_read_ar() 624 static inline u32 __bnx2x_get_page_read_num(struct bnx2x *bp) in __bnx2x_get_page_read_num() [all …]
|
D | bnx2x_init_ops.h | 20 #define BP_ILT(bp) NULL argument 24 #define BP_FUNC(bp) 0 argument 28 #define BP_PORT(bp) 0 argument 49 static void bnx2x_init_str_wr(struct bnx2x *bp, u32 addr, in bnx2x_init_str_wr() 58 static void bnx2x_init_ind_wr(struct bnx2x *bp, u32 addr, in bnx2x_init_ind_wr() 67 static void bnx2x_write_big_buf(struct bnx2x *bp, u32 addr, u32 len, in bnx2x_write_big_buf() 82 static void bnx2x_init_fill(struct bnx2x *bp, u32 addr, int fill, in bnx2x_init_fill() 98 static void bnx2x_write_big_buf_wb(struct bnx2x *bp, u32 addr, u32 len) in bnx2x_write_big_buf_wb() 106 static void bnx2x_init_wr_64(struct bnx2x *bp, u32 addr, in bnx2x_init_wr_64() 145 static const u8 *bnx2x_sel_blob(struct bnx2x *bp, u32 addr, in bnx2x_sel_blob() [all …]
|
D | bnx2x_sp.c | 48 static inline void bnx2x_exe_queue_init(struct bnx2x *bp, in bnx2x_exe_queue_init() 79 static inline void bnx2x_exe_queue_free_elem(struct bnx2x *bp, in bnx2x_exe_queue_free_elem() 111 static inline int bnx2x_exe_queue_add(struct bnx2x *bp, in bnx2x_exe_queue_add() 151 struct bnx2x *bp, in __bnx2x_exe_queue_reset_pending() 165 static inline void bnx2x_exe_queue_reset_pending(struct bnx2x *bp, in bnx2x_exe_queue_reset_pending() 186 static inline int bnx2x_exe_queue_step(struct bnx2x *bp, in bnx2x_exe_queue_step() 275 struct bnx2x *bp) in bnx2x_exe_queue_alloc_elem() 309 static inline int bnx2x_state_wait(struct bnx2x *bp, int state, in bnx2x_state_wait() 345 static int bnx2x_raw_wait(struct bnx2x *bp, struct bnx2x_raw_obj *raw) in bnx2x_raw_wait() 448 static int bnx2x_get_n_elements(struct bnx2x *bp, struct bnx2x_vlan_mac_obj *o, in bnx2x_get_n_elements() [all …]
|
D | bnx2x_link.c | 308 static u32 bnx2x_bits_en(struct bnx2x *bp, u32 reg, u32 bits) in bnx2x_bits_en() 317 static u32 bnx2x_bits_dis(struct bnx2x *bp, u32 reg, u32 bits) in bnx2x_bits_dis() 329 static void bnx2x_get_epio(struct bnx2x *bp, u32 epio_pin, u32 *en) in bnx2x_get_epio() 346 static void bnx2x_set_epio(struct bnx2x *bp, u32 epio_pin, u32 en) in bnx2x_set_epio() 371 static void bnx2x_set_cfg_pin(struct bnx2x *bp, u32 pin_cfg, u32 val) in bnx2x_set_cfg_pin() 384 static u32 bnx2x_get_cfg_pin(struct bnx2x *bp, u32 pin_cfg, u32 *val) in bnx2x_get_cfg_pin() 404 struct bnx2x *bp = params->bp; in bnx2x_ets_e2e3a0_disabled() local 501 struct bnx2x *bp = params->bp; in bnx2x_ets_e3b0_set_credit_upper_bound_nig() local 539 struct bnx2x *bp = params->bp; in bnx2x_ets_e3b0_nig_disabled() local 630 struct bnx2x *bp = params->bp; in bnx2x_ets_e3b0_set_credit_upper_bound_pbf() local [all …]
|
D | bnx2x.h | 141 #define REG_ADDR(bp, offset) ((bp->regview) + (offset)) argument 143 #define REG_RD(bp, offset) readl(REG_ADDR(bp, offset)) argument 144 #define REG_RD8(bp, offset) readb(REG_ADDR(bp, offset)) argument 145 #define REG_RD16(bp, offset) readw(REG_ADDR(bp, offset)) argument 147 #define REG_WR(bp, offset, val) writel((u32)val, REG_ADDR(bp, offset)) argument 148 #define REG_WR8(bp, offset, val) writeb((u8)val, REG_ADDR(bp, offset)) argument 149 #define REG_WR16(bp, offset, val) writew((u16)val, REG_ADDR(bp, offset)) argument 151 #define REG_RD_IND(bp, offset) bnx2x_reg_rd_ind(bp, offset) argument 152 #define REG_WR_IND(bp, offset, val) bnx2x_reg_wr_ind(bp, offset, val) argument 154 #define REG_RD_DMAE(bp, offset, valp, len32) \ argument [all …]
|
/linux-3.3/drivers/net/ethernet/broadcom/ |
D | bnx2.c | 251 static inline u32 bnx2_tx_avail(struct bnx2 *bp, struct bnx2_tx_ring_info *txr) in bnx2_tx_avail() 271 bnx2_reg_rd_ind(struct bnx2 *bp, u32 offset) in bnx2_reg_rd_ind() 283 bnx2_reg_wr_ind(struct bnx2 *bp, u32 offset, u32 val) in bnx2_reg_wr_ind() 292 bnx2_shmem_wr(struct bnx2 *bp, u32 offset, u32 val) in bnx2_shmem_wr() 298 bnx2_shmem_rd(struct bnx2 *bp, u32 offset) in bnx2_shmem_rd() 304 bnx2_ctx_wr(struct bnx2 *bp, u32 cid_addr, u32 offset, u32 val) in bnx2_ctx_wr() 331 struct bnx2 *bp = netdev_priv(dev); in bnx2_drv_ctl() local 350 static void bnx2_setup_cnic_irq_info(struct bnx2 *bp) in bnx2_setup_cnic_irq_info() 380 struct bnx2 *bp = netdev_priv(dev); in bnx2_register_cnic() local 405 struct bnx2 *bp = netdev_priv(dev); in bnx2_unregister_cnic() local [all …]
|
D | b44.c | 164 static inline unsigned long br32(const struct b44 *bp, unsigned long reg) in br32() 169 static inline void bw32(const struct b44 *bp, in bw32() 175 static int b44_wait_bit(struct b44 *bp, unsigned long reg, in b44_wait_bit() 199 static inline void __b44_cam_read(struct b44 *bp, unsigned char *data, int index) in __b44_cam_read() 221 static inline void __b44_cam_write(struct b44 *bp, unsigned char *data, int index) in __b44_cam_write() 239 static inline void __b44_disable_ints(struct b44 *bp) in __b44_disable_ints() 244 static void b44_disable_ints(struct b44 *bp) in b44_disable_ints() 252 static void b44_enable_ints(struct b44 *bp) in b44_enable_ints() 257 static int __b44_readphy(struct b44 *bp, int phy_addr, int reg, u32 *val) in __b44_readphy() 273 static int __b44_writephy(struct b44 *bp, int phy_addr, int reg, u32 val) in __b44_writephy() [all …]
|
/linux-3.3/drivers/net/ethernet/cadence/ |
D | macb.c | 43 #define TX_RING_GAP(bp) \ argument 45 #define TX_BUFFS_AVAIL(bp) \ argument 59 static void __macb_set_hwaddr(struct macb *bp) in __macb_set_hwaddr() 70 static void __init macb_get_hwaddr(struct macb *bp) in macb_get_hwaddr() 96 struct macb *bp = bus->priv; in macb_mdio_read() local 117 struct macb *bp = bus->priv; in macb_mdio_write() local 140 struct macb *bp = netdev_priv(dev); in macb_handle_link_change() local 195 struct macb *bp = netdev_priv(dev); in macb_mii_probe() local 228 static int macb_mii_init(struct macb *bp) in macb_mii_init() 285 static void macb_update_stats(struct macb *bp) in macb_update_stats() [all …]
|
/linux-3.3/kernel/events/ |
D | hw_breakpoint.c | 80 __weak int hw_breakpoint_weight(struct perf_event *bp) in hw_breakpoint_weight() 85 static inline enum bp_type_idx find_slot_idx(struct perf_event *bp) in find_slot_idx() 114 static int task_bp_pinned(struct perf_event *bp, enum bp_type_idx type) in task_bp_pinned() 133 fetch_bp_busy_slots(struct bp_busy_slots *slots, struct perf_event *bp, in fetch_bp_busy_slots() 183 static void toggle_bp_task_slot(struct perf_event *bp, int cpu, bool enable, in toggle_bp_task_slot() 212 toggle_bp_slot(struct perf_event *bp, bool enable, enum bp_type_idx type, in toggle_bp_slot() 247 __weak void arch_unregister_hw_breakpoint(struct perf_event *bp) in arch_unregister_hw_breakpoint() 296 static int __reserve_bp_slot(struct perf_event *bp) in __reserve_bp_slot() 330 int reserve_bp_slot(struct perf_event *bp) in reserve_bp_slot() 343 static void __release_bp_slot(struct perf_event *bp) in __release_bp_slot() [all …]
|
/linux-3.3/drivers/net/ethernet/ |
D | dnet.c | 31 static u16 dnet_readw_mac(struct dnet *bp, u16 reg) in dnet_readw_mac() 50 static void dnet_writew_mac(struct dnet *bp, u16 reg, u16 val) in dnet_writew_mac() 63 static void __dnet_set_hwaddr(struct dnet *bp) in __dnet_set_hwaddr() 75 static void __devinit dnet_get_hwaddr(struct dnet *bp) in dnet_get_hwaddr() 105 struct dnet *bp = bus->priv; in dnet_mdio_read() local 138 struct dnet *bp = bus->priv; in dnet_mdio_write() local 181 struct dnet *bp = netdev_priv(dev); in dnet_handle_link_change() local 262 struct dnet *bp = netdev_priv(dev); in dnet_mii_probe() local 315 static int dnet_mii_init(struct dnet *bp) in dnet_mii_init() 369 static void dnet_update_stats(struct dnet *bp) in dnet_update_stats() [all …]
|
/linux-3.3/drivers/net/ethernet/sun/ |
D | sunbmac.c | 99 static void qec_init(struct bigmac *bp) in qec_init() 166 static void bigmac_stop(struct bigmac *bp) in bigmac_stop() 172 static void bigmac_get_counters(struct bigmac *bp, void __iomem *bregs) in bigmac_get_counters() 194 static void bigmac_clean_rings(struct bigmac *bp) in bigmac_clean_rings() 213 static void bigmac_init_rings(struct bigmac *bp, int from_irq) in bigmac_init_rings() 271 static void write_tcvr_bit(struct bigmac *bp, void __iomem *tregs, int bit) in write_tcvr_bit() 294 static int read_tcvr_bit(struct bigmac *bp, void __iomem *tregs) in read_tcvr_bit() 317 static int read_tcvr_bit2(struct bigmac *bp, void __iomem *tregs) in read_tcvr_bit2() 339 static void put_tcvr_byte(struct bigmac *bp, in put_tcvr_byte() 351 static void bigmac_tcvr_write(struct bigmac *bp, void __iomem *tregs, in bigmac_tcvr_write() [all …]
|
/linux-3.3/drivers/net/fddi/ |
D | defxx.c | 365 static inline void dfx_writel(DFX_board_t *bp, int offset, u32 data) in dfx_writel() 371 static inline void dfx_outl(DFX_board_t *bp, int offset, u32 data) in dfx_outl() 376 static void dfx_port_write_long(DFX_board_t *bp, int offset, u32 data) in dfx_port_write_long() 389 static inline void dfx_readl(DFX_board_t *bp, int offset, u32 *data) in dfx_readl() 395 static inline void dfx_inl(DFX_board_t *bp, int offset, u32 *data) in dfx_inl() 400 static void dfx_port_read_long(DFX_board_t *bp, int offset, u32 *data) in dfx_port_read_long() 526 DFX_board_t *bp; /* board pointer */ in dfx_register() local 668 DFX_board_t *bp = netdev_priv(dev); in dfx_bus_init() local 814 DFX_board_t *bp = netdev_priv(dev); in dfx_bus_uninit() local 869 static void __devinit dfx_bus_config_check(DFX_board_t *bp) in dfx_bus_config_check() [all …]
|
/linux-3.3/include/linux/ |
D | hw_breakpoint.h | 58 static inline unsigned long hw_breakpoint_addr(struct perf_event *bp) in hw_breakpoint_addr() 63 static inline int hw_breakpoint_type(struct perf_event *bp) in hw_breakpoint_type() 68 static inline unsigned long hw_breakpoint_len(struct perf_event *bp) in hw_breakpoint_len() 109 static inline struct arch_hw_breakpoint *counter_arch_bp(struct perf_event *bp) in counter_arch_bp() 124 modify_user_hw_breakpoint(struct perf_event *bp, in modify_user_hw_breakpoint() 136 register_perf_hw_breakpoint(struct perf_event *bp) { return -ENOSYS; } in register_perf_hw_breakpoint() 138 __register_perf_hw_breakpoint(struct perf_event *bp) { return -ENOSYS; } in __register_perf_hw_breakpoint() 139 static inline void unregister_hw_breakpoint(struct perf_event *bp) { } in unregister_hw_breakpoint() 143 reserve_bp_slot(struct perf_event *bp) {return -ENOSYS; } in reserve_bp_slot() 144 static inline void release_bp_slot(struct perf_event *bp) { } in release_bp_slot() [all …]
|
/linux-3.3/kernel/debug/kdb/ |
D | kdb_bp.c | 40 static char *kdb_bptype(kdb_bp_t *bp) in kdb_bptype() 48 static int kdb_parsebp(int argc, const char **argv, int *nextargp, kdb_bp_t *bp) in kdb_parsebp() 92 static int _kdb_bp_remove(kdb_bp_t *bp) in _kdb_bp_remove() 108 static void kdb_handle_bp(struct pt_regs *regs, kdb_bp_t *bp) in kdb_handle_bp() 125 static int _kdb_bp_install(struct pt_regs *regs, kdb_bp_t *bp) in _kdb_bp_install() 174 kdb_bp_t *bp = &kdb_breakpoints[i]; in kdb_bp_install() local 205 kdb_bp_t *bp = &kdb_breakpoints[i]; in kdb_bp_remove() local 233 static void kdb_printbp(kdb_bp_t *bp, int i) in kdb_printbp() 275 kdb_bp_t *bp, *bp_check; in kdb_bp() local 375 kdb_bp_t *bp = NULL; in kdb_bc() local [all …]
|
/linux-3.3/fs/afs/ |
D | fsclient.c | 24 const __be32 *bp = *_bp; in xdr_decode_AFSFid() local 41 const __be32 *bp = *_bp; in xdr_decode_AFSFetchStatus() local 131 const __be32 *bp = *_bp; in xdr_decode_AFSCallBack() local 143 const __be32 *bp = *_bp; in xdr_decode_AFSCallBack_raw() local 157 const __be32 *bp = *_bp; in xdr_decode_AFSVolSync() local 173 __be32 *bp = *_bp; in xdr_encode_AFS_StoreStatus() local 212 const __be32 *bp = *_bp; in xdr_decode_AFSFetchVolumeStatus() local 236 const __be32 *bp; in afs_deliver_fs_fetch_status() local 278 __be32 *bp; in afs_fs_fetch_file_status() local 310 const __be32 *bp; in afs_deliver_fs_fetch_data() local [all …]
|
/linux-3.3/drivers/media/video/pvrusb2/ |
D | pvrusb2-io.c | 36 #define BUFFER_CHECK(bp) do { \ argument 46 #define BUFFER_CHECK(bp) do {} while(0) argument 113 static void pvr2_buffer_describe(struct pvr2_buffer *bp,const char *msg) in pvr2_buffer_describe() 130 static void pvr2_buffer_remove(struct pvr2_buffer *bp) in pvr2_buffer_remove() 165 static void pvr2_buffer_set_none(struct pvr2_buffer *bp) in pvr2_buffer_set_none() 181 static int pvr2_buffer_set_ready(struct pvr2_buffer *bp) in pvr2_buffer_set_ready() 209 static void pvr2_buffer_set_idle(struct pvr2_buffer *bp) in pvr2_buffer_set_idle() 234 static void pvr2_buffer_set_queued(struct pvr2_buffer *bp) in pvr2_buffer_set_queued() 259 static void pvr2_buffer_wipe(struct pvr2_buffer *bp) in pvr2_buffer_wipe() 266 static int pvr2_buffer_init(struct pvr2_buffer *bp, in pvr2_buffer_init() [all …]
|
/linux-3.3/arch/powerpc/kernel/ |
D | hw_breakpoint.c | 64 int arch_install_hw_breakpoint(struct perf_event *bp) in arch_install_hw_breakpoint() 90 void arch_uninstall_hw_breakpoint(struct perf_event *bp) in arch_uninstall_hw_breakpoint() 107 void arch_unregister_hw_breakpoint(struct perf_event *bp) in arch_unregister_hw_breakpoint() 121 int arch_check_bp_in_kernelspace(struct perf_event *bp) in arch_check_bp_in_kernelspace() 149 int arch_validate_hwbkpt_settings(struct perf_event *bp) in arch_validate_hwbkpt_settings() 210 struct perf_event *bp; in hw_breakpoint_handler() local 296 struct perf_event *bp = NULL; in single_step_dabr_instruction() local 360 void hw_breakpoint_pmu_read(struct perf_event *bp) in hw_breakpoint_pmu_read()
|