Home
last modified time | relevance | path

Searched refs:start_type (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/nonterminal/
H A Dgrammar.hpp40 typedef rule<Iterator, T1, T2, T3, T4> start_type; typedef
41 typedef typename start_type::sig_type sig_type;
42 typedef typename start_type::locals_type locals_type;
43 typedef typename start_type::skipper_type skipper_type;
44 typedef typename start_type::encoding_type encoding_type;
46 typedef reference<start_type const> reference_;
49 static size_t const params_size = start_type::params_size;
54 typedef typename start_type::attr_type type;
58 start_type const& start in grammar()
76 (is_same<start_type, rule<Iterator_, T1_, T2_, T3_, T4_> >::value) in grammar()
[all …]
/OK3568_Linux_fs/kernel/mm/
H A Dpage_alloc.c2632 unsigned int alloc_flags, int start_type, bool whole_block) in steal_suitable_fallback() argument
2649 change_pageblock_range(page, current_order, start_type); in steal_suitable_fallback()
2665 free_pages = move_freepages_block(zone, page, start_type, in steal_suitable_fallback()
2672 if (start_type == MIGRATE_MOVABLE) { in steal_suitable_fallback()
2699 set_pageblock_migratetype(page, start_type); in steal_suitable_fallback()
2704 move_to_free_list(page, zone, current_order, start_type); in steal_suitable_fallback()