Home
last modified time | relevance | path

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

12345678910>>...58

/kernel/linux/linux-4.19/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()
62 static inline int idset_get_first(struct idset *set, int *ssid, int *id) in idset_get_first()
79 void idset_sch_add(struct idset *set, struct subchannel_id schid) in idset_sch_add()
84 void idset_sch_del(struct idset *set, struct subchannel_id schid) in idset_sch_del()
90 void idset_sch_del_subseq(struct idset *set, struct subchannel_id schid) in idset_sch_del_subseq()
[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-4.19/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-4.19/arch/x86/include/asm/
Dsignal.h49 #define sigaddset(set,sig) \ argument
54 static inline void __gen_sigaddset(sigset_t *set, int _sig) in __gen_sigaddset()
59 static inline void __const_sigaddset(sigset_t *set, int _sig) in __const_sigaddset()
65 #define sigdelset(set, sig) \ argument
71 static inline void __gen_sigdelset(sigset_t *set, int _sig) in __gen_sigdelset()
76 static inline void __const_sigdelset(sigset_t *set, int _sig) in __const_sigdelset()
82 static inline int __const_sigismember(sigset_t *set, int _sig) in __const_sigismember()
88 static inline int __gen_sigismember(sigset_t *set, int _sig) in __gen_sigismember()
96 #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-4.19/net/netfilter/ipset/
Dip_set_list_set.c33 struct ip_set *set; /* Sigh, in order to cleanup reference */ member
47 struct ip_set *set; /* attached to this ip_set */ member
53 list_set_ktest(struct ip_set *set, const struct sk_buff *skb, in list_set_ktest()
78 list_set_kadd(struct ip_set *set, const struct sk_buff *skb, in list_set_kadd()
98 list_set_kdel(struct ip_set *set, const struct sk_buff *skb, in list_set_kdel()
118 list_set_kadt(struct ip_set *set, const struct sk_buff *skb, in list_set_kadt()
150 struct ip_set *set = e->set; in __list_set_del_rcu() local
157 list_set_del(struct ip_set *set, struct set_elem *e) in list_set_del()
168 list_set_replace(struct ip_set *set, struct set_elem *e, struct set_elem *old) in list_set_replace()
178 set_cleanup_entries(struct ip_set *set) in set_cleanup_entries()
[all …]
Dip_set_bitmap_gen.h37 #define get_ext(set, map, id) ((map)->extensions + ((set)->dsize * (id))) argument
40 mtype_gc_init(struct ip_set *set, void (*gc)(struct timer_list *t)) in mtype_gc_init()
49 mtype_ext_cleanup(struct ip_set *set) in mtype_ext_cleanup()
60 mtype_destroy(struct ip_set *set) in mtype_destroy()
76 mtype_flush(struct ip_set *set) in mtype_flush()
96 mtype_head(struct ip_set *set, struct sk_buff *skb) in mtype_head()
120 mtype_test(struct ip_set *set, void *value, const struct ip_set_ext *ext, in mtype_test()
134 mtype_add(struct ip_set *set, void *value, const struct ip_set_ext *ext, in mtype_add()
179 mtype_del(struct ip_set *set, void *value, const struct ip_set_ext *ext, in mtype_del()
207 mtype_list(const struct ip_set *set, in mtype_list()
[all …]
Dip_set_core.c373 ip_set_elem_len(struct ip_set *set, struct nlattr *tb[], size_t len, in ip_set_elem_len()
400 ip_set_get_extensions(struct ip_set *set, struct nlattr *tb[], in ip_set_get_extensions()
457 ip_set_put_extensions(struct sk_buff *skb, const struct ip_set *set, in ip_set_put_extensions()
482 ip_set_match_extensions(struct ip_set *set, const struct ip_set_ext *ext, in ip_set_match_extensions()
517 __ip_set_get(struct ip_set *set) in __ip_set_get()
525 __ip_set_put(struct ip_set *set) in __ip_set_put()
537 __ip_set_put_netlink(struct ip_set *set) in __ip_set_put_netlink()
554 struct ip_set *set; in ip_set_rcu_get() local
569 struct ip_set *set = ip_set_rcu_get(xt_net(par), index); in ip_set_test() local
607 struct ip_set *set = ip_set_rcu_get(xt_net(par), index); in ip_set_add() local
[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.h33 #define get_ext(set, map, id) ((map)->extensions + ((set)->dsize * (id))) argument
36 mtype_gc_init(struct ip_set *set, void (*gc)(struct timer_list *t)) in mtype_gc_init()
45 mtype_ext_cleanup(struct ip_set *set) in mtype_ext_cleanup()
56 mtype_destroy(struct ip_set *set) in mtype_destroy()
72 mtype_flush(struct ip_set *set) in mtype_flush()
92 mtype_head(struct ip_set *set, struct sk_buff *skb) in mtype_head()
116 mtype_test(struct ip_set *set, void *value, const struct ip_set_ext *ext, in mtype_test()
130 mtype_add(struct ip_set *set, void *value, const struct ip_set_ext *ext, in mtype_add()
175 mtype_del(struct ip_set *set, void *value, const struct ip_set_ext *ext, in mtype_del()
203 mtype_list(const struct ip_set *set, in mtype_list()
[all …]
Dip_set_core.c338 ip_set_init_comment(struct ip_set *set, struct ip_set_comment *comment, in ip_set_init_comment()
379 ip_set_comment_free(struct ip_set *set, void *ptr) in ip_set_comment_free()
432 ip_set_elem_len(struct ip_set *set, struct nlattr *tb[], size_t len, in ip_set_elem_len()
459 ip_set_get_extensions(struct ip_set *set, struct nlattr *tb[], in ip_set_get_extensions()
556 ip_set_put_extensions(struct sk_buff *skb, const struct ip_set *set, in ip_set_put_extensions()
630 ip_set_match_extensions(struct ip_set *set, const struct ip_set_ext *ext, in ip_set_match_extensions()
666 __ip_set_get(struct ip_set *set) in __ip_set_get()
674 __ip_set_put(struct ip_set *set) in __ip_set_put()
686 __ip_set_put_netlink(struct ip_set *set) in __ip_set_put_netlink()
703 struct ip_set *set; in ip_set_rcu_get() local
[all …]
/kernel/linux/linux-5.10/net/netfilter/
Dnft_set_hash.c35 const struct nft_set *set; member
77 static bool nft_rhash_lookup(const struct net *net, const struct nft_set *set, in nft_rhash_lookup()
95 static void *nft_rhash_get(const struct net *net, const struct nft_set *set, in nft_rhash_get()
113 static bool nft_rhash_update(struct nft_set *set, const u32 *key, in nft_rhash_update()
158 static int nft_rhash_insert(const struct net *net, const struct nft_set *set, in nft_rhash_insert()
182 static void nft_rhash_activate(const struct net *net, const struct nft_set *set, in nft_rhash_activate()
192 const struct nft_set *set, void *priv) in nft_rhash_flush()
205 const struct nft_set *set, in nft_rhash_deactivate()
228 const struct nft_set *set, in nft_rhash_remove()
237 static bool nft_rhash_delete(const struct nft_set *set, in nft_rhash_delete()
[all …]
Dnft_set_rbtree.c41 static bool nft_rbtree_equal(const struct nft_set *set, const void *this, in nft_rbtree_equal()
47 static bool __nft_rbtree_lookup(const struct net *net, const struct nft_set *set, in __nft_rbtree_lookup()
110 static bool nft_rbtree_lookup(const struct net *net, const struct nft_set *set, in nft_rbtree_lookup()
129 static bool __nft_rbtree_get(const struct net *net, const struct nft_set *set, in __nft_rbtree_get()
193 static void *nft_rbtree_get(const struct net *net, const struct nft_set *set, in nft_rbtree_get()
217 static int __nft_rbtree_insert(const struct net *net, const struct nft_set *set, in __nft_rbtree_insert()
366 static int nft_rbtree_insert(const struct net *net, const struct nft_set *set, in nft_rbtree_insert()
384 const struct nft_set *set, in nft_rbtree_remove()
398 const struct nft_set *set, in nft_rbtree_activate()
408 const struct nft_set *set, void *priv) in nft_rbtree_flush()
[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-4.19/net/netfilter/
Dnft_set_hash.c38 const struct nft_set *set; member
80 static bool nft_rhash_lookup(const struct net *net, const struct nft_set *set, in nft_rhash_lookup()
98 static void *nft_rhash_get(const struct net *net, const struct nft_set *set, in nft_rhash_get()
116 static bool nft_rhash_update(struct nft_set *set, const u32 *key, in nft_rhash_update()
161 static int nft_rhash_insert(const struct net *net, const struct nft_set *set, in nft_rhash_insert()
185 static void nft_rhash_activate(const struct net *net, const struct nft_set *set, in nft_rhash_activate()
195 const struct nft_set *set, void *priv) in nft_rhash_flush()
208 const struct nft_set *set, in nft_rhash_deactivate()
231 const struct nft_set *set, in nft_rhash_remove()
240 static void nft_rhash_walk(const struct nft_ctx *ctx, struct nft_set *set, in nft_rhash_walk()
[all …]
Dnft_set_rbtree.c44 static bool nft_rbtree_equal(const struct nft_set *set, const void *this, in nft_rbtree_equal()
50 static bool __nft_rbtree_lookup(const struct net *net, const struct nft_set *set, in __nft_rbtree_lookup()
108 static bool nft_rbtree_lookup(const struct net *net, const struct nft_set *set, in nft_rbtree_lookup()
127 static bool __nft_rbtree_get(const struct net *net, const struct nft_set *set, in __nft_rbtree_get()
181 static void *nft_rbtree_get(const struct net *net, const struct nft_set *set, in nft_rbtree_get()
205 static int __nft_rbtree_insert(const struct net *net, const struct nft_set *set, in __nft_rbtree_insert()
247 static int nft_rbtree_insert(const struct net *net, const struct nft_set *set, in nft_rbtree_insert()
265 const struct nft_set *set, in nft_rbtree_remove()
279 const struct nft_set *set, in nft_rbtree_activate()
289 const struct nft_set *set, void *priv) in nft_rbtree_flush()
[all …]
Dnft_set_bitmap.c54 static inline void nft_bitmap_location(const struct nft_set *set, in nft_bitmap_location()
79 static bool nft_bitmap_lookup(const struct net *net, const struct nft_set *set, in nft_bitmap_lookup()
92 nft_bitmap_elem_find(const struct nft_set *set, struct nft_bitmap_elem *this, in nft_bitmap_elem_find()
109 static void *nft_bitmap_get(const struct net *net, const struct nft_set *set, in nft_bitmap_get()
126 static int nft_bitmap_insert(const struct net *net, const struct nft_set *set, in nft_bitmap_insert()
150 const struct nft_set *set, in nft_bitmap_remove()
165 const struct nft_set *set, in nft_bitmap_activate()
180 const struct nft_set *set, void *_be) in nft_bitmap_flush()
196 const struct nft_set *set, in nft_bitmap_deactivate()
218 struct nft_set *set, in nft_bitmap_walk()
[all …]
/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-4.19/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-4.19/include/linux/
Dsignal.h50 static inline void sigaddset(sigset_t *set, int _sig) in sigaddset()
59 static inline void sigdelset(sigset_t *set, int _sig) in sigdelset()
68 static inline int sigismember(sigset_t *set, int _sig) in sigismember()
79 static inline int sigisemptyset(sigset_t *set) in sigisemptyset()
186 static inline void sigfillset(sigset_t *set) in sigfillset()
200 static inline void sigaddsetmask(sigset_t *set, unsigned long mask) in sigaddsetmask()
205 static inline void sigdelsetmask(sigset_t *set, unsigned long mask) in sigdelsetmask()
210 static inline int sigtestsetmask(sigset_t *set, unsigned long mask) in sigtestsetmask()
215 static inline void siginitset(sigset_t *set, unsigned long mask) in siginitset()
227 static inline void siginitsetinv(sigset_t *set, unsigned long mask) in siginitsetinv()
/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-5.10/arch/x86/kernel/
Dsignal.c200 #define unsafe_put_sigcontext(sc, fp, regs, set, label) \ argument
206 #define unsafe_put_sigmask(set, frame, label) \ argument
321 __setup_frame(int sig, struct ksignal *ksig, sigset_t *set, in __setup_frame()
377 sigset_t *set, struct pt_regs *regs) in __setup_rt_frame()
456 sigset_t *set, struct pt_regs *regs) in __setup_rt_frame()
558 compat_sigset_t *set, in x32_setup_rt_frame()
625 sigset_t set; in SYSCALL_DEFINE0() local
656 sigset_t set; in SYSCALL_DEFINE0() local
703 sigset_t *set = sigmask_to_save(); in setup_rt_frame() local
858 sigset_t set; in COMPAT_SYSCALL_DEFINE0() local
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
Daffinity.c75 static inline void init_cpu_mask_set(struct cpu_mask_set *set) in init_cpu_mask_set()
83 static void _cpu_mask_set_gen_inc(struct cpu_mask_set *set) in _cpu_mask_set_gen_inc()
95 static void _cpu_mask_set_gen_dec(struct cpu_mask_set *set) in _cpu_mask_set_gen_dec()
104 static int cpu_mask_set_get_first(struct cpu_mask_set *set, cpumask_var_t diff) in cpu_mask_set_get_first()
125 static void cpu_mask_set_put(struct cpu_mask_set *set, int cpu) in cpu_mask_set_put()
369 struct cpu_mask_set *set = dd->comp_vect; in _dev_comp_vect_cpu_get() local
408 struct cpu_mask_set *set = dd->comp_vect; in _dev_comp_vect_cpu_put() local
786 struct cpu_mask_set *set; in hfi1_update_sdma_affinity() local
880 struct cpu_mask_set *set = NULL; in get_irq_affinity() local
964 struct cpu_mask_set *set = NULL; in hfi1_put_irq_affinity() local
[all …]
/kernel/linux/linux-4.19/drivers/infiniband/hw/hfi1/
Daffinity.c73 static inline void init_cpu_mask_set(struct cpu_mask_set *set) in init_cpu_mask_set()
81 static void _cpu_mask_set_gen_inc(struct cpu_mask_set *set) in _cpu_mask_set_gen_inc()
93 static void _cpu_mask_set_gen_dec(struct cpu_mask_set *set) in _cpu_mask_set_gen_dec()
102 static int cpu_mask_set_get_first(struct cpu_mask_set *set, cpumask_var_t diff) in cpu_mask_set_get_first()
123 static void cpu_mask_set_put(struct cpu_mask_set *set, int cpu) in cpu_mask_set_put()
367 struct cpu_mask_set *set = dd->comp_vect; in _dev_comp_vect_cpu_get() local
406 struct cpu_mask_set *set = dd->comp_vect; in _dev_comp_vect_cpu_put() local
795 struct cpu_mask_set *set; in hfi1_update_sdma_affinity() local
889 struct cpu_mask_set *set = NULL; in get_irq_affinity() local
968 struct cpu_mask_set *set = NULL; in hfi1_put_irq_affinity() local
[all …]

12345678910>>...58