Home
last modified time | relevance | path

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

12345678910>>...38

/linux/drivers/s390/cio/
A 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 …]
/linux/drivers/media/pci/bt8xx/
A 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 …]
/linux/net/netfilter/ipset/
A Dip_set_list_set.c43 struct ip_set *set; /* attached to this ip_set */ member
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()
174 set_cleanup_entries(struct ip_set *set) in set_cleanup_entries()
350 list_set_uadt(struct ip_set *set, struct nlattr *tb[], in list_set_uadt()
416 list_set_flush(struct ip_set *set) in list_set_flush()
428 list_set_destroy(struct ip_set *set) in list_set_destroy()
454 list_set_head(struct ip_set *set, struct sk_buff *skb) in list_set_head()
478 list_set_list(const struct ip_set *set, in list_set_list()
544 list_set_cancel_gc(struct ip_set *set) in list_set_cancel_gc()
[all …]
A Dip_set_bitmap_gen.h36 #define get_ext(set, map, id) ((map)->extensions + ((set)->dsize * (id))) argument
39 mtype_gc_init(struct ip_set *set, void (*gc)(struct timer_list *t)) in mtype_gc_init()
48 mtype_ext_cleanup(struct ip_set *set) in mtype_ext_cleanup()
59 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()
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()
268 struct ip_set *set = map->set; in mtype_gc() local
[all …]
A Dip_set_core.c850 struct ip_set *set; in __ip_set_put_byindex() local
898 struct ip_set *set; in ip_set_nfnl_get_byindex() local
925 struct ip_set *set; in ip_set_nfnl_put() local
1015 struct ip_set **set) in find_free_id()
1195 struct ip_set *set; in _destroy_all_sets() local
1343 struct ip_set *set, *s; in ip_set_rename() local
1529 struct ip_set *set; in ip_set_dump_start() local
1808 struct ip_set *set; in ip_set_ad() local
1874 struct ip_set *set; in ip_set_utest() local
1909 const struct ip_set *set; in ip_set_header() local
[all …]
A Dip_set_hash_gen.h19 #define ipset_dereference_set(p, set) \ argument
77 struct ip_set *set; /* Set the gc belongs to */ member
159 #define SET_ELEM_EXPIRED(set, d) \ argument
386 mtype_ext_cleanup(struct ip_set *set, struct hbucket *n) in mtype_ext_cleanup()
397 mtype_flush(struct ip_set *set) in mtype_flush()
450 mtype_destroy(struct ip_set *set) in mtype_destroy()
560 struct ip_set *set; in mtype_gc() local
602 mtype_cancel_gc(struct ip_set *set) in mtype_cancel_gc()
622 mtype_resize(struct ip_set *set, bool retried) in mtype_resize()
1264 mtype_head(struct ip_set *set, struct sk_buff *skb) in mtype_head()
[all …]
/linux/arch/x86/include/asm/
A 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
/linux/net/netfilter/
A Dnft_set_rbtree.c42 static int nft_rbtree_cmp(const struct nft_set *set, in nft_rbtree_cmp()
239 struct nft_set *set = (struct nft_set *)__set; in nft_rbtree_gc_elem() local
520 const struct nft_set *set, in nft_rbtree_remove()
530 const struct nft_set *set, in nft_rbtree_activate()
539 const struct nft_set *set, in nft_rbtree_flush()
590 struct nft_set *set, in nft_rbtree_walk()
623 static void nft_rbtree_gc(struct nft_set *set) in nft_rbtree_gc()
691 static int nft_rbtree_init(const struct nft_set *set, in nft_rbtree_init()
707 const struct nft_set *set) in nft_rbtree_destroy()
738 static void nft_rbtree_commit(struct nft_set *set) in nft_rbtree_commit()
[all …]
A Dnft_set_hash.c36 const struct nft_set *set; member
206 const struct nft_set *set, in nft_rhash_flush()
238 const struct nft_set *set, in nft_rhash_remove()
320 struct nft_set *set; in nft_rhash_gc() local
432 const struct nft_set *set; member
444 const struct nft_set *set) in nft_rhash_destroy()
534 const struct nft_set *set, in nft_hash_lookup_fast()
604 const struct nft_set *set, in nft_hash_flush()
634 const struct nft_set *set, in nft_hash_remove()
670 static int nft_hash_init(const struct nft_set *set, in nft_hash_init()
[all …]
A Dnft_set_bitmap.c52 static inline void nft_bitmap_location(const struct nft_set *set, in nft_bitmap_location()
78 bool nft_bitmap_lookup(const struct net *net, const struct nft_set *set, in nft_bitmap_lookup()
91 nft_bitmap_elem_find(const struct nft_set *set, struct nft_bitmap_elem *this, in nft_bitmap_elem_find()
109 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()
164 const struct nft_set *set, in nft_bitmap_activate()
179 const struct nft_set *set, in nft_bitmap_flush()
194 nft_bitmap_deactivate(const struct net *net, const struct nft_set *set, in nft_bitmap_deactivate()
216 struct nft_set *set, in nft_bitmap_walk()
257 static int nft_bitmap_init(const struct nft_set *set, in nft_bitmap_init()
[all …]
A Dnft_set_pipapo.c410 bool nft_pipapo_lookup(const struct net *net, const struct nft_set *set, in nft_pipapo_lookup()
520 const struct nft_set *set, in pipapo_get()
611 nft_pipapo_get(const struct net *net, const struct nft_set *set, in nft_pipapo_get()
1697 static void pipapo_gc(struct nft_set *set, struct nft_pipapo_match *m)
1811 static void nft_pipapo_commit(struct nft_set *set)
1830 static void nft_pipapo_abort(const struct nft_set *set)
1852 const struct nft_set *set,
2230 static int nft_pipapo_init(const struct nft_set *set,
2302 const struct nft_set *set,
2329 const struct nft_set *set)
[all …]
A Dnf_tables_api.c4463 struct nft_set *set; in nft_set_lookup() local
4480 struct nft_set *set; in nft_set_lookup_byhandle() local
4516 struct nft_set *set; in nft_set_lookup_global() local
5082 struct nft_set *set; in nf_tables_newset() local
5414 struct nft_set *set; in nf_tables_delset() local
5935 struct nft_set *set; in nf_tables_dump_set() local
6253 struct nft_set *set; in nft_set_dump_ctx_init() local
7247 struct nft_set *set; in nf_tables_newsetelem() local
7535 struct nft_set *set; in nf_tables_delsetelem() local
10021 struct nft_set *set; in nft_trans_gc_queue_async() local
[all …]
/linux/tools/lib/bpf/
A 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()
/linux/arch/m68k/include/asm/
A 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
/linux/include/linux/
A Dsignal.h65 static inline void sigaddset(sigset_t *set, int _sig) in sigaddset()
74 static inline void sigdelset(sigset_t *set, int _sig) in sigdelset()
83 static inline int sigismember(sigset_t *set, int _sig) in sigismember()
94 static inline int sigisemptyset(sigset_t *set) in sigisemptyset()
205 static inline void sigfillset(sigset_t *set) in sigfillset()
220 static inline void sigaddsetmask(sigset_t *set, unsigned long mask) in sigaddsetmask()
225 static inline void sigdelsetmask(sigset_t *set, unsigned long mask) in sigdelsetmask()
230 static inline int sigtestsetmask(sigset_t *set, unsigned long mask) in sigtestsetmask()
235 static inline void siginitset(sigset_t *set, unsigned long mask) in siginitset()
248 static inline void siginitsetinv(sigset_t *set, unsigned long mask) in siginitsetinv()
/linux/tools/testing/selftests/bpf/prog_tests/
A 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
/linux/drivers/infiniband/hw/hfi1/
A Daffinity.c33 static inline void init_cpu_mask_set(struct cpu_mask_set *set) in init_cpu_mask_set()
41 static void _cpu_mask_set_gen_inc(struct cpu_mask_set *set) in _cpu_mask_set_gen_inc()
53 static void _cpu_mask_set_gen_dec(struct cpu_mask_set *set) in _cpu_mask_set_gen_dec()
83 static void cpu_mask_set_put(struct cpu_mask_set *set, int cpu) in cpu_mask_set_put()
327 struct cpu_mask_set *set = dd->comp_vect; in _dev_comp_vect_cpu_get() local
366 struct cpu_mask_set *set = dd->comp_vect; in _dev_comp_vect_cpu_put() local
744 struct cpu_mask_set *set; in hfi1_update_sdma_affinity() local
838 struct cpu_mask_set *set = NULL; in get_irq_affinity() local
922 struct cpu_mask_set *set = NULL; in hfi1_put_irq_affinity() local
1002 struct cpu_mask_set *set = &affinity->proc; in hfi1_get_proc_affinity() local
[all …]
/linux/arch/x86/kernel/
A 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
366 sigset_t set; in COMPAT_SYSCALL_DEFINE0() local
A Dsignal_32.c129 sigset_t set; in SYSCALL32_DEFINE0() local
152 sigset_t set; in SYSCALL32_DEFINE0() local
225 #define unsafe_put_sigcontext32(sc, fp, regs, set, label) \ argument
233 sigset32_t *set = (sigset32_t *) sigmask_to_save(); in ia32_setup_frame() local
304 sigset32_t *set = (sigset32_t *) sigmask_to_save(); in ia32_setup_rt_frame() local
/linux/arch/powerpc/kernel/
A Dsignal_64.c109 #define unsafe_setup_sigcontext(sc, tsk, signr, set, handler, ctx_has_vsx_region, label)\ argument
115 struct task_struct *tsk, int signr, sigset_t *set, in __unsafe_setup_sigcontext()
209 int signr, sigset_t *set, unsigned long handler, in setup_tm_sigcontexts()
333 #define unsafe_restore_sigcontext(tsk, set, sig, sc, label) do { \ argument
337 static long notrace __unsafe_restore_sigcontext(struct task_struct *tsk, sigset_t *set, in __unsafe_restore_sigcontext()
660 sigset_t set; in SYSCALL_DEFINE3() local
748 sigset_t set; in SYSCALL_DEFINE0() local
857 int handle_rt_signal64(struct ksignal *ksig, sigset_t *set, in handle_rt_signal64()
/linux/arch/sh/boards/mach-se/7724/
A Dirq.c44 struct fpga_irq set; in get_fpga_irq() local
73 struct fpga_irq set = get_fpga_irq(fpga2irq(irq)); in disable_se7724_irq() local
81 struct fpga_irq set = get_fpga_irq(fpga2irq(irq)); in enable_se7724_irq() local
95 struct fpga_irq set = get_fpga_irq(irq); in se7724_irq_demux() local
/linux/block/
A Dblk-mq.c277 void blk_mq_quiesce_tagset(struct blk_mq_tag_set *set) in blk_mq_quiesce_tagset()
291 void blk_mq_unquiesce_tagset(struct blk_mq_tag_set *set) in blk_mq_unquiesce_tagset()
3669 struct blk_mq_tag_set *set, in blk_mq_exit_hctx()
3696 struct blk_mq_tag_set *set, int nr_queue) in blk_mq_exit_hw_queues()
3709 struct blk_mq_tag_set *set, in blk_mq_init_hctx()
3813 struct blk_mq_tag_set *set = q->tag_set; in blk_mq_init_cpu_queues() local
3900 struct blk_mq_tag_set *set = q->tag_set; in blk_mq_map_swqueue() local
4043 struct blk_mq_tag_set *set = q->tag_set; in blk_mq_del_queue_tag_set() local
4362 struct blk_mq_tag_set *set = q->tag_set; in blk_mq_exit_queue() local
4514 int blk_mq_alloc_tag_set(struct blk_mq_tag_set *set) in blk_mq_alloc_tag_set()
[all …]
/linux/include/soc/fsl/qe/
A Ducc.h49 static inline int ucc_set_qe_mux_grant(unsigned int ucc_num, int set) in ucc_set_qe_mux_grant()
54 static inline int ucc_set_qe_mux_tsa(unsigned int ucc_num, int set) in ucc_set_qe_mux_tsa()
59 static inline int ucc_set_qe_mux_bkpt(unsigned int ucc_num, int set) in ucc_set_qe_mux_bkpt()
/linux/tools/perf/
A Dbuiltin-config.c38 static int set_config(struct perf_config_set *set, const char *file_name) in set_config()
73 static int show_spec_config(struct perf_config_set *set, const char *var) in show_spec_config()
103 static int show_config(struct perf_config_set *set) in show_config()
160 struct perf_config_set *set; in cmd_config() local
/linux/net/sched/
A Dem_ipset.c22 struct xt_set_info *set = data; in em_ipset_change() local
43 const struct xt_set_info *set = (const void *) em->data; in em_ipset_destroy() local
55 const struct xt_set_info *set = (const void *) em->data; in em_ipset_match() local

Completed in 78 milliseconds

12345678910>>...38