Searched refs:ra (Results 1 – 7 of 7) sorted by relevance
| /include/linux/ |
| D | intel_rapl.h | 155 int (*read_raw)(int id, struct reg_action *ra); 156 int (*write_raw)(int id, struct reg_action *ra);
|
| D | pagemap.h | 1358 struct file_ra_state *ra; member 1373 .ra = r, \ 1402 struct file_ra_state *ra, struct file *file, pgoff_t index, in page_cache_sync_readahead() argument 1405 DEFINE_READAHEAD(ractl, file, ra, mapping, index); in page_cache_sync_readahead() 1424 struct file_ra_state *ra, struct file *file, in page_cache_async_readahead() argument 1427 DEFINE_READAHEAD(ractl, file, ra, mapping, folio->index); in page_cache_async_readahead()
|
| D | ipv6.h | 142 __be16 ra; member
|
| D | fs.h | 1002 static inline int ra_has_index(struct file_ra_state *ra, pgoff_t index) in ra_has_index() argument 1004 return (index >= ra->start && in ra_has_index() 1005 index < ra->start + ra->size); in ra_has_index() 3268 file_ra_state_init(struct file_ra_state *ra, struct address_space *mapping);
|
| D | ieee80211.h | 366 u8 ra[ETH_ALEN]; member 1648 u8 ra[ETH_ALEN]; member 1655 u8 ra[ETH_ALEN]; member 1793 __u8 ra[ETH_ALEN]; member
|
| /include/trace/hooks/ |
| D | mm.h | 395 TP_PROTO(struct readahead_control *ractl, struct file_ra_state *ra, 397 TP_ARGS(ractl, ra, new_order, gfp, bypass));
|
| /include/net/ |
| D | mac80211.h | 6354 void ieee80211_start_tx_ba_cb_irqsafe(struct ieee80211_vif *vif, const u8 *ra, 6380 void ieee80211_stop_tx_ba_cb_irqsafe(struct ieee80211_vif *vif, const u8 *ra, 6865 void ieee80211_send_bar(struct ieee80211_vif *vif, u8 *ra, u16 tid, u16 ssn);
|