Searched refs:iterator (Results 26 - 50 of 50) sorted by relevance

12

/linux-master/net/mac80211/
H A Dtx.c2089 struct ieee80211_radiotap_iterator iterator; local
2093 int ret = ieee80211_radiotap_iterator_init(&iterator, rthdr, skb->len,
2118 ret = ieee80211_radiotap_iterator_next(&iterator);
2124 switch (iterator.this_arg_index) {
2126 * You must take care when dereferencing iterator.this_arg
2128 * get_unaligned((type *)iterator.this_arg) to dereference
2129 * iterator.this_arg for type "type" safely on all arches.
2132 if (*iterator.this_arg & IEEE80211_RADIOTAP_F_FCS) {
2140 if (skb->len < (iterator._max_length + FCS_LEN))
2145 if (*iterator
[all...]
/linux-master/security/keys/
H A Dinternal.h125 int (*iterator)(const void *object, void *iterator_data); member in struct:keyring_search_context
/linux-master/drivers/staging/media/atomisp/pci/
H A Dia_css_acc_types.h219 struct ia_css_binary_iterator_info iterator; member in struct:ia_css_binary_info
H A Dsh_css_sp.c104 sh_css_isp_stage.binary_info.iterator.num_stripes;
106 sh_css_isp_stage.binary_info.iterator.row_stripes_height;
108 sh_css_isp_stage.binary_info.iterator.row_stripes_overlap_lines;
/linux-master/fs/btrfs/
H A Dqgroup.c230 INIT_LIST_HEAD(&qgroup->iterator);
1452 if (!list_empty(&qgroup->iterator))
1455 list_add_tail(&qgroup->iterator, head);
1463 qgroup = list_first_entry(head, struct btrfs_qgroup, iterator);
1464 list_del_init(&qgroup->iterator);
1496 list_for_each_entry(cur, &qgroup_list, iterator) {
2658 list_for_each_entry(qg, &tmp, iterator) {
2882 * We're done using the iterator, release all its qgroups while holding
3491 list_for_each_entry(qgroup, &qgroup_list, iterator) {
3507 list_for_each_entry(qgroup, &qgroup_list, iterator)
[all...]
/linux-master/drivers/staging/media/atomisp/
H A DMakefile85 pci/isp/kernels/iterator/iterator_1.0/ia_css_iterator.host.o \
228 -I$(atomisp)/pci/isp/kernels/iterator/ \
229 -I$(atomisp)/pci/isp/kernels/iterator/iterator_1.0/ \
/linux-master/sound/soc/sh/rcar/
H A Dcore.c479 struct rsnd_mod *rsnd_mod_next(int *iterator, argument
486 for (; *iterator < max; (*iterator)++) {
487 enum rsnd_mod_type type = (array) ? array[*iterator] : *iterator;
/linux-master/fs/ext4/
H A Dextents.c5165 ext4_lblk_t stop, *iterator, ex_start, ex_end; local
5216 * In case of left shift, iterator points to start and it is increased
5217 * till we reach stop. In case of right shift, iterator points to stop
5223 iterator = &start;
5225 iterator = &stop;
5228 *iterator = tmp;
5232 * in case of right shift if extent with 0 block is reached, iterator
5235 while (iterator && start <= stop) {
5236 path = ext4_find_extent(inode, *iterator, &path,
5244 (unsigned long) *iterator);
[all...]
/linux-master/include/net/
H A Dmac80211.h6119 * inactive interfaces. This function allows the iterator function to sleep.
6124 * @iterator: the iterator function to call
6125 * @data: first argument of the iterator function
6128 void (*iterator)(void *data, u8 *mac,
6137 * This function allows the iterator function to sleep, when the iterator
6144 * @iterator: the iterator function to call
6145 * @data: first argument of the iterator functio
[all...]
H A Dcfg80211.h608 * @i: iterator counter
6546 ieee80211_radiotap_iterator_init(struct ieee80211_radiotap_iterator *iterator,
6552 ieee80211_radiotap_iterator_next(struct ieee80211_radiotap_iterator *iterator);
7410 * and calls the callback for the iterated BSS. The iterator function is not
7414 * @chandef: if given, the iterator function will be called only if the channel
7416 * @iter: the iterator function to call
7417 * @iter_data: an argument to the iterator function
/linux-master/drivers/misc/altera-stapl/
H A Daltera.c991 s32 iterator = vars[args[0]]; local
995 if (iterator <= end)
997 } else if (iterator >= end)
1003 vars[args[0]] = iterator + step;
/linux-master/arch/powerpc/kvm/
H A Dguest-state-buffer.c403 kvmppc_gsbm_set(&gsp->iterator, iden);
/linux-master/include/linux/
H A Dtracepoint.h315 .iterator = &__traceiter_##_name, \
/linux-master/drivers/gpu/drm/vboxvideo/
H A Dvbox_mode.c778 struct drm_display_mode *mode, *iterator; local
782 list_for_each_entry_safe(mode, iterator, &connector->modes, head) {
/linux-master/kernel/
H A Dtracepoint.c310 void *func = tp->iterator;
359 /* Both iterator and static call handle NULL tp->funcs */
364 /* Set iterator static call */
418 /* Set iterator static call */
420 /* Both iterator and static call handle NULL tp->funcs */
/linux-master/drivers/net/ethernet/mellanox/mlx4/
H A Den_ethtool.c313 unsigned int iterator; member in struct:bitmap_iterator
321 h->iterator = 0;
330 return !h->advance_array ? 1 : test_bit(h->iterator, h->stats_bitmap);
335 return h->iterator++;
/linux-master/drivers/staging/media/ipu3/
H A Dipu3-css.c695 const unsigned int stripes = bi->info.isp.sp.iterator.num_stripes;
721 /* Configure iterator */
724 &cofs->dmem.iterator,
1577 if (bi->info.isp.sp.iterator.num_stripes <= 1) {
2130 stripes = bi->info.isp.sp.iterator.num_stripes ? : 1;
H A Dipu3-abi.h1649 struct imgu_abi_binary_iterator_info iterator; member in struct:imgu_abi_binary_info
H A Dipu3-css-params.c1734 const unsigned int stripes = bi->info.isp.sp.iterator.num_stripes;
1952 const unsigned int stripes = bi->info.isp.sp.iterator.num_stripes;
/linux-master/arch/sparc/lib/
H A DNGmemcpy.S234 andn %i2, (64 - 1), %g1 ! block copy loop iterator
/linux-master/sound/pci/asihpi/
H A Dhpi.h1168 u16 hpi_subsys_get_adapter(int iterator, u32 *padapter_index,
H A Dhpifunc.c120 u16 hpi_subsys_get_adapter(int iterator, u32 *padapter_index, argument
127 hm.obj_index = (u16)iterator;
/linux-master/drivers/net/wireless/realtek/rtw89/
H A Dchan.c336 * immediately as long as iterator returns a non-zero value.
340 int (*iterator)(struct rtw89_dev *rtwdev,
357 ret = iterator(rtwdev, roles[idx], idx, data);
/linux-master/drivers/staging/media/atomisp/pci/runtime/binary/src/
H A Dbinary.c1044 if (striped && candidate->iterator.num_stripes == 1) {
/linux-master/drivers/net/wireless/realtek/rtl8xxxu/
H A Dcore.c6278 #define rtl8xxxu_iterate_vifs_atomic(priv, iterator, data) \
6280 IEEE80211_IFACE_ITER_NORMAL, iterator, data)

Completed in 677 milliseconds

12