/kernel/linux/linux-6.6/fs/ext4/ |
H A D | namei.c | 307 static void dx_release(struct dx_frame *frames); 321 struct dx_frame *frames, 969 static void dx_release(struct dx_frame *frames) in dx_release() argument 975 if (frames[0].bh == NULL) in dx_release() 978 info = &((struct dx_root *)frames[0].bh->b_data)->info; in dx_release() 982 if (frames[i].bh == NULL) in dx_release() 984 brelse(frames[i].bh); in dx_release() 985 frames[i].bh = NULL; in dx_release() 1008 struct dx_frame *frames, in ext4_htree_next_block() 1027 if (p == frames) in ext4_htree_next_block() 1006 ext4_htree_next_block(struct inode *dir, __u32 hash, struct dx_frame *frame, struct dx_frame *frames, __u32 *start_hash) ext4_htree_next_block() argument 1187 struct dx_frame frames[EXT4_HTREE_LEVEL], *frame; ext4_htree_fill_tree() local 1782 struct dx_frame frames[EXT4_HTREE_LEVEL], *frame; ext4_dx_find_entry() local 2231 struct dx_frame frames[EXT4_HTREE_LEVEL], *frame; make_indexed_dir() local 2491 struct dx_frame frames[EXT4_HTREE_LEVEL], *frame; ext4_dx_add_entry() local [all...] |
/drivers/peripheral/audio/interfaces/2.0/include/ |
H A D | audio_render.h | 49 * scenes, and volume, obtaining hardware latency, and rendering audio frames. 97 * @brief Obtains the last number of output audio frames. 100 * @param frames Indicates the pointer to the last number of output audio frames. 105 int32_t (*GetRenderPosition)(struct AudioRender *render, uint64_t *frames, struct AudioTimeStamp *time);
|
H A D | audio_attribute.h | 60 * @brief Obtains the number of audio frames in the audio buffer. 63 * @param count Indicates the pointer to the number of audio frames in the audio buffer. 64 * @return Returns <b>0</b> if the number of audio frames is obtained; returns a negative value otherwise. 133 * @param frames Indicates the pointer to the frame where the read/write starts. 137 int32_t (*GetMmapPosition)(AudioHandle handle, uint64_t *frames, struct AudioTimeStamp *time);
|
/drivers/peripheral/bluetooth/audio/interfaces/include/ |
H A D | audio_render.h | 47 * scenes, and volume, obtaining hardware latency, and rendering audio frames. 95 * @brief Obtains the last number of output audio frames. 98 * @param frames Indicates the pointer to the last number of output audio frames. 103 int32_t (*GetRenderPosition)(struct AudioRender *render, uint64_t *frames, struct AudioTimeStamp *time);
|
H A D | audio_attribute.h | 59 * @brief Obtains the number of audio frames in the audio buffer. 62 * @param count Indicates the pointer to the number of audio frames in the audio buffer. 63 * @return Returns <b>0</b> if the number of audio frames is obtained; returns a negative value otherwise. 132 * @param frames Indicates the pointer to the frame where the read/write starts. 136 int32_t (*GetMmapPosition)(AudioHandle handle, uint64_t *frames, struct AudioTimeStamp *time);
|
/drivers/peripheral/audio/interfaces/include/ |
H A D | audio_render.h | 47 * scenes, and volume, obtaining hardware latency, and rendering audio frames. 95 * @brief Obtains the last number of output audio frames. 98 * @param frames Indicates the pointer to the last number of output audio frames. 103 int32_t (*GetRenderPosition)(struct AudioRender *render, uint64_t *frames, struct AudioTimeStamp *time);
|
H A D | audio_attribute.h | 59 * @brief Obtains the number of audio frames in the audio buffer. 62 * @param count Indicates the pointer to the number of audio frames in the audio buffer. 63 * @return Returns <b>0</b> if the number of audio frames is obtained; returns a negative value otherwise. 132 * @param frames Indicates the pointer to the frame where the read/write starts. 136 int32_t (*GetMmapPosition)(AudioHandle handle, uint64_t *frames, struct AudioTimeStamp *time);
|
/drivers/peripheral/bluetooth/audio/hal/hdi_passthrough/include/ |
H A D | audio_bluetooth_manager.h | 55 void FastReadMmapPosition(int64_t &sec, int64_t &nSec, uint64_t &frames);
|
/drivers/peripheral/distributed_audio/hdi_service/audio_ext/v1_0/test/unittest/include/ |
H A D | daudio_test_utils.h | 60 int32_t ReadMmapPosition(int32_t streamId, uint64_t &frames, CurrentTime &time) override
|
/drivers/peripheral/distributed_audio/interface/audio/v1_0/ |
H A D | i_audio_render.h | 38 virtual int32_t GetRenderPosition(uint64_t &frames, AudioTimeStampHAL &time) = 0;
|
/drivers/peripheral/distributed_audio/interface/audio_ext/v1_0/ |
H A D | i_daudio_hdf_callback.h | 33 uint64_t &frames, struct CurrentTime &time) = 0;
|
/foundation/distributedhardware/distributed_audio/services/audiohdiproxy/include/ |
H A D | idaudio_hdi_callback.h | 41 virtual int32_t ReadMmapPosition(const int32_t streamId, uint64_t &frames, CurrentTimeHDF &time) = 0;
|
/kernel/linux/linux-6.6/drivers/net/vmxnet3/ |
H A D | vmxnet3_xdp.h | 27 int vmxnet3_xdp_xmit(struct net_device *dev, int n, struct xdp_frame **frames,
|
/kernel/linux/linux-5.10/net/mac80211/ |
H A D | rx.c | 68 * frames after we've sent the frame to monitoring. We in ieee80211_clean_skb() 70 * frames with it present, due to the assumption of a in ieee80211_clean_skb() 884 * Sequence numbers for management frames, QoS data in ieee80211_parse_qos() 885 * frames with a broadcast/multicast address in the in ieee80211_parse_qos() 886 * Address 1 field, and all non-QoS data frames sent in ieee80211_parse_qos() 914 * boundary. In the case of regular frames, this simply means aligning the 921 * With A-MSDU frames, however, the payload data address must yield two modulo 922 * four because there are 14-byte 802.3 headers within the A-MSDU frames that 1094 struct sk_buff_head *frames = &tid_agg_rx->reorder_buf[index]; in ieee80211_rx_reorder_ready() local 1095 struct sk_buff *tail = skb_peek_tail(frames); in ieee80211_rx_reorder_ready() 1111 ieee80211_release_reorder_frame(struct ieee80211_sub_if_data *sdata, struct tid_ampdu_rx *tid_agg_rx, int index, struct sk_buff_head *frames) ieee80211_release_reorder_frame() argument 1143 ieee80211_release_reorder_frames(struct ieee80211_sub_if_data *sdata, struct tid_ampdu_rx *tid_agg_rx, u16 head_seq_num, struct sk_buff_head *frames) ieee80211_release_reorder_frames() argument 1170 ieee80211_sta_reorder_release(struct ieee80211_sub_if_data *sdata, struct tid_ampdu_rx *tid_agg_rx, struct sk_buff_head *frames) ieee80211_sta_reorder_release() argument 1247 ieee80211_sta_manage_reorder_buf(struct ieee80211_sub_if_data *sdata, struct tid_ampdu_rx *tid_agg_rx, struct sk_buff *skb, struct sk_buff_head *frames) ieee80211_sta_manage_reorder_buf() argument 1347 ieee80211_rx_reorder_ampdu(struct ieee80211_rx_data *rx, struct sk_buff_head *frames) ieee80211_rx_reorder_ampdu() argument 3058 ieee80211_rx_h_ctrl(struct ieee80211_rx_data *rx, struct sk_buff_head *frames) ieee80211_rx_h_ctrl() argument 3833 ieee80211_rx_handlers(struct ieee80211_rx_data *rx, struct sk_buff_head *frames) ieee80211_rx_handlers() argument 3932 struct sk_buff_head frames; ieee80211_release_reorder_timeout() local 3971 struct sk_buff_head frames; ieee80211_mark_rx_ba_filtered_frames() local [all...] |
/kernel/linux/linux-6.6/net/mac80211/ |
H A D | rx.c | 68 * frames after we've sent the frame to monitoring. We in ieee80211_clean_skb() 70 * frames with it present, due to the assumption of a in ieee80211_clean_skb() 895 * Sequence numbers for management frames, QoS data in ieee80211_parse_qos() 896 * frames with a broadcast/multicast address in the in ieee80211_parse_qos() 897 * Address 1 field, and all non-QoS data frames sent in ieee80211_parse_qos() 925 * boundary. In the case of regular frames, this simply means aligning the 932 * With A-MSDU frames, however, the payload data address must yield two modulo 933 * four because there are 14-byte 802.3 headers within the A-MSDU frames that 1082 struct sk_buff_head *frames = &tid_agg_rx->reorder_buf[index]; in ieee80211_rx_reorder_ready() local 1083 struct sk_buff *tail = skb_peek_tail(frames); in ieee80211_rx_reorder_ready() 1100 ieee80211_release_reorder_frame(struct ieee80211_sub_if_data *sdata, struct tid_ampdu_rx *tid_agg_rx, int index, struct sk_buff_head *frames) ieee80211_release_reorder_frame() argument 1133 ieee80211_release_reorder_frames(struct ieee80211_sub_if_data *sdata, struct tid_ampdu_rx *tid_agg_rx, u16 head_seq_num, struct sk_buff_head *frames) ieee80211_release_reorder_frames() argument 1160 ieee80211_sta_reorder_release(struct ieee80211_sub_if_data *sdata, struct tid_ampdu_rx *tid_agg_rx, struct sk_buff_head *frames) ieee80211_sta_reorder_release() argument 1237 ieee80211_sta_manage_reorder_buf(struct ieee80211_sub_if_data *sdata, struct tid_ampdu_rx *tid_agg_rx, struct sk_buff *skb, struct sk_buff_head *frames) ieee80211_sta_manage_reorder_buf() argument 1337 ieee80211_rx_reorder_ampdu(struct ieee80211_rx_data *rx, struct sk_buff_head *frames) ieee80211_rx_reorder_ampdu() argument 3201 ieee80211_rx_h_ctrl(struct ieee80211_rx_data *rx, struct sk_buff_head *frames) ieee80211_rx_h_ctrl() argument 4086 ieee80211_rx_handlers(struct ieee80211_rx_data *rx, struct sk_buff_head *frames) ieee80211_rx_handlers() argument 4230 struct sk_buff_head frames; ieee80211_release_reorder_timeout() local 4275 struct sk_buff_head frames; ieee80211_mark_rx_ba_filtered_frames() local [all...] |
/drivers/peripheral/audio/hdi_service/primary_impl/vdi_src/ |
H A D | audio_capture_vdi.c | 127 int32_t AudioGetCapturePositionVdi(struct IAudioCapture *capture, uint64_t *frames, struct AudioTimeStamp *time) in AudioGetCapturePositionVdi() argument 130 CHECK_NULL_PTR_RETURN_VALUE(frames, HDF_ERR_INVALID_PARAM); in AudioGetCapturePositionVdi() 139 int32_t ret = vdiCapture->GetCapturePosition(vdiCapture, frames, (struct AudioTimeStampVdi *)time); in AudioGetCapturePositionVdi() 524 int32_t AudioCaptureGetMmapPositionVdi(struct IAudioCapture *capture, uint64_t *frames, struct AudioTimeStamp *time) in AudioCaptureGetMmapPositionVdi() argument 527 CHECK_NULL_PTR_RETURN_VALUE(frames, HDF_ERR_INVALID_PARAM); in AudioCaptureGetMmapPositionVdi() 539 int32_t ret = vdiCapture->GetMmapPosition(vdiCapture, frames, &vdiTime); in AudioCaptureGetMmapPositionVdi()
|
/drivers/peripheral/bluetooth/audio/hal/hdi_binder/server/src/ |
H A D | hdf_audio_server_render.cpp | 654 uint64_t frames; in HdiServiceRenderGetRenderPosition() local 659 ret = render->GetRenderPosition(render, &frames, &time); in HdiServiceRenderGetRenderPosition() 663 ret = HdiServicePositionWrite(reply, frames, time); in HdiServiceRenderGetRenderPosition() 865 uint64_t frames; in HdiServiceRenderGetMmapPosition() local 872 ret = render->attr.GetMmapPosition((AudioHandle)render, &frames, &time); in HdiServiceRenderGetMmapPosition() 876 if (HdiServicePositionWrite(reply, frames, time) < 0) { in HdiServiceRenderGetMmapPosition()
|
/drivers/peripheral/bluetooth/audio/hal/hdi_binder/proxy/src/ |
H A D | audio_proxy_render.cpp | 439 int32_t AudioProxyRenderGetRenderPosition(struct AudioRender *render, uint64_t *frames, struct AudioTimeStamp *time) in AudioProxyRenderGetRenderPosition() argument 441 if (frames == NULL || time == NULL) { in AudioProxyRenderGetRenderPosition() 462 if (AudioProxyGetMmapPositionRead(reply, frames, time) < 0) { in AudioProxyRenderGetRenderPosition() 666 int32_t AudioProxyRenderGetMmapPosition(AudioHandle handle, uint64_t *frames, struct AudioTimeStamp *time) in AudioProxyRenderGetMmapPosition() argument 668 if (handle == NULL || frames == NULL || time == NULL) { in AudioProxyRenderGetMmapPosition() 689 if (AudioProxyGetMmapPositionRead(reply, frames, time) < 0) { in AudioProxyRenderGetMmapPosition()
|
/drivers/peripheral/audio/test/benchmarktest/capture/ |
H A D | audio_capture_mmap_benchmarktest.cpp | 164 uint64_t frames = 0;
in BENCHMARK_F() local 174 ret = mmapCapture_->GetMmapPosition(mmapCapture_, &frames, &time);
in BENCHMARK_F()
|
/drivers/peripheral/audio/test/benchmarktest/render/ |
H A D | audio_render_mmap_benchmarktest.cpp | 163 uint64_t frames = 0;
in BENCHMARK_F() local 177 ret = render_->GetMmapPosition(render_, &frames, &time);
in BENCHMARK_F()
|
/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/include/ |
H A D | audio_render_interface_impl.h | 51 int32_t GetRenderPosition(uint64_t &frames, AudioTimeStamp &time) override; 76 int32_t GetMmapPosition(uint64_t &frames, AudioTimeStamp &time) override;
|
H A D | audio_render_ext_impl.h | 48 int32_t GetRenderPosition(uint64_t &frames, AudioTimeStamp &time) override; 73 int32_t GetMmapPosition(uint64_t &frames, AudioTimeStamp &time) override;
|
/kernel/linux/linux-5.10/arch/arm/lib/ |
H A D | backtrace.S | 31 beq no_frame @ we have no stack frames 97 beq no_frame @ no further frames
|
/kernel/linux/linux-6.6/arch/arm/lib/ |
H A D | backtrace.S | 31 beq no_frame @ we have no stack frames 97 beq no_frame @ no further frames
|
/kernel/linux/linux-6.6/drivers/net/ethernet/microsoft/mana/ |
H A D | mana_bpf.c | 51 int mana_xdp_xmit(struct net_device *ndev, int n, struct xdp_frame **frames, in mana_xdp_xmit() argument 65 if (mana_xdp_xmit_fm(ndev, frames[i], q_idx)) in mana_xdp_xmit()
|