Home
last modified time | relevance | path

Searched defs:set (Results 51 – 75 of 1214) sorted by relevance

12345678910>>...49

/OK3568_Linux_fs/kernel/net/netfilter/
H A Dnft_lookup.c19 struct nft_set *set; member
31 const struct nft_set *set = priv->set; in nft_lookup_eval() local
66 struct nft_set *set; in nft_lookup_init() local
167 struct nft_set *set, in nft_lookup_validate_setelem()
H A Dnft_dynset.c16 struct nft_set *set; member
27 static void *nft_dynset_new(struct nft_set *set, const struct nft_expr *expr, in nft_dynset_new()
65 struct nft_set *set = priv->set; in nft_dynset_eval() local
111 struct nft_set *set; in nft_dynset_init() local
/OK3568_Linux_fs/u-boot/arch/arm/mach-rmobile/include/mach/
H A Drcar-mstp.h13 #define mstp_setbits(type, addr, saddr, set) \ argument
17 #define mstp_setclrbits(type, addr, set, clear) \ argument
19 #define mstp_setbits_le32(addr, saddr, set) \ argument
23 #define mstp_setclrbits_le32(addr, set, clear) \ argument
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/geometries/
H A Dsegment.hpp145 static inline void set(segment_type& s, coordinate_type const& value) in set() function
163 static inline void set(segment_type& s, coordinate_type const& value) in set() function
193 static inline void set(segment_type& s, coordinate_type const& value) in set() function
211 static inline void set(segment_type& s, coordinate_type const& value) in set() function
/OK3568_Linux_fs/kernel/net/netfilter/ipset/
H A Dip_set_bitmap_ipmac.c51 struct ip_set *set; /* attached to this ip_set */ member
118 const struct ip_set_ext *ext, struct ip_set *set, in bitmap_ipmac_add_timeout()
208 bitmap_ipmac_kadt(struct ip_set *set, const struct sk_buff *skb, in bitmap_ipmac_kadt()
241 bitmap_ipmac_uadt(struct ip_set *set, struct nlattr *tb[], in bitmap_ipmac_uadt()
299 init_map_ipmac(struct ip_set *set, struct bitmap_ipmac *map, in init_map_ipmac()
318 bitmap_ipmac_create(struct net *net, struct ip_set *set, struct nlattr *tb[], in bitmap_ipmac_create()
H A Dip_set_bitmap_port.c39 struct ip_set *set; /* attached to this ip_set */ member
127 bitmap_port_kadt(struct ip_set *set, const struct sk_buff *skb, in bitmap_port_kadt()
153 bitmap_port_uadt(struct ip_set *set, struct nlattr *tb[], in bitmap_port_uadt()
231 init_map_port(struct ip_set *set, struct bitmap_port *map, in init_map_port()
249 bitmap_port_create(struct net *net, struct ip_set *set, struct nlattr *tb[], in bitmap_port_create()
H A Dip_set_bitmap_ip.c48 struct ip_set *set; /* attached to this ip_set */ member
110 bitmap_ip_kadt(struct ip_set *set, const struct sk_buff *skb, in bitmap_ip_kadt()
130 bitmap_ip_uadt(struct ip_set *set, struct nlattr *tb[], in bitmap_ip_uadt()
219 init_map_ip(struct ip_set *set, struct bitmap_ip *map, in init_map_ip()
253 bitmap_ip_create(struct net *net, struct ip_set *set, struct nlattr *tb[], in bitmap_ip_create()
H A Dip_set_hash_ipmac.c84 hash_ipmac4_kadt(struct ip_set *set, const struct sk_buff *skb, in hash_ipmac4_kadt()
110 hash_ipmac4_uadt(struct ip_set *set, struct nlattr *tb[], in hash_ipmac4_uadt()
197 hash_ipmac6_kadt(struct ip_set *set, const struct sk_buff *skb, in hash_ipmac6_kadt()
226 hash_ipmac6_uadt(struct ip_set *set, struct nlattr *tb[], in hash_ipmac6_uadt()
H A Dip_set_hash_ip.c77 hash_ip4_kadt(struct ip_set *set, const struct sk_buff *skb, in hash_ip4_kadt()
97 hash_ip4_uadt(struct ip_set *set, struct nlattr *tb[], in hash_ip4_uadt()
219 hash_ip6_kadt(struct ip_set *set, const struct sk_buff *skb, in hash_ip6_kadt()
237 hash_ip6_uadt(struct ip_set *set, struct nlattr *tb[], in hash_ip6_uadt()
H A Dip_set_hash_ipmark.c79 hash_ipmark4_kadt(struct ip_set *set, const struct sk_buff *skb, in hash_ipmark4_kadt()
96 hash_ipmark4_uadt(struct ip_set *set, struct nlattr *tb[], in hash_ipmark4_uadt()
213 hash_ipmark6_kadt(struct ip_set *set, const struct sk_buff *skb, in hash_ipmark6_kadt()
230 hash_ipmark6_uadt(struct ip_set *set, struct nlattr *tb[], in hash_ipmark6_uadt()
/OK3568_Linux_fs/u-boot/arch/nios2/include/asm/
H A Dposix_types.h54 #define __FD_SET(d, set) ((set)->fds_bits[__FDELT(d)] |= __FDMASK(d)) argument
57 #define __FD_CLR(d, set) ((set)->fds_bits[__FDELT(d)] &= ~__FDMASK(d)) argument
60 #define __FD_ISSET(d, set) ((set)->fds_bits[__FDELT(d)] & __FDMASK(d)) argument
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/set/aux_/
H A Dnumbered.hpp24 # define AUX778076_SET_TAIL(set, i_, T) \ argument
34 struct BOOST_PP_CAT(set,i_) in BOOST_PP_CAT() argument
H A Dnumbered_c.hpp25 # define AUX778076_SET_C_TAIL(set, i_, T, C) \ argument
35 struct BOOST_PP_CAT(BOOST_PP_CAT(set,i_),_c) in BOOST_PP_CAT() function
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/char_set/
H A Dbasic_chset.hpp42 set(Char from, Char to) in set() function
48 set(Char c) in set() function
155 set(Char from, Char to) in set() function
162 set(Char c) in set() function
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Ds390-sample-raw.c32 static size_t ctrset_size(struct cf_ctrset_entry *set) in ctrset_size()
37 static bool ctrset_valid(struct cf_ctrset_entry *set) in ctrset_valid()
138 static const char *get_counter_name(int set, int nr, struct pmu_events_map *map) in get_counter_name()
/OK3568_Linux_fs/kernel/kernel/trace/
H A Dtrace_irqsoff.c68 static inline int irqsoff_display_graph(struct trace_array *tr, int set) in irqsoff_display_graph()
157 static int irqsoff_display_graph(struct trace_array *tr, int set) in irqsoff_display_graph()
462 static int register_irqsoff_function(struct trace_array *tr, int graph, int set) in register_irqsoff_function()
494 static int irqsoff_function_set(struct trace_array *tr, u32 mask, int set) in irqsoff_function_set()
506 static int register_irqsoff_function(struct trace_array *tr, int graph, int set) in register_irqsoff_function()
511 static inline int irqsoff_function_set(struct trace_array *tr, u32 mask, int set) in irqsoff_function_set()
517 static int irqsoff_flag_changed(struct trace_array *tr, u32 mask, int set) in irqsoff_flag_changed()
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dsignal_32.c87 static inline int put_sigset_t(compat_sigset_t __user *uset, sigset_t *set) in put_sigset_t()
92 static inline int get_sigset_t(sigset_t *set, in get_sigset_t()
141 static inline int put_sigset_t(sigset_t __user *uset, sigset_t *set) in put_sigset_t()
146 static inline int get_sigset_t(sigset_t *set, const sigset_t __user *uset) in get_sigset_t()
850 sigset_t set; in do_setcontext() local
882 sigset_t set; in do_setcontext_tm() local
1315 sigset_t set; in COMPAT_SYSCALL_DEFINE0() local
/OK3568_Linux_fs/kernel/block/
H A Dblk-mq-tag.c28 struct blk_mq_tag_set *set = q->tag_set; in __blk_mq_tag_busy() local
60 struct blk_mq_tag_set *set = q->tag_set; in __blk_mq_tag_idle() local
495 int blk_mq_init_shared_sbitmap(struct blk_mq_tag_set *set, unsigned int flags) in blk_mq_init_shared_sbitmap()
521 void blk_mq_exit_shared_sbitmap(struct blk_mq_tag_set *set) in blk_mq_exit_shared_sbitmap()
580 struct blk_mq_tag_set *set = hctx->queue->tag_set; in blk_mq_tag_update_depth() local
621 void blk_mq_tag_resize_shared_sbitmap(struct blk_mq_tag_set *set, unsigned int size) in blk_mq_tag_resize_shared_sbitmap()
/OK3568_Linux_fs/kernel/arch/s390/kernel/
H A Dcompat_signal.c184 sigset_t set; in COMPAT_SYSCALL_DEFINE0() local
205 sigset_t set; in COMPAT_SYSCALL_DEFINE0() local
253 static int setup_frame32(struct ksignal *ksig, sigset_t *set, in setup_frame32()
338 static int setup_rt_frame32(struct ksignal *ksig, sigset_t *set, in setup_rt_frame32()
H A Dsignal.c222 sigset_t set; in SYSCALL_DEFINE0() local
244 sigset_t set; in SYSCALL_DEFINE0() local
288 sigset_t *set, struct pt_regs * regs) in setup_frame()
369 static int setup_rt_frame(struct ksignal *ksig, sigset_t *set, in setup_rt_frame()
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/hfi1/
H A Dexp_rcv.h52 #define EXP_TID_SET_EMPTY(set) (set.count == 0 && list_empty(&set.list)) argument
148 struct exp_tid_set *set) in tid_group_add_tail()
155 struct exp_tid_set *set) in tid_group_remove()
169 static inline struct tid_group *tid_group_pop(struct exp_tid_set *set) in tid_group_pop()
/OK3568_Linux_fs/kernel/arch/nds32/kernel/
H A Dsignal.c82 sigset_t set; in restore_sigframe() local
172 sigset_t * set) in setup_sigframe()
272 setup_rt_frame(struct ksignal *ksig, sigset_t * set, struct pt_regs *regs) in setup_rt_frame()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/
H A Drockchip_drm_logo.c379 static void of_parse_post_csc_info(struct device_node *route, struct rockchip_drm_mode_set *set) in of_parse_post_csc_info()
446 struct rockchip_drm_mode_set *set; in of_parse_display_resource() local
700 struct rockchip_drm_mode_set *set) in setup_initial_state()
876 struct rockchip_drm_mode_set *set, in update_state()
960 struct rockchip_drm_mode_set *set) in rockchip_drm_copy_mode_from_mode_set()
978 struct rockchip_drm_mode_set *set, *tmp, *unset; in rockchip_drm_show_logo() local
/OK3568_Linux_fs/kernel/net/netfilter/ipvs/
H A Dip_vs_lblcr.c99 static void ip_vs_dest_set_insert(struct ip_vs_dest_set *set, in ip_vs_dest_set_insert()
134 ip_vs_dest_set_erase(struct ip_vs_dest_set *set, struct ip_vs_dest *dest) in ip_vs_dest_set_erase()
150 static void ip_vs_dest_set_eraseall(struct ip_vs_dest_set *set) in ip_vs_dest_set_eraseall()
161 static inline struct ip_vs_dest *ip_vs_dest_set_min(struct ip_vs_dest_set *set) in ip_vs_dest_set_min()
210 static inline struct ip_vs_dest *ip_vs_dest_set_max(struct ip_vs_dest_set *set) in ip_vs_dest_set_max()
262 struct ip_vs_dest_set set; /* destination server set */ member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_crtc.c98 struct drm_mode_set set = { in drm_crtc_force_disable() local
445 static int __drm_mode_set_config_internal(struct drm_mode_set *set, in __drm_mode_set_config_internal()
502 int drm_mode_set_config_internal(struct drm_mode_set *set) in drm_mode_set_config_internal()
562 struct drm_mode_set set; in drm_mode_setcrtc() local

12345678910>>...49