Home
last modified time | relevance | path

Searched defs:next (Results 26 – 50 of 2596) sorted by relevance

12345678910>>...104

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/iterator/detail/
H A Dsegmented_iterator.hpp130 struct next struct
132 typedef detail::segmented_next_impl<typename It::context_type> impl;
133 typedef segmented_iterator<typename impl::type> type;
136 static type call(It const& it) in call()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/map/aux_/
H A Diterator.hpp73 struct next< m_iter<Map,order,max_order> > struct
79 > type;
83 struct next< m_iter<Map,max_order,max_order> > struct
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_csi.c62 cfr_dump_list_t *ptr, *next, *new; in dhd_csi_event_handler() local
151 cfr_dump_list_t *ptr, *next; in dhd_csi_deinit() local
167 cfr_dump_list_t *ptr, *next; in dhd_csi_clean_list() local
192 cfr_dump_list_t *ptr, *next; in dhd_csi_dump_list() local
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_csi.c62 cfr_dump_list_t *ptr, *next, *new; in dhd_csi_event_handler() local
151 cfr_dump_list_t *ptr, *next; in dhd_csi_deinit() local
167 cfr_dump_list_t *ptr, *next; in dhd_csi_clean_list() local
192 cfr_dump_list_t *ptr, *next; in dhd_csi_dump_list() local
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Ddhd_csi.c63 cfr_dump_list_t *ptr, *next, *new; in dhd_csi_event_handler() local
152 cfr_dump_list_t *ptr, *next; in dhd_csi_deinit() local
168 cfr_dump_list_t *ptr, *next; in dhd_csi_clean_list() local
193 cfr_dump_list_t *ptr, *next; in dhd_csi_dump_list() local
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dohci-dbg.c23 #define ohci_dbg_sw(ohci, next, size, format, arg...) \ argument
34 #define ohci_dbg_nosw(ohci, next, size, format, arg...) \ argument
46 char **next, in ohci_dump_intr_mask()
68 char **next, in maybe_print_eds()
101 ohci_dump_status (struct ohci_hcd *controller, char **next, unsigned *size) in ohci_dump_status()
168 #define dbg_port_sw(hc,num,value,next,size) \ argument
194 char **next, in ohci_dump_roothub()
492 char *next; in fill_periodic_buffer() local
588 char *next; in fill_registers_buffer() local
/OK3568_Linux_fs/kernel/security/apparmor/
H A Dmatch.c409 #define match_char(state, def, base, next, check, C) \ argument
444 u16 *next = NEXT_TABLE(dfa); in aa_dfa_match_len() local
484 u16 *next = NEXT_TABLE(dfa); in aa_dfa_match() local
523 u16 *next = NEXT_TABLE(dfa); in aa_dfa_next() local
541 u16 *next = NEXT_TABLE(dfa); in aa_dfa_outofband_transition() local
572 u16 *next = NEXT_TABLE(dfa); in aa_dfa_match_until() local
633 u16 *next = NEXT_TABLE(dfa); in aa_dfa_matchn_until() local
709 u16 *next = NEXT_TABLE(dfa); in leftmatch_fb() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/set/aux_/
H A Diterator.hpp48 typedef typename s_iter_get< Set,typename Tail::base >::type next; typedef
55 struct next< s_iter<Set,Tail> > struct
82 typedef s_iter<Set,set0<> > next; typedef
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/list/aux_/
H A Diterator.hpp43 struct next< l_iter<Node> > struct
45 typedef l_iter< typename Node::next > type;
68 typedef l_iter next; typedef
/OK3568_Linux_fs/kernel/fs/jffs2/
H A Dnodelist.c73 struct jffs2_node_frag *next = frag_next(frag); in jffs2_truncate_fragtree() local
395 struct jffs2_node_frag *next = frag_next(newfrag); in jffs2_add_full_dnode_to_inode() local
490 struct jffs2_inode_cache *this, *next; in jffs2_free_ino_caches() local
507 struct jffs2_raw_node_ref *this, *next; in jffs2_free_raw_node_refs() local
528 struct rb_node *next; in jffs2_lookup_node_frag() local
567 struct jffs2_node_frag *frag, *next; in jffs2_kill_fragtree() local
/OK3568_Linux_fs/kernel/kernel/locking/
H A Dosq_lock.c46 struct optimistic_spin_node *next = NULL; in osq_wait_next() local
93 struct optimistic_spin_node *prev, *next; in osq_lock() local
209 struct optimistic_spin_node *node, *next; in osq_unlock() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/
H A Dpair_view.hpp81 typedef pair_iter<i1_,i2_,Category> next; typedef
100 struct next< pair_iter<Iter1,Iter2,C> > struct
102 typedef typename mpl::next<Iter1>::type i1_;
103 typedef typename mpl::next<Iter2>::type i2_;
104 typedef pair_iter<i1_,i2_,C> type;
/OK3568_Linux_fs/kernel/tools/usb/usbip/libsrc/
H A Dnames.c26 struct vendor *next; member
32 struct product *next; member
38 struct class *next; member
44 struct subclass *next; member
50 struct protocol *next; member
56 struct genericstrtable *next; member
143 struct pool *next; member
/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Dmmu_context.h29 static inline void contextidr_thread_switch(struct task_struct *next) in contextidr_thread_switch()
218 static inline void __switch_mm(struct mm_struct *next) in __switch_mm()
233 switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm()
249 #define activate_mm(prev,next) switch_mm(prev, next, current) argument
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/aux_/
H A Dintegral_wrapper.hpp64 typedef AUX_WRAPPER_INST(next_value) next; typedef
69 typedef AUX_WRAPPER_INST( BOOST_MPL_AUX_STATIC_CAST(AUX_WRAPPER_VALUE_TYPE, (N + 1)) ) next; typedef
72 typedef AUX_WRAPPER_INST( BOOST_MPL_AUX_STATIC_CAST(AUX_WRAPPER_VALUE_TYPE, (value + 1)) ) next; typedef
/OK3568_Linux_fs/kernel/arch/parisc/include/asm/
H A Dmmu_context.h53 struct mm_struct *next, struct task_struct *tsk) in switch_mm_irqs_off()
68 struct mm_struct *next, struct task_struct *tsk) in switch_mm()
83 static inline void activate_mm(struct mm_struct *prev, struct mm_struct *next) in activate_mm()
/OK3568_Linux_fs/kernel/arch/arm64/mm/
H A Dmmu.c184 unsigned long next; in alloc_init_cont_pte() local
217 unsigned long next; in init_pmd() local
255 unsigned long next; in alloc_init_cont_pmd() local
287 static inline bool use_1G_block(unsigned long addr, unsigned long next, in use_1G_block()
304 unsigned long next; in alloc_init_pud() local
364 unsigned long addr, end, next; in __create_pgd_mapping() local
877 unsigned long next; in unmap_hotplug_pmd_range() local
910 unsigned long next; in unmap_hotplug_pud_range() local
943 unsigned long next; in unmap_hotplug_p4d_range() local
961 unsigned long next; in unmap_hotplug_range() local
[all …]
H A Dkasan_init.c104 unsigned long next; in kasan_pte_populate() local
121 unsigned long next; in kasan_pmd_populate() local
133 unsigned long next; in kasan_pud_populate() local
145 unsigned long next; in kasan_p4d_populate() local
157 unsigned long next; in kasan_pgd_populate() local
/OK3568_Linux_fs/kernel/mm/
H A Dmprotect.c217 unsigned long next; in change_pmd_range() local
289 unsigned long next; in change_pud_range() local
309 unsigned long next; in change_p4d_range() local
330 unsigned long next; in change_protection_range() local
372 unsigned long next, struct mm_walk *walk) in prot_none_pte_entry()
379 unsigned long addr, unsigned long next, in prot_none_hugetlb_entry()
386 static int prot_none_test(unsigned long addr, unsigned long next, in prot_none_test()
H A Dpagewalk.c65 unsigned long next; in walk_pmd_range() local
123 unsigned long next; in walk_pud_range() local
172 unsigned long next; in walk_p4d_range() local
205 unsigned long next; in walk_pgd_range() local
250 unsigned long next; in walk_hugetlb_range() local
384 unsigned long next; in walk_page_range() local
/OK3568_Linux_fs/kernel/arch/arm/mm/
H A Didmap.c28 unsigned long next; in idmap_add_pmd() local
73 unsigned long next; in idmap_add_pud() local
85 unsigned long next; in identity_mapping_add() local
/OK3568_Linux_fs/u-boot/include/linux/
H A Dlist.h23 struct list_head *next, *prev; member
45 struct list_head *next) in __list_add()
86 static inline void __list_del(struct list_head *prev, struct list_head *next) in __list_del()
196 struct list_head *next = head->next; in list_empty_careful() local
251 struct list_head *next) in __list_splice()
548 struct hlist_node *next, **pprev; member
572 struct hlist_node *next = n->next; in __hlist_del() local
606 struct hlist_node *next) in hlist_add_before()
615 struct hlist_node *next) in hlist_add_after()
/OK3568_Linux_fs/kernel/arch/m68k/include/asm/
H A Dmmu_context.h75 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm()
95 #define prepare_arch_switch(next) load_ksp_mmu(next) argument
207 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm()
293 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, struct task_struct *ts… in switch_mm()
326 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, struct task_struct *ts… in switch_mm()
/OK3568_Linux_fs/kernel/arch/x86/mm/
H A Dident_map.c24 unsigned long next; in ident_pud_init() local
64 unsigned long next; in ident_p4d_init() local
102 unsigned long next; in kernel_ident_mapping_init() local
/OK3568_Linux_fs/kernel/arch/arm64/kernel/
H A Dprocess.c531 static void tls_thread_switch(struct task_struct *next) in tls_thread_switch()
544 void uao_thread_switch(struct task_struct *next) in uao_thread_switch()
558 static void ssbs_thread_switch(struct task_struct *next) in ssbs_thread_switch()
586 static void entry_task_switch(struct task_struct *next) in entry_task_switch()
596 static void erratum_1418040_thread_switch(struct task_struct *next) in erratum_1418040_thread_switch()
637 struct task_struct *next) in __switch_to()

12345678910>>...104