Home
last modified time | relevance | path

Searched defs:set (Results 1 – 25 of 1773) sorted by relevance

12345678910>>...71

/kernel/linux/linux-6.6/drivers/s390/cio/
Didset.c26 struct idset *set; in idset_new() local
38 void idset_free(struct idset *set) in idset_free()
43 void idset_fill(struct idset *set) in idset_fill()
49 static inline void idset_add(struct idset *set, int ssid, int id) in idset_add()
54 static inline void idset_del(struct idset *set, int ssid, int id) in idset_del()
59 static inline int idset_contains(struct idset *set, int ssid, int id) in idset_contains()
69 void idset_sch_add(struct idset *set, struct subchannel_id schid) in idset_sch_add()
74 void idset_sch_del(struct idset *set, struct subchannel_id schid) in idset_sch_del()
80 void idset_sch_del_subseq(struct idset *set, struct subchannel_id schid) in idset_sch_del_subseq()
87 int idset_sch_contains(struct idset *set, struct subchannel_id schid) in idset_sch_contains()
[all …]
/kernel/linux/linux-5.10/drivers/s390/cio/
Didset.c26 struct idset *set; in idset_new() local
37 void idset_free(struct idset *set) in idset_free()
42 void idset_fill(struct idset *set) in idset_fill()
47 static inline void idset_add(struct idset *set, int ssid, int id) in idset_add()
52 static inline void idset_del(struct idset *set, int ssid, int id) in idset_del()
57 static inline int idset_contains(struct idset *set, int ssid, int id) in idset_contains()
67 void idset_sch_add(struct idset *set, struct subchannel_id schid) in idset_sch_add()
72 void idset_sch_del(struct idset *set, struct subchannel_id schid) in idset_sch_del()
78 void idset_sch_del_subseq(struct idset *set, struct subchannel_id schid) in idset_sch_del_subseq()
85 int idset_sch_contains(struct idset *set, struct subchannel_id schid) in idset_sch_contains()
[all …]
/kernel/linux/linux-5.10/drivers/media/pci/bt8xx/
Dbttv-audio-hook.c55 void gvbctv3pci_audio(struct bttv *btv, struct v4l2_tuner *t, int set) in gvbctv3pci_audio()
86 void gvbctv5pci_audio(struct bttv *btv, struct v4l2_tuner *t, int set) in gvbctv5pci_audio()
157 void avermedia_tvphone_audio(struct bttv *btv, struct v4l2_tuner *t, int set) in avermedia_tvphone_audio()
188 void avermedia_tv_stereo_audio(struct bttv *btv, struct v4l2_tuner *t, int set) in avermedia_tv_stereo_audio()
221 void lt9415_audio(struct bttv *btv, struct v4l2_tuner *t, int set) in lt9415_audio()
259 void terratv_audio(struct bttv *btv, struct v4l2_tuner *t, int set) in terratv_audio()
292 void winfast2000_audio(struct bttv *btv, struct v4l2_tuner *t, int set) in winfast2000_audio()
336 void pvbt878p9b_audio(struct bttv *btv, struct v4l2_tuner *t, int set) in pvbt878p9b_audio()
377 void fv2000s_audio(struct bttv *btv, struct v4l2_tuner *t, int set) in fv2000s_audio()
416 void windvr_audio(struct bttv *btv, struct v4l2_tuner *t, int set) in windvr_audio()
[all …]
/kernel/linux/linux-6.6/drivers/media/pci/bt8xx/
Dbttv-audio-hook.c55 void gvbctv3pci_audio(struct bttv *btv, struct v4l2_tuner *t, int set) in gvbctv3pci_audio()
86 void gvbctv5pci_audio(struct bttv *btv, struct v4l2_tuner *t, int set) in gvbctv5pci_audio()
157 void avermedia_tvphone_audio(struct bttv *btv, struct v4l2_tuner *t, int set) in avermedia_tvphone_audio()
188 void avermedia_tv_stereo_audio(struct bttv *btv, struct v4l2_tuner *t, int set) in avermedia_tv_stereo_audio()
221 void lt9415_audio(struct bttv *btv, struct v4l2_tuner *t, int set) in lt9415_audio()
259 void terratv_audio(struct bttv *btv, struct v4l2_tuner *t, int set) in terratv_audio()
292 void winfast2000_audio(struct bttv *btv, struct v4l2_tuner *t, int set) in winfast2000_audio()
328 void pvbt878p9b_audio(struct bttv *btv, struct v4l2_tuner *t, int set) in pvbt878p9b_audio()
369 void fv2000s_audio(struct bttv *btv, struct v4l2_tuner *t, int set) in fv2000s_audio()
408 void windvr_audio(struct bttv *btv, struct v4l2_tuner *t, int set) in windvr_audio()
[all …]
/kernel/linux/linux-6.6/arch/x86/include/asm/
Dsignal.h44 #define sigaddset(set,sig) \ argument
49 static inline void __gen_sigaddset(sigset_t *set, int _sig) in __gen_sigaddset()
54 static inline void __const_sigaddset(sigset_t *set, int _sig) in __const_sigaddset()
60 #define sigdelset(set, sig) \ argument
66 static inline void __gen_sigdelset(sigset_t *set, int _sig) in __gen_sigdelset()
71 static inline void __const_sigdelset(sigset_t *set, int _sig) in __const_sigdelset()
77 static inline int __const_sigismember(sigset_t *set, int _sig) in __const_sigismember()
83 static inline int __gen_sigismember(sigset_t *set, int _sig) in __gen_sigismember()
91 #define sigismember(set, sig) \ argument
/kernel/linux/linux-5.10/arch/x86/include/asm/
Dsignal.h48 #define sigaddset(set,sig) \ argument
53 static inline void __gen_sigaddset(sigset_t *set, int _sig) in __gen_sigaddset()
58 static inline void __const_sigaddset(sigset_t *set, int _sig) in __const_sigaddset()
64 #define sigdelset(set, sig) \ argument
70 static inline void __gen_sigdelset(sigset_t *set, int _sig) in __gen_sigdelset()
75 static inline void __const_sigdelset(sigset_t *set, int _sig) in __const_sigdelset()
81 static inline int __const_sigismember(sigset_t *set, int _sig) in __const_sigismember()
87 static inline int __gen_sigismember(sigset_t *set, int _sig) in __gen_sigismember()
95 #define sigismember(set, sig) \ argument
/kernel/linux/linux-6.6/net/netfilter/ipset/
Dip_set_list_set.c29 struct ip_set *set; /* Sigh, in order to cleanup reference */ member
43 struct ip_set *set; /* attached to this ip_set */ member
49 list_set_ktest(struct ip_set *set, const struct sk_buff *skb, in list_set_ktest()
74 list_set_kadd(struct ip_set *set, const struct sk_buff *skb, in list_set_kadd()
94 list_set_kdel(struct ip_set *set, const struct sk_buff *skb, in list_set_kdel()
114 list_set_kadt(struct ip_set *set, const struct sk_buff *skb, in list_set_kadt()
146 struct ip_set *set = e->set; in __list_set_del_rcu() local
153 list_set_del(struct ip_set *set, struct set_elem *e) in list_set_del()
164 list_set_replace(struct ip_set *set, struct set_elem *e, struct set_elem *old) in list_set_replace()
174 set_cleanup_entries(struct ip_set *set) in set_cleanup_entries()
[all …]
Dip_set_bitmap_gen.h34 #define get_ext(set, map, id) ((map)->extensions + ((set)->dsize * (id))) argument
37 mtype_gc_init(struct ip_set *set, void (*gc)(struct timer_list *t)) in mtype_gc_init()
46 mtype_ext_cleanup(struct ip_set *set) in mtype_ext_cleanup()
57 mtype_destroy(struct ip_set *set) in mtype_destroy()
70 mtype_flush(struct ip_set *set) in mtype_flush()
90 mtype_head(struct ip_set *set, struct sk_buff *skb) in mtype_head()
114 mtype_test(struct ip_set *set, void *value, const struct ip_set_ext *ext, in mtype_test()
128 mtype_add(struct ip_set *set, void *value, const struct ip_set_ext *ext, in mtype_add()
173 mtype_del(struct ip_set *set, void *value, const struct ip_set_ext *ext, in mtype_del()
201 mtype_list(const struct ip_set *set, in mtype_list()
[all …]
Dip_set_core.c346 ip_set_init_comment(struct ip_set *set, struct ip_set_comment *comment, in ip_set_init_comment()
387 ip_set_comment_free(struct ip_set *set, void *ptr) in ip_set_comment_free()
440 ip_set_elem_len(struct ip_set *set, struct nlattr *tb[], size_t len, in ip_set_elem_len()
467 ip_set_get_extensions(struct ip_set *set, struct nlattr *tb[], in ip_set_get_extensions()
564 ip_set_put_extensions(struct sk_buff *skb, const struct ip_set *set, in ip_set_put_extensions()
638 ip_set_match_extensions(struct ip_set *set, const struct ip_set_ext *ext, in ip_set_match_extensions()
674 __ip_set_get(struct ip_set *set) in __ip_set_get()
682 __ip_set_put(struct ip_set *set) in __ip_set_put()
694 __ip_set_get_netlink(struct ip_set *set) in __ip_set_get_netlink()
702 __ip_set_put_netlink(struct ip_set *set) in __ip_set_put_netlink()
[all …]
/kernel/linux/linux-5.10/net/netfilter/ipset/
Dip_set_list_set.c29 struct ip_set *set; /* Sigh, in order to cleanup reference */ member
43 struct ip_set *set; /* attached to this ip_set */ member
49 list_set_ktest(struct ip_set *set, const struct sk_buff *skb, in list_set_ktest()
74 list_set_kadd(struct ip_set *set, const struct sk_buff *skb, in list_set_kadd()
94 list_set_kdel(struct ip_set *set, const struct sk_buff *skb, in list_set_kdel()
114 list_set_kadt(struct ip_set *set, const struct sk_buff *skb, in list_set_kadt()
146 struct ip_set *set = e->set; in __list_set_del_rcu() local
153 list_set_del(struct ip_set *set, struct set_elem *e) in list_set_del()
164 list_set_replace(struct ip_set *set, struct set_elem *e, struct set_elem *old) in list_set_replace()
174 set_cleanup_entries(struct ip_set *set) in set_cleanup_entries()
[all …]
Dip_set_bitmap_gen.h34 #define get_ext(set, map, id) ((map)->extensions + ((set)->dsize * (id))) argument
37 mtype_gc_init(struct ip_set *set, void (*gc)(struct timer_list *t)) in mtype_gc_init()
46 mtype_ext_cleanup(struct ip_set *set) in mtype_ext_cleanup()
57 mtype_destroy(struct ip_set *set) in mtype_destroy()
70 mtype_flush(struct ip_set *set) in mtype_flush()
90 mtype_head(struct ip_set *set, struct sk_buff *skb) in mtype_head()
114 mtype_test(struct ip_set *set, void *value, const struct ip_set_ext *ext, in mtype_test()
128 mtype_add(struct ip_set *set, void *value, const struct ip_set_ext *ext, in mtype_add()
173 mtype_del(struct ip_set *set, void *value, const struct ip_set_ext *ext, in mtype_del()
201 mtype_list(const struct ip_set *set, in mtype_list()
[all …]
Dip_set_core.c340 ip_set_init_comment(struct ip_set *set, struct ip_set_comment *comment, in ip_set_init_comment()
381 ip_set_comment_free(struct ip_set *set, void *ptr) in ip_set_comment_free()
434 ip_set_elem_len(struct ip_set *set, struct nlattr *tb[], size_t len, in ip_set_elem_len()
461 ip_set_get_extensions(struct ip_set *set, struct nlattr *tb[], in ip_set_get_extensions()
558 ip_set_put_extensions(struct sk_buff *skb, const struct ip_set *set, in ip_set_put_extensions()
632 ip_set_match_extensions(struct ip_set *set, const struct ip_set_ext *ext, in ip_set_match_extensions()
668 __ip_set_get(struct ip_set *set) in __ip_set_get()
676 __ip_set_put(struct ip_set *set) in __ip_set_put()
688 __ip_set_get_netlink(struct ip_set *set) in __ip_set_get_netlink()
696 __ip_set_put_netlink(struct ip_set *set) in __ip_set_put_netlink()
[all …]
/kernel/linux/linux-5.10/net/netfilter/
Dnft_set_hash.c38 const struct nft_set *set; member
82 static bool nft_rhash_lookup(const struct net *net, const struct nft_set *set, in nft_rhash_lookup()
100 static void *nft_rhash_get(const struct net *net, const struct nft_set *set, in nft_rhash_get()
118 static bool nft_rhash_update(struct nft_set *set, const u32 *key, in nft_rhash_update()
165 static int nft_rhash_insert(const struct net *net, const struct nft_set *set, in nft_rhash_insert()
189 static void nft_rhash_activate(const struct net *net, const struct nft_set *set, in nft_rhash_activate()
198 const struct nft_set *set, void *priv) in nft_rhash_flush()
208 const struct nft_set *set, in nft_rhash_deactivate()
230 const struct nft_set *set, in nft_rhash_remove()
239 static bool nft_rhash_delete(const struct nft_set *set, in nft_rhash_delete()
[all …]
Dnft_set_rbtree.c44 static int nft_rbtree_cmp(const struct nft_set *set, in nft_rbtree_cmp()
58 static bool __nft_rbtree_lookup(const struct net *net, const struct nft_set *set, in __nft_rbtree_lookup()
119 static bool nft_rbtree_lookup(const struct net *net, const struct nft_set *set, in nft_rbtree_lookup()
138 static bool __nft_rbtree_get(const struct net *net, const struct nft_set *set, in __nft_rbtree_get()
202 static void *nft_rbtree_get(const struct net *net, const struct nft_set *set, in nft_rbtree_get()
226 static void nft_rbtree_gc_remove(struct net *net, struct nft_set *set, in nft_rbtree_gc_remove()
242 struct nft_set *set = (struct nft_set *)__set; in nft_rbtree_gc_elem() local
294 static bool nft_rbtree_update_first(const struct nft_set *set, in nft_rbtree_update_first()
310 static int __nft_rbtree_insert(const struct net *net, const struct nft_set *set, in __nft_rbtree_insert()
488 static int nft_rbtree_insert(const struct net *net, const struct nft_set *set, in nft_rbtree_insert()
[all …]
Dnft_set_bitmap.c51 static inline void nft_bitmap_location(const struct nft_set *set, in nft_bitmap_location()
76 static bool nft_bitmap_lookup(const struct net *net, const struct nft_set *set, in nft_bitmap_lookup()
89 nft_bitmap_elem_find(const struct nft_set *set, struct nft_bitmap_elem *this, in nft_bitmap_elem_find()
106 static void *nft_bitmap_get(const struct net *net, const struct nft_set *set, in nft_bitmap_get()
123 static int nft_bitmap_insert(const struct net *net, const struct nft_set *set, in nft_bitmap_insert()
147 const struct nft_set *set, in nft_bitmap_remove()
162 const struct nft_set *set, in nft_bitmap_activate()
177 const struct nft_set *set, void *_be) in nft_bitmap_flush()
193 const struct nft_set *set, in nft_bitmap_deactivate()
215 struct nft_set *set, in nft_bitmap_walk()
[all …]
/kernel/linux/linux-6.6/net/netfilter/
Dnft_set_rbtree.c41 static int nft_rbtree_cmp(const struct nft_set *set, in nft_rbtree_cmp()
54 static bool __nft_rbtree_lookup(const struct net *net, const struct nft_set *set, in __nft_rbtree_lookup()
116 bool nft_rbtree_lookup(const struct net *net, const struct nft_set *set, in nft_rbtree_lookup()
135 static bool __nft_rbtree_get(const struct net *net, const struct nft_set *set, in __nft_rbtree_get()
199 static void *nft_rbtree_get(const struct net *net, const struct nft_set *set, in nft_rbtree_get()
223 static void nft_rbtree_gc_elem_remove(struct net *net, struct nft_set *set, in nft_rbtree_gc_elem_remove()
240 struct nft_set *set = (struct nft_set *)__set; in nft_rbtree_gc_elem() local
292 static bool nft_rbtree_update_first(const struct nft_set *set, in nft_rbtree_update_first()
308 static int __nft_rbtree_insert(const struct net *net, const struct nft_set *set, in __nft_rbtree_insert()
487 static int nft_rbtree_insert(const struct net *net, const struct nft_set *set, in nft_rbtree_insert()
[all …]
Dnft_set_hash.c37 const struct nft_set *set; member
83 bool nft_rhash_lookup(const struct net *net, const struct nft_set *set, in nft_rhash_lookup()
102 static void *nft_rhash_get(const struct net *net, const struct nft_set *set, in nft_rhash_get()
121 static bool nft_rhash_update(struct nft_set *set, const u32 *key, in nft_rhash_update()
169 static int nft_rhash_insert(const struct net *net, const struct nft_set *set, in nft_rhash_insert()
194 static void nft_rhash_activate(const struct net *net, const struct nft_set *set, in nft_rhash_activate()
203 const struct nft_set *set, void *priv) in nft_rhash_flush()
213 const struct nft_set *set, in nft_rhash_deactivate()
236 const struct nft_set *set, in nft_rhash_remove()
245 static bool nft_rhash_delete(const struct nft_set *set, in nft_rhash_delete()
[all …]
Dnft_set_bitmap.c51 static inline void nft_bitmap_location(const struct nft_set *set, in nft_bitmap_location()
77 bool nft_bitmap_lookup(const struct net *net, const struct nft_set *set, in nft_bitmap_lookup()
90 nft_bitmap_elem_find(const struct nft_set *set, struct nft_bitmap_elem *this, in nft_bitmap_elem_find()
107 static void *nft_bitmap_get(const struct net *net, const struct nft_set *set, in nft_bitmap_get()
124 static int nft_bitmap_insert(const struct net *net, const struct nft_set *set, in nft_bitmap_insert()
148 const struct nft_set *set, in nft_bitmap_remove()
163 const struct nft_set *set, in nft_bitmap_activate()
178 const struct nft_set *set, void *_be) in nft_bitmap_flush()
194 const struct nft_set *set, in nft_bitmap_deactivate()
216 struct nft_set *set, in nft_bitmap_walk()
[all …]
/kernel/linux/linux-6.6/tools/lib/bpf/
Dstrset.c41 struct strset *set = calloc(1, sizeof(*set)); in strset__new() local
84 void strset__free(struct strset *set) in strset__free()
94 size_t strset__data_size(const struct strset *set) in strset__data_size()
99 const char *strset__data(const struct strset *set) in strset__data()
104 static void *strset_add_str_mem(struct strset *set, size_t add_sz) in strset_add_str_mem()
116 int strset__find_str(struct strset *set, const char *s) in strset__find_str()
142 int strset__add_str(struct strset *set, const char *s) in strset__add_str()
/kernel/linux/linux-5.10/arch/m68k/include/asm/
Dsignal.h27 static inline void sigaddset(sigset_t *set, int _sig) in sigaddset()
35 static inline void sigdelset(sigset_t *set, int _sig) in sigdelset()
43 static inline int __const_sigismember(sigset_t *set, int _sig) in __const_sigismember()
49 static inline int __gen_sigismember(sigset_t *set, int _sig) in __gen_sigismember()
59 #define sigismember(set,sig) \ argument
/kernel/linux/linux-6.6/arch/m68k/include/asm/
Dsignal.h27 static inline void sigaddset(sigset_t *set, int _sig) in sigaddset()
35 static inline void sigdelset(sigset_t *set, int _sig) in sigdelset()
43 static inline int __const_sigismember(sigset_t *set, int _sig) in __const_sigismember()
49 static inline int __gen_sigismember(sigset_t *set, int _sig) in __gen_sigismember()
59 #define sigismember(set,sig) \ argument
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
Darg_parsing.c6 static void init_test_filter_set(struct test_filter_set *set) in init_test_filter_set()
12 static void free_test_filter_set(struct test_filter_set *set) in free_test_filter_set()
29 struct test_filter_set set; in test_parse_test_list() local
118 struct test_filter_set set; in test_parse_test_list_file() local
/kernel/linux/linux-5.10/include/linux/
Dsignal.h62 static inline void sigaddset(sigset_t *set, int _sig) in sigaddset()
71 static inline void sigdelset(sigset_t *set, int _sig) in sigdelset()
80 static inline int sigismember(sigset_t *set, int _sig) in sigismember()
91 static inline int sigisemptyset(sigset_t *set) in sigisemptyset()
203 static inline void sigfillset(sigset_t *set) in sigfillset()
218 static inline void sigaddsetmask(sigset_t *set, unsigned long mask) in sigaddsetmask()
223 static inline void sigdelsetmask(sigset_t *set, unsigned long mask) in sigdelsetmask()
228 static inline int sigtestsetmask(sigset_t *set, unsigned long mask) in sigtestsetmask()
233 static inline void siginitset(sigset_t *set, unsigned long mask) in siginitset()
246 static inline void siginitsetinv(sigset_t *set, unsigned long mask) in siginitsetinv()
/kernel/linux/linux-6.6/include/linux/
Dsignal.h64 static inline void sigaddset(sigset_t *set, int _sig) in sigaddset()
73 static inline void sigdelset(sigset_t *set, int _sig) in sigdelset()
82 static inline int sigismember(sigset_t *set, int _sig) in sigismember()
93 static inline int sigisemptyset(sigset_t *set) in sigisemptyset()
204 static inline void sigfillset(sigset_t *set) in sigfillset()
219 static inline void sigaddsetmask(sigset_t *set, unsigned long mask) in sigaddsetmask()
224 static inline void sigdelsetmask(sigset_t *set, unsigned long mask) in sigdelsetmask()
229 static inline int sigtestsetmask(sigset_t *set, unsigned long mask) in sigtestsetmask()
234 static inline void siginitset(sigset_t *set, unsigned long mask) in siginitset()
247 static inline void siginitsetinv(sigset_t *set, unsigned long mask) in siginitsetinv()
/kernel/linux/linux-6.6/arch/x86/kernel/
Dsignal_64.c138 #define unsafe_put_sigcontext(sc, fp, regs, set, label) \ argument
144 #define unsafe_put_sigmask(set, frame, label) \ argument
166 sigset_t *set = sigmask_to_save(); in x64_setup_rt_frame() local
250 sigset_t set; in SYSCALL_DEFINE0() local
305 compat_sigset_t *set = (compat_sigset_t *) sigmask_to_save(); in x32_setup_rt_frame() local
363 sigset_t set; in COMPAT_SYSCALL_DEFINE0() local

12345678910>>...71