Searched defs:bf (Results 1 - 92 of 92) sorted by relevance

/linux-4.4.14/arch/powerpc/include/asm/
H A Dkvm_booke_hv_asm.h61 bf 3, 1975f variable
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/core/
H A Denum.c42 nvkm_snprintbf(char *data, int size, const struct nvkm_bitfield *bf, u32 value) nvkm_snprintbf() argument
/linux-4.4.14/tools/perf/util/
H A Dtop.c24 size_t perf_top__header_snprintf(struct perf_top *top, char *bf, size_t size) perf_top__header_snprintf() argument
H A Dcolor.c45 static int __color_vsnprintf(char *bf, size_t size, const char *color, __color_vsnprintf() argument
94 int color_vsnprintf(char *bf, size_t size, const char *color, color_vsnprintf() argument
105 int color_snprintf(char *bf, size_t size, const char *color, color_snprintf() argument
185 int value_color_snprintf(char *bf, size_t size, const char *fmt, double value) value_color_snprintf() argument
191 int percent_color_snprintf(char *bf, size_t size, const char *fmt, ...) percent_color_snprintf() argument
202 int percent_color_len_snprintf(char *bf, size_t size, const char *fmt, ...) percent_color_len_snprintf() argument
H A Dsymbol-minimal.c29 static int read_build_id(void *note_data, size_t note_len, void *bf, read_build_id() argument
82 int filename__read_build_id(const char *filename, void *bf, size_t size) filename__read_build_id() argument
H A Dbuild-id.c82 int build_id__sprintf(const u8 *build_id, int len, char *bf) build_id__sprintf() argument
148 static char *build_id__filename(const char *sbuild_id, char *bf, size_t size) build_id__filename() argument
158 char *dso__build_id_filename(const struct dso *dso, char *bf, size_t size) dso__build_id_filename() argument
H A Dutil.h297 static inline int path__join(char *bf, size_t size, path__join() argument
303 static inline int path__join3(char *bf, size_t size, path__join3() argument
H A Dcallchain.c773 callchain_list__sym_name(struct callchain_list *cl, char *bf, size_t bfsize, bool show_dso) callchain_list__sym_name() argument
H A Devent.c68 char bf[4096]; perf_event__get_comm_ids() local
253 char bf[BUFSIZ]; perf_event__synthesize_mmap_events() local
H A Dutil.c544 void *bf = NULL, *nbf; filename__read_str() local
H A Dsymbol.h140 static inline int __symbol__join_symfs(char *bf, size_t size, const char *path) __symbol__join_symfs() argument
H A Dannotate.c41 static int ins__raw_scnprintf(struct ins *ins, char *bf, size_t size, ins__raw_scnprintf() argument
47 int ins__scnprintf(struct ins *ins, char *bf, size_t size, ins__scnprintf() argument
93 static int call__scnprintf(struct ins *ins, char *bf, size_t size, call__scnprintf() argument
129 static int jump__scnprintf(struct ins *ins, char *bf, size_t size, jump__scnprintf() argument
201 static int lock__scnprintf(struct ins *ins, char *bf, size_t size, lock__scnprintf() argument
284 static int mov__scnprintf(struct ins *ins, char *bf, size_t size, mov__scnprintf() argument
326 static int dec__scnprintf(struct ins *ins, char *bf, size_t size, dec__scnprintf() argument
338 static int nop__scnprintf(struct ins *ins __maybe_unused, char *bf, size_t size, nop__scnprintf() argument
758 int disasm_line__scnprintf(struct disasm_line *dl, char *bf, size_t size, bool raw) disasm_line__scnprintf() argument
1118 char bf[BUILD_ID_SIZE * 2 + 16] = " with build id "; symbol__annotate() local
H A Devlist.c1506 char bf; perf_evlist__prepare_workload() local
1618 char bf = 0; perf_evlist__start_workload() local
H A Devsel.c292 static int perf_evsel__add_modifiers(struct perf_evsel *evsel, char *bf, size_t size) perf_evsel__add_modifiers() argument
328 static int perf_evsel__hw_name(struct perf_evsel *evsel, char *bf, size_t size) perf_evsel__hw_name() argument
354 static int perf_evsel__sw_name(struct perf_evsel *evsel, char *bf, size_t size) perf_evsel__sw_name() argument
360 static int __perf_evsel__bp_name(char *bf, size_t size, u64 addr, u64 type) __perf_evsel__bp_name() argument
378 static int perf_evsel__bp_name(struct perf_evsel *evsel, char *bf, size_t size) perf_evsel__bp_name() argument
451 static int __perf_evsel__hw_cache_name(u64 config, char *bf, size_t size) __perf_evsel__hw_cache_name() argument
478 static int perf_evsel__hw_cache_name(struct perf_evsel *evsel, char *bf, size_t size) perf_evsel__hw_cache_name() argument
484 static int perf_evsel__raw_name(struct perf_evsel *evsel, char *bf, size_t size) perf_evsel__raw_name() argument
492 char bf[128]; perf_evsel__name() local
438 __perf_evsel__hw_cache_type_op_res_name(u8 type, u8 op, u8 result, char *bf, size_t size) __perf_evsel__hw_cache_type_op_res_name() argument
H A Dheader.c77 int write_padded(int fd, const void *bf, size_t count, size_t count_aligned) write_padded() argument
2512 char bf[128]; perf_evsel__prepare_tracepoint_event() local
H A Dmachine.c283 char *machine__mmap_name(struct machine *machine, char *bf, size_t size) machine__mmap_name() argument
675 char bf[PATH_MAX]; machine__get_kernel() local
H A Dsort.c28 static int repsep_snprintf(char *bf, size_t size, const char *fmt, ...) repsep_snprintf() argument
70 static int hist_entry__thread_snprintf(struct hist_entry *he, char *bf, hist_entry__thread_snprintf() argument
109 static int hist_entry__comm_snprintf(struct hist_entry *he, char *bf, hist_entry__comm_snprintf() argument
152 static int _hist_entry__dso_snprintf(struct map *map, char *bf, _hist_entry__dso_snprintf() argument
164 static int hist_entry__dso_snprintf(struct hist_entry *he, char *bf, hist_entry__dso_snprintf() argument
267 static int hist_entry__sym_snprintf(struct hist_entry *he, char *bf, hist_entry__sym_snprintf() argument
310 static int hist_entry__srcline_snprintf(struct hist_entry *he, char *bf, hist_entry__srcline_snprintf() argument
363 static int hist_entry__srcfile_snprintf(struct hist_entry *he, char *bf, hist_entry__srcfile_snprintf() argument
390 static int hist_entry__parent_snprintf(struct hist_entry *he, char *bf, hist_entry__parent_snprintf() argument
412 static int hist_entry__cpu_snprintf(struct hist_entry *he, char *bf, hist_entry__cpu_snprintf() argument
433 static int hist_entry__socket_snprintf(struct hist_entry *he, char *bf, hist_entry__socket_snprintf() argument
458 static int hist_entry__dso_from_snprintf(struct hist_entry *he, char *bf, hist_entry__dso_from_snprintf() argument
478 static int hist_entry__dso_to_snprintf(struct hist_entry *he, char *bf, hist_entry__dso_to_snprintf() argument
523 static int hist_entry__sym_from_snprintf(struct hist_entry *he, char *bf, hist_entry__sym_from_snprintf() argument
536 static int hist_entry__sym_to_snprintf(struct hist_entry *he, char *bf, hist_entry__sym_to_snprintf() argument
590 static int hist_entry__mispredict_snprintf(struct hist_entry *he, char *bf, hist_entry__mispredict_snprintf() argument
611 static int hist_entry__cycles_snprintf(struct hist_entry *he, char *bf, hist_entry__cycles_snprintf() argument
641 static int hist_entry__daddr_snprintf(struct hist_entry *he, char *bf, hist_entry__daddr_snprintf() argument
670 static int hist_entry__iaddr_snprintf(struct hist_entry *he, char *bf, hist_entry__iaddr_snprintf() argument
700 static int hist_entry__dso_daddr_snprintf(struct hist_entry *he, char *bf, hist_entry__dso_daddr_snprintf() argument
730 static int hist_entry__locked_snprintf(struct hist_entry *he, char *bf, hist_entry__locked_snprintf() argument
779 static int hist_entry__tlb_snprintf(struct hist_entry *he, char *bf, hist_entry__tlb_snprintf() argument
856 static int hist_entry__lvl_snprintf(struct hist_entry *he, char *bf, hist_entry__lvl_snprintf() argument
924 static int hist_entry__snoop_snprintf(struct hist_entry *he, char *bf, hist_entry__snoop_snprintf() argument
1024 static int hist_entry__dcacheline_snprintf(struct hist_entry *he, char *bf, hist_entry__dcacheline_snprintf() argument
1070 static int hist_entry__local_weight_snprintf(struct hist_entry *he, char *bf, hist_entry__local_weight_snprintf() argument
1089 static int hist_entry__global_weight_snprintf(struct hist_entry *he, char *bf, hist_entry__global_weight_snprintf() argument
1168 static int hist_entry__abort_snprintf(struct hist_entry *he, char *bf, hist_entry__abort_snprintf() argument
1200 static int hist_entry__in_tx_snprintf(struct hist_entry *he, char *bf, hist_entry__in_tx_snprintf() argument
1263 static int hist_entry__transaction_snprintf(struct hist_entry *he, char *bf, hist_entry__transaction_snprintf() argument
228 _hist_entry__sym_snprintf(struct map *map, struct symbol *sym, u64 ip, char level, char *bf, size_t size, unsigned int width) _hist_entry__sym_snprintf() argument
H A Dsymbol-elf.c349 static int elf_read_build_id(Elf *elf, void *bf, size_t size) elf_read_build_id() argument
428 int filename__read_build_id(const char *filename, void *bf, size_t size) filename__read_build_id() argument
467 char bf[BUFSIZ]; sysfs__read_build_id() local
H A Dsymbol.c1866 char bf[PATH_MAX]; vmlinux_path__init() local
/linux-4.4.14/drivers/net/wireless/ath/ath5k/
H A Ddebug.h161 ath5k_debug_printtxbuf(struct ath5k_hw *ah, struct ath5k_buf *bf) {} argument
H A Ddebug.c837 struct ath5k_buf *bf, *bf0; read_file_queue() local
1082 ath5k_debug_printrxbuf(struct ath5k_buf *bf, int done, ath5k_debug_printrxbuf() argument
1100 struct ath5k_buf *bf; ath5k_debug_printrxbuffs() local
1121 ath5k_debug_printtxbuf(struct ath5k_hw *ah, struct ath5k_buf *bf) ath5k_debug_printtxbuf() argument
H A Dbase.c629 ath5k_rxbuf_setup(struct ath5k_hw *ah, struct ath5k_buf *bf) ath5k_rxbuf_setup() argument
732 ath5k_txbuf_setup(struct ath5k_hw *ah, struct ath5k_buf *bf, ath5k_txbuf_setup() argument
857 struct ath5k_buf *bf; ath5k_desc_alloc() local
919 ath5k_txbuf_free_skb(struct ath5k_hw *ah, struct ath5k_buf *bf) ath5k_txbuf_free_skb() argument
933 ath5k_rxbuf_free_skb(struct ath5k_hw *ah, struct ath5k_buf *bf) ath5k_rxbuf_free_skb() argument
951 struct ath5k_buf *bf; ath5k_desc_free() local
1114 struct ath5k_buf *bf, *bf0; ath5k_drain_tx_buffs() local
1164 struct ath5k_buf *bf; ath5k_rx_start() local
1547 struct ath5k_buf *bf; ath5k_tasklet_rx() local
1615 struct ath5k_buf *bf; ath5k_tx_queue() local
1736 struct ath5k_buf *bf, *bf0; ath5k_tx_processq() local
1810 ath5k_beacon_setup(struct ath5k_hw *ah, struct ath5k_buf *bf) ath5k_beacon_setup() argument
1933 struct ath5k_buf *bf; ath5k_beacon_send() local
696 ath5k_get_rate(const struct ieee80211_hw *hw, const struct ieee80211_tx_info *info, struct ath5k_buf *bf, int idx) ath5k_get_rate() argument
712 ath5k_get_rate_hw_value(const struct ieee80211_hw *hw, const struct ieee80211_tx_info *info, struct ath5k_buf *bf, int idx) ath5k_get_rate_hw_value() argument
1667 ath5k_tx_frame_completed(struct ath5k_hw *ah, struct sk_buff *skb, struct ath5k_txq *txq, struct ath5k_tx_status *ts, struct ath5k_buf *bf) ath5k_tx_frame_completed() argument
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/
H A Dpd.c172 int mlx4_bf_alloc(struct mlx4_dev *dev, struct mlx4_bf *bf, int node) mlx4_bf_alloc() argument
244 void mlx4_bf_free(struct mlx4_dev *dev, struct mlx4_bf *bf) mlx4_bf_free() argument
H A Dmlx4_en.h273 struct mlx4_bf bf; member in struct:mlx4_en_tx_ring
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/
H A Duar.c128 struct mlx5_bf *bf; mlx5_alloc_uuars() local
H A Den_tx.c170 bool bf = false; mlx5e_sq_xmit() local
120 mlx5e_get_inline_hdr_size(struct mlx5e_sq *sq, struct sk_buff *skb, bool bf) mlx5e_get_inline_hdr_size() argument
/linux-4.4.14/drivers/crypto/sunxi-ss/
H A Dsun4i-ss-hash.c351 u32 bf[32]; sun4i_hash_final() local
/linux-4.4.14/scripts/kconfig/
H A Dkxgettext.c12 static char *escape(const char* text, char *bf, int len) escape() argument
153 char bf[16384]; message__add() local
/linux-4.4.14/drivers/uwb/
H A Dbeacon.c338 struct uwb_beacon_frame *bf; uwb_bce_print_IEs() local
365 struct uwb_beacon_frame *bf; uwb_verify_beacon() local
398 struct uwb_beacon_frame *bf; uwbd_evt_handle_rc_beacon() local
264 __uwb_beca_add(struct uwb_rc *rc, struct uwb_rc_evt_beacon *be, struct uwb_beacon_frame *bf, unsigned long ts_jiffies) __uwb_beca_add() argument
314 uwb_beacon_print(struct uwb_rc *rc, struct uwb_rc_evt_beacon *be, struct uwb_beacon_frame *bf) uwb_beacon_print() argument
H A Dlc-dev.c151 struct uwb_beacon_frame *bf; uwb_dev_BPST_show() local
/linux-4.4.14/drivers/video/fbdev/geode/
H A Dgx1fb_core.c150 static inline u_int chan_to_field(u_int chan, struct fb_bitfield *bf) chan_to_field() argument
H A Dgxfb_core.c185 static inline u_int chan_to_field(u_int chan, struct fb_bitfield *bf) chan_to_field() argument
H A Dlxfb_core.c292 static inline u_int chan_to_field(u_int chan, struct fb_bitfield *bf) chan_to_field() argument
/linux-4.4.14/drivers/video/fbdev/
H A Dgoldfishfb.c72 static inline u32 convert_bitfield(int val, struct fb_bitfield *bf) convert_bitfield() argument
H A Dpxa168fb.c477 static unsigned int chan_to_field(unsigned int chan, struct fb_bitfield *bf) chan_to_field() argument
H A Dvt8500lcdfb.c140 static inline u_int chan_to_field(u_int chan, struct fb_bitfield *bf) chan_to_field() argument
H A Dwm8505fb.c187 static inline u_int chan_to_field(u_int chan, struct fb_bitfield *bf) chan_to_field() argument
H A Dnuc900fb.c292 chan_to_field(unsigned int chan, struct fb_bitfield *bf) chan_to_field() argument
H A Dsa1100fb.c247 static inline u_int chan_to_field(u_int chan, struct fb_bitfield *bf) chan_to_field() argument
H A Damba-clcd.c329 static inline u32 convert_bitfield(int val, struct fb_bitfield *bf) convert_bitfield() argument
H A Ds3c2410fb.c478 chan_to_field(unsigned int chan, struct fb_bitfield *bf) chan_to_field() argument
H A Dsm712fb.c822 chan_to_field(unsigned int chan, struct fb_bitfield *bf) chan_to_field() argument
H A Datmel_lcdfb.c774 static inline unsigned int chan_to_field(unsigned int chan, const struct fb_bitfield *bf) chan_to_field() argument
H A Dimxfb.c247 static inline u_int chan_to_field(u_int chan, struct fb_bitfield *bf) chan_to_field() argument
H A Djz4740_fb.c237 jzfb_convert_color_to_hw(unsigned val, struct fb_bitfield *bf) jzfb_convert_color_to_hw() argument
H A Dcyber2000fb.c265 static inline u32 convert_bitfield(u_int val, struct fb_bitfield *bf) convert_bitfield() argument
H A Dhyperv_fb.c579 static inline u32 chan_to_field(u32 chan, struct fb_bitfield *bf) chan_to_field() argument
H A Dmx3fb.c1021 static u32 chan_to_field(unsigned int chan, struct fb_bitfield *bf) chan_to_field() argument
H A Dmxsfb.c262 static inline unsigned chan_to_field(unsigned chan, struct fb_bitfield *bf) chan_to_field() argument
H A Dpxafb.c130 static inline u_int chan_to_field(u_int chan, struct fb_bitfield *bf) chan_to_field() argument
H A Ds3c-fb.c725 chan_to_field(unsigned int chan, struct fb_bitfield *bf) chan_to_field() argument
H A Dsm501fb.c901 chan_to_field(unsigned int chan, struct fb_bitfield *bf) chan_to_field() argument
/linux-4.4.14/drivers/video/fbdev/mmp/fb/
H A Dmmpfb.c312 static unsigned int chan_to_field(unsigned int chan, struct fb_bitfield *bf) chan_to_field() argument
/linux-4.4.14/drivers/media/dvb-frontends/
H A Dzl10036.c49 u8 br, bf; member in struct:zl10036_state
206 u8 br, bf; zl10036_set_bandwidth() local
H A Dzl10039.c194 u8 bf; zl10039_set_params() local
/linux-4.4.14/drivers/net/wireless/ath/ath9k/
H A Dbeacon.c117 struct ath_buf *bf; ath9k_beacon_generate() local
221 struct ath_buf *bf = avp->av_bcbuf; ath9k_beacon_remove_slot() local
324 struct ath_buf *bf = NULL; ath9k_beacon_tasklet() local
72 ath9k_beacon_setup(struct ath_softc *sc, struct ieee80211_vif *vif, struct ath_buf *bf, int rateidx) ath9k_beacon_setup() argument
H A Drecv.c37 static void ath_rx_buf_link(struct ath_softc *sc, struct ath_rxbuf *bf, ath_rx_buf_link() argument
71 static void ath_rx_buf_relink(struct ath_softc *sc, struct ath_rxbuf *bf, ath_rx_buf_relink() argument
116 struct ath_rxbuf *bf; ath_rx_edma_buf_link() local
142 struct ath_rxbuf *bf, *tbf; ath_rx_addbuffer_edma() local
158 struct ath_rxbuf *bf; ath_rx_remove_buffer() local
175 struct ath_rxbuf *bf; ath_rx_edma_cleanup() local
203 struct ath_rxbuf *bf; ath_rx_edma_init() local
275 struct ath_rxbuf *bf; ath_rx_init() local
336 struct ath_rxbuf *bf; ath_rx_cleanup() local
440 struct ath_rxbuf *bf, *tbf; ath_startrecv() local
632 struct ath_rxbuf *bf; ath_edma_get_buffers() local
680 struct ath_rxbuf *bf = NULL; ath_edma_get_next_rx_buf() local
697 struct ath_rxbuf *bf; ath_get_next_rx_buf() local
993 struct ath_rxbuf *bf; ath_rx_tasklet() local
H A Dinit.c283 struct ath_buf *bf; ath_descdma_setup() local
314 struct ath_rxbuf *bf; ath_descdma_setup() local
H A Ddebug.c784 void ath_debug_stat_tx(struct ath_softc *sc, struct ath_buf *bf, ath_debug_stat_tx() argument
H A Ddebug.h290 ath_debug_stat_tx(struct ath_softc *sc, struct ath_buf *bf, struct ath_tx_status *ts, struct ath_txq *txq, unsigned int flags) ath_debug_stat_tx() argument
H A Dar9003_eeprom.c2966 int bf, factor, plus; interpolate() local
H A Dmain.c2109 struct ath_buf *bf; ath9k_tx_last_beacon() local
H A Dxmit.c203 struct ath_buf *bf; ath_tx_tid_change_state() local
231 struct ath_buf *bf; ath_tx_flush_tid() local
308 struct ath_buf *bf; ath_tid_drain() local
334 struct ath_buf *bf = fi->bf; ath_tx_set_retry() local
352 struct ath_buf *bf = NULL; ath_tx_get_buffer() local
369 static void ath_tx_return_buffer(struct ath_softc *sc, struct ath_buf *bf) ath_tx_return_buffer() argument
376 static struct ath_buf* ath_clone_txbuf(struct ath_softc *sc, struct ath_buf *bf) ath_clone_txbuf() argument
395 static void ath_tx_count_frames(struct ath_softc *sc, struct ath_buf *bf, ath_tx_count_frames() argument
657 static bool bf_is_ampdu_not_probing(struct ath_buf *bf) bf_is_ampdu_not_probing() argument
696 static bool ath_lookup_legacy(struct ath_buf *bf) ath_lookup_legacy() argument
718 static u32 ath_lookup_rate(struct ath_softc *sc, struct ath_buf *bf, ath_lookup_rate() argument
866 struct ath_buf *bf; ath_tx_get_tid_subframe() local
943 struct ath_buf *bf = bf_first, *bf_prev = NULL; ath_tx_form_aggr() local
1088 static u8 ath_get_rate_txpower(struct ath_softc *sc, struct ath_buf *bf, ath_get_rate_txpower() argument
1161 static void ath_buf_set_rate(struct ath_softc *sc, struct ath_buf *bf, ath_buf_set_rate() argument
1299 static void ath_tx_fill_desc(struct ath_softc *sc, struct ath_buf *bf, ath_tx_fill_desc() argument
1396 struct ath_buf *bf = bf_first, *bf_prev = NULL; ath_tx_form_burst() local
1429 struct ath_buf *bf; ath_tx_sched_aggr() local
1613 struct ath_buf *bf_tail = NULL, *bf; ath9k_release_buffered_frames() local
1788 struct ath_buf *bf, *lastbf; ath_drain_txq_list() local
1984 struct ath_buf *bf, *bf_last; ath_tx_txqaddbuf() local
2052 struct ath_buf *bf = fi->bf; ath_tx_send_normal() local
2155 struct ath_buf *bf; ath_tx_setup_buffer() local
2280 struct ath_buf *bf; ath_tx_start() local
2391 struct ath_buf *bf; ath_tx_cabq() local
2501 static void ath_tx_complete_buf(struct ath_softc *sc, struct ath_buf *bf, ath_tx_complete_buf() argument
2546 static void ath_tx_rc_status(struct ath_softc *sc, struct ath_buf *bf, ath_tx_rc_status() argument
2605 struct ath_buf *bf, *lastbf, *bf_held = NULL; ath_tx_processq() local
2694 struct ath_buf *bf, *lastbf; ath_tx_edma_tasklet() local
2887 struct ath_buf *bf; ath9k_tx99_send() local
138 ath_set_rates(struct ieee80211_vif *vif, struct ieee80211_sta *sta, struct ath_buf *bf) ath_set_rates() argument
284 ath_tx_addto_baw(struct ath_softc *sc, struct ath_atx_tid *tid, struct ath_buf *bf) ath_tx_addto_baw() argument
427 ath_tx_complete_aggr(struct ath_softc *sc, struct ath_txq *txq, struct ath_buf *bf, struct list_head *bf_q, struct ath_tx_status *ts, int txok) ath_tx_complete_aggr() argument
663 ath_tx_process_buffer(struct ath_softc *sc, struct ath_txq *txq, struct ath_tx_status *ts, struct ath_buf *bf, struct list_head *bf_head) ath_tx_process_buffer() argument
789 ath_compute_num_delims(struct ath_softc *sc, struct ath_atx_tid *tid, struct ath_buf *bf, u16 frmlen, bool first_subfrm) ath_compute_num_delims() argument
H A Dath9k.h176 struct ath_buf *bf; member in struct:ath_frame_info
/linux-4.4.14/net/dccp/
H A Doptions.c26 u64 dccp_decode_value_var(const u8 *bf, const u8 len) dccp_decode_value_var() argument
/linux-4.4.14/fs/xfs/
H A Dxfs_ioctl32.c45 xfs_compat_flock64_copyin( xfs_flock64_t *bf, compat_xfs_flock64_t __user *arg32) xfs_compat_flock64_copyin() argument
H A Dxfs_ioctl.c1552 xfs_flock64_t bf; xfs_file_ioctl() local
613 xfs_ioc_space( struct xfs_inode *ip, struct inode *inode, struct file *filp, int ioflags, unsigned int cmd, xfs_flock64_t *bf) xfs_ioc_space() argument
/linux-4.4.14/tools/perf/ui/stdio/
H A Dhist.c44 char bf[1024]; ipchain__fprintf_graph() local
169 char bf[1024]; callchain__fprintf_graph() local
219 char bf[1024]; __callchain__fprintf_flat() local
382 char bf[96]; hists__fprintf() local
350 hist_entry__fprintf(struct hist_entry *he, size_t size, struct hists *hists, char *bf, size_t bfsz, FILE *fp) hist_entry__fprintf() argument
/linux-4.4.14/drivers/staging/sm750fb/
H A Dsm750.c385 chan_to_field(unsigned int chan, struct fb_bitfield *bf) chan_to_field() argument
/linux-4.4.14/fs/xfs/libxfs/
H A Dxfs_dir2_data.c47 xfs_dir2_data_free_t *bf; /* bestfree table */ __xfs_dir3_data_check() local
516 struct xfs_dir2_data_free *bf; xfs_dir2_data_freescan() local
582 struct xfs_dir2_data_free *bf; xfs_dir3_data_init() local
737 struct xfs_dir2_data_free *bf; xfs_dir2_data_make_free() local
924 struct xfs_dir2_data_free *bf; xfs_dir2_data_use_free() local
352 xfs_dir2_data_freefind( struct xfs_dir2_data_hdr *hdr, struct xfs_dir2_data_free *bf, struct xfs_dir2_data_unused *dup) xfs_dir2_data_freefind() argument
467 xfs_dir2_data_freeremove( struct xfs_dir2_data_hdr *hdr, struct xfs_dir2_data_free *bf, struct xfs_dir2_data_free *dfp, int *loghead) xfs_dir2_data_freeremove() argument
H A Dxfs_dir2_block.c183 struct xfs_dir2_data_free *bf; xfs_dir2_block_need_space() local
H A Dxfs_dir2_leaf.c393 struct xfs_dir2_data_free *bf; xfs_dir2_block_to_leaf() local
636 struct xfs_dir2_data_free *bf; /* bestfree table */ xfs_dir2_leaf_addname() local
1361 struct xfs_dir2_data_free *bf; /* bestfree table */ xfs_dir2_leaf_removename() local
1623 struct xfs_dir2_data_free *bf = dp->d_ops->data_bestfree_p(hdr); xfs_dir2_leaf_trim_data() local
H A Dxfs_dir2_node.c1172 struct xfs_dir2_data_free *bf; /* bestfree table */ xfs_dir2_leafn_remove() local
1668 struct xfs_dir2_data_free *bf; xfs_dir2_node_addname_int() local
/linux-4.4.14/drivers/usb/host/
H A Dehci-dbg.c545 u16 *bf; fill_bandwidth_buffer() local
/linux-4.4.14/drivers/video/fbdev/mb862xx/
H A Dmb862xxfbdrv.c73 chan_to_field(unsigned int chan, struct fb_bitfield *bf) chan_to_field() argument
/linux-4.4.14/kernel/trace/
H A Dtrace_probe.c468 static int __parse_bitfield_probe_arg(const char *bf, __parse_bitfield_probe_arg() argument
/linux-4.4.14/tools/perf/
H A Dbuiltin-top.c254 char bf[160]; perf_top__print_sym_table() local
H A Dbuiltin-record.c56 static int record__write(struct record *rec, void *bf, size_t size) record__write() argument
H A Dbuiltin-trace.c299 static size_t __syscall_arg__scnprintf_strarray(char *bf, size_t size, __syscall_arg__scnprintf_strarray() argument
312 static size_t syscall_arg__scnprintf_strarray(char *bf, size_t size, syscall_arg__scnprintf_strarray() argument
325 static size_t syscall_arg__scnprintf_strhexarray(char *bf, size_t size, syscall_arg__scnprintf_strhexarray() argument
339 static size_t syscall_arg__scnprintf_fd_at(char *bf, size_t size, syscall_arg__scnprintf_fd_at() argument
357 static size_t syscall_arg__scnprintf_hex(char *bf, size_t size, syscall_arg__scnprintf_hex() argument
365 static size_t syscall_arg__scnprintf_int(char *bf, size_t size, syscall_arg__scnprintf_int() argument
373 static size_t syscall_arg__scnprintf_mmap_prot(char *bf, size_t size, syscall_arg__scnprintf_mmap_prot() argument
404 static size_t syscall_arg__scnprintf_mmap_flags(char *bf, size_t size, syscall_arg__scnprintf_mmap_flags() argument
447 static size_t syscall_arg__scnprintf_mremap_flags(char *bf, size_t size, syscall_arg__scnprintf_mremap_flags() argument
472 static size_t syscall_arg__scnprintf_madvise_behavior(char *bf, size_t size, syscall_arg__scnprintf_madvise_behavior() argument
514 static size_t syscall_arg__scnprintf_flock(char *bf, size_t size, syscall_arg__scnprintf_flock() argument
545 static size_t syscall_arg__scnprintf_futex_op(char *bf, size_t size, struct syscall_arg *arg) syscall_arg__scnprintf_futex_op() argument
658 static size_t syscall_arg__scnprintf_socket_type(char *bf, size_t size, syscall_arg__scnprintf_socket_type() argument
714 static size_t syscall_arg__scnprintf_msg_flags(char *bf, size_t size, syscall_arg__scnprintf_msg_flags() argument
758 static size_t syscall_arg__scnprintf_access_mode(char *bf, size_t size, syscall_arg__scnprintf_access_mode() argument
790 static size_t syscall_arg__scnprintf_open_flags(char *bf, size_t size, syscall_arg__scnprintf_open_flags() argument
846 static size_t syscall_arg__scnprintf_perf_flags(char *bf, size_t size, syscall_arg__scnprintf_perf_flags() argument
874 static size_t syscall_arg__scnprintf_eventfd_flags(char *bf, size_t size, syscall_arg__scnprintf_eventfd_flags() argument
900 static size_t syscall_arg__scnprintf_pipe_flags(char *bf, size_t size, syscall_arg__scnprintf_pipe_flags() argument
923 static size_t syscall_arg__scnprintf_signum(char *bf, size_t size, struct syscall_arg *arg) syscall_arg__scnprintf_signum() argument
1527 static size_t syscall_arg__scnprintf_fd(char *bf, size_t size, syscall_arg__scnprintf_fd() argument
1540 static size_t syscall_arg__scnprintf_close_fd(char *bf, size_t size, syscall_arg__scnprintf_close_fd() argument
1553 static void thread__set_filename_pos(struct thread *thread, const char *bf, thread__set_filename_pos() argument
1562 static size_t syscall_arg__scnprintf_filename(char *bf, size_t size, syscall_arg__scnprintf_filename() argument
1793 static size_t syscall__scnprintf_args(struct syscall *sc, char *bf, size_t size, syscall__scnprintf_args() argument
2072 char bf[STRERR_BUFSIZE]; trace__sys_exit() local
3098 char bf[BUFSIZ]; cmd_trace() local
/linux-4.4.14/drivers/staging/fbtft/
H A Dfbtft-core.c531 static unsigned int chan_to_field(unsigned chan, struct fb_bitfield *bf) chan_to_field() argument
/linux-4.4.14/drivers/media/radio/
H A Dradio-wl1273.c1866 int bf = radio->rangelow; wl1273_fm_vidioc_log_status() local
/linux-4.4.14/drivers/crypto/amcc/
H A Dcrypto4xx_sa.h49 } bf; member in union:dynamic_sa_contents
109 } bf; member in union:sa_command_0
167 } bf; member in union:sa_command_1
H A Dcrypto4xx_reg_def.h165 } bf; member in union:ce_pe_dma_cfg
177 } bf; member in union:ce_ring_size
189 } bf; member in union:ce_ring_contol
200 } bf; member in union:ce_io_threshold
211 } bf; member in union:ce_part_ring_size
260 } bf; member in union:ce_pd_ctl
271 } bf; member in union:ce_pd_ctl_len
/linux-4.4.14/tools/perf/ui/browsers/
H A Dannotate.c123 char bf[256]; annotate_browser__write() local
H A Dhists.c605 char bf[1024], *alloc_str; hist_browser__show_callchain() local
1212 char bf[64]; hist_browser__dump() local
2117 char bf[256], unit; perf_evsel_menu__write() local
1267 hists__browser_title(struct hists *hists, struct hist_browser_timer *hbt, char *bf, size_t size) hists__browser_title() argument
/linux-4.4.14/drivers/isdn/i4l/
H A Disdn_ppp.c692 struct ippp_buf_queue *bf, *bl; isdn_ppp_poll() local
735 struct ippp_buf_queue *bf, *bl; isdn_ppp_fill_rq() local
/linux-4.4.14/drivers/infiniband/hw/mlx5/
H A Dmlx5_ib.h206 struct mlx5_bf *bf; member in struct:mlx5_ib_qp
H A Dqp.c2596 struct mlx5_bf *bf = qp->bf; mlx5_ib_post_send() local
/linux-4.4.14/drivers/net/wireless/
H A Dwl3501_cs.c456 u16 bf, sig_bf, next, tmplen, pktlen; wl3501_send_pkt() local
752 static u16 wl3501_receive(struct wl3501_card *this, u8 *bf, u16 size) wl3501_receive() argument
381 wl3501_get_mib_value(struct wl3501_card *this, u8 index, void *bf, int size) wl3501_get_mib_value() argument
/linux-4.4.14/sound/pci/ctxfi/
H A Dcthw20k1.c100 } bf; member in union:src_dirty
127 } bf; member in union:src_mgr_dirty
152 } bf; member in union:srcimp_mgr_dirty
599 } bf; member in union:amixer_dirty
760 } bf; member in union:dai_dirty
775 } bf; member in union:dao_dirty
821 } bf; member in union:daio_mgr_dirty
H A Dcthw20k2.c100 } bf; member in union:src_dirty
127 } bf; member in union:src_mgr_dirty
152 } bf; member in union:srcimp_mgr_dirty
598 } bf; member in union:amixer_dirty
751 } bf; member in union:dai_dirty
791 } bf; member in union:dao_dirty
812 } bf; member in union:daio_mgr_dirty
/linux-4.4.14/include/linux/mlx5/
H A Dmlx5_ifc.h728 u8 bf[0x1]; member in struct:mlx5_ifc_cmd_hca_cap_bits

Completed in 2829 milliseconds