Home
last modified time | relevance | path

Searched defs:set (Results 76 – 100 of 1109) sorted by relevance

12345678910>>...45

/openbmc/linux/net/netfilter/ipset/
H A Dip_set_hash_ipmark.c80 hash_ipmark4_kadt(struct ip_set *set, const struct sk_buff *skb, in hash_ipmark4_kadt()
97 hash_ipmark4_uadt(struct ip_set *set, struct nlattr *tb[], in hash_ipmark4_uadt()
215 hash_ipmark6_kadt(struct ip_set *set, const struct sk_buff *skb, in hash_ipmark6_kadt()
232 hash_ipmark6_uadt(struct ip_set *set, struct nlattr *tb[], in hash_ipmark6_uadt()
H A Dip_set_hash_ip.c80 hash_ip4_kadt(struct ip_set *set, const struct sk_buff *skb, in hash_ip4_kadt()
100 hash_ip4_uadt(struct ip_set *set, struct nlattr *tb[], in hash_ip4_uadt()
216 hash_ip6_kadt(struct ip_set *set, const struct sk_buff *skb, in hash_ip6_kadt()
234 hash_ip6_uadt(struct ip_set *set, struct nlattr *tb[], in hash_ip6_uadt()
H A Dip_set_hash_ipport.c91 hash_ipport4_kadt(struct ip_set *set, const struct sk_buff *skb, in hash_ipport4_kadt()
112 hash_ipport4_uadt(struct ip_set *set, struct nlattr *tb[], in hash_ipport4_uadt()
261 hash_ipport6_kadt(struct ip_set *set, const struct sk_buff *skb, in hash_ipport6_kadt()
283 hash_ipport6_uadt(struct ip_set *set, struct nlattr *tb[], in hash_ipport6_uadt()
H A Dip_set_hash_ipportip.c90 hash_ipportip4_kadt(struct ip_set *set, const struct sk_buff *skb, in hash_ipportip4_kadt()
108 hash_ipportip4_uadt(struct ip_set *set, struct nlattr *tb[], in hash_ipportip4_uadt()
260 hash_ipportip6_kadt(struct ip_set *set, const struct sk_buff *skb, in hash_ipportip6_kadt()
278 hash_ipportip6_uadt(struct ip_set *set, struct nlattr *tb[], in hash_ipportip6_uadt()
/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Dexp_rcv.h10 #define EXP_TID_SET_EMPTY(set) (set.count == 0 && list_empty(&set.list)) argument
106 struct exp_tid_set *set) in tid_group_add_tail()
113 struct exp_tid_set *set) in tid_group_remove()
127 static inline struct tid_group *tid_group_pop(struct exp_tid_set *set) in tid_group_pop()
/openbmc/linux/tools/perf/util/
H A Dconfig.c677 struct perf_config_set *set = perf_config_set; in collect_config() local
729 int perf_config_set__collect(struct perf_config_set *set, const char *file_name, in perf_config_set__collect()
736 static int perf_config_set__init(struct perf_config_set *set) in perf_config_set__init()
758 struct perf_config_set *set = zalloc(sizeof(*set)); in perf_config_set__new() local
770 struct perf_config_set *set = zalloc(sizeof(*set)); in perf_config_set__load_file() local
788 int perf_config_set(struct perf_config_set *set, in perf_config_set()
862 static void perf_config_set__purge(struct perf_config_set *set) in perf_config_set__purge()
872 void perf_config_set__delete(struct perf_config_set *set) in perf_config_set__delete()
/openbmc/u-boot/arch/nds32/include/asm/
H A Dio.h186 #define setbits(type, addr, set) \ argument
189 #define clrsetbits(type, addr, clear, set) \ argument
193 #define setbits_be32(addr, set) setbits(be32, addr, set) argument
194 #define clrsetbits_be32(addr, clear, set) clrsetbits(be32, addr, clear, set) argument
197 #define setbits_le32(addr, set) setbits(le32, addr, set) argument
198 #define clrsetbits_le32(addr, clear, set) clrsetbits(le32, addr, clear, set) argument
201 #define setbits_be16(addr, set) setbits(be16, addr, set) argument
202 #define clrsetbits_be16(addr, clear, set) clrsetbits(be16, addr, clear, set) argument
205 #define setbits_le16(addr, set) setbits(le16, addr, set) argument
209 #define setbits_8(addr, set) setbits(8, addr, set) argument
[all …]
/openbmc/qemu/hw/ppc/
H A Dspapr_nested.c620 static void copy_state_8to8(void *a, void *b, bool set) in copy_state_8to8()
631 static void copy_state_4to4(void *a, void *b, bool set) in copy_state_4to4()
640 static void copy_state_16to16(void *a, void *b, bool set) in copy_state_16to16()
659 static void copy_state_4to8(void *a, void *b, bool set) in copy_state_4to8()
668 static void copy_state_pagetbl(void *a, void *b, bool set) in copy_state_pagetbl()
715 static void copy_state_runbuf(void *a, void *b, bool set) in copy_state_runbuf()
741 static void out_buf_min_size(void *a, void *b, bool set) in out_buf_min_size()
752 static void copy_logical_pvr(void *a, void *b, bool set) in copy_logical_pvr()
796 static void copy_tb_offset(void *a, void *b, bool set) in copy_tb_offset()
821 static void copy_state_hdecr(void *a, void *b, bool set) in copy_state_hdecr()
[all …]
/openbmc/linux/arch/arm/kernel/
H A Dsignal.c144 sigset_t set; in restore_sigframe() local
251 setup_sigframe(struct sigframe __user *sf, struct pt_regs *regs, sigset_t *set) in setup_sigframe()
447 setup_frame(struct ksignal *ksig, sigset_t *set, struct pt_regs *regs) in setup_frame()
468 setup_rt_frame(struct ksignal *ksig, sigset_t *set, struct pt_regs *regs) in setup_rt_frame()
H A Dio.c15 void atomic_io_modify_relaxed(void __iomem *reg, u32 mask, u32 set) in atomic_io_modify_relaxed()
28 void atomic_io_modify(void __iomem *reg, u32 mask, u32 set) in atomic_io_modify()
/openbmc/linux/arch/sh/kernel/
H A Dsignal_32.c159 sigset_t set; in sys_sigreturn() local
189 sigset_t set; in sys_rt_sigreturn() local
269 static int setup_frame(struct ksignal *ksig, sigset_t *set, in setup_frame()
335 static int setup_rt_frame(struct ksignal *ksig, sigset_t *set, in setup_rt_frame()
/openbmc/linux/kernel/trace/
H A Dtrace_sched_wakeup.c102 static int wakeup_display_graph(struct trace_array *tr, int set) in wakeup_display_graph()
232 static int register_wakeup_function(struct trace_array *tr, int graph, int set) in register_wakeup_function()
264 static int wakeup_function_set(struct trace_array *tr, u32 mask, int set) in wakeup_function_set()
276 static int register_wakeup_function(struct trace_array *tr, int graph, int set) in register_wakeup_function()
281 static int wakeup_function_set(struct trace_array *tr, u32 mask, int set) in wakeup_function_set()
313 static int wakeup_flag_changed(struct trace_array *tr, u32 mask, int set) in wakeup_flag_changed()
/openbmc/linux/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
/openbmc/linux/drivers/watchdog/
H A DiTCO_wdt.c172 static int update_no_reboot_bit_def(void *priv, bool set) in update_no_reboot_bit_def()
177 static int update_no_reboot_bit_pci(void *priv, bool set) in update_no_reboot_bit_pci()
197 static int update_no_reboot_bit_mem(void *priv, bool set) in update_no_reboot_bit_mem()
217 static int update_no_reboot_bit_cnt(void *priv, bool set) in update_no_reboot_bit_cnt()
234 static int update_no_reboot_bit_pmc(void *priv, bool set) in update_no_reboot_bit_pmc()
/openbmc/linux/arch/arc/kernel/
H A Dsignal.c102 sigset_t *set) in stash_usr_regs()
144 sigset_t set; in restore_usr_regs() local
270 setup_rt_frame(struct ksignal *ksig, sigset_t *set, struct pt_regs *regs) in setup_rt_frame()
/openbmc/phosphor-mboxd/
H A Dmboxd.c139 static int init_signals(struct mbox_context *context, sigset_t *set) in init_signals()
278 sigset_t set; in main() local
/openbmc/linux/tools/perf/ui/
H A Dsetup.c127 sigset_t set; in pthread__block_sigwinch() local
136 sigset_t set; in pthread__unblock_sigwinch() local
/openbmc/linux/drivers/usb/dwc3/
H A Dep0.c403 int set) in dwc3_ep0_handle_u1()
426 int set) in dwc3_ep0_handle_u2()
450 u32 wIndex, int set) in dwc3_ep0_handle_test()
474 struct usb_ctrlrequest *ctrl, int set) in dwc3_ep0_handle_device()
516 struct usb_ctrlrequest *ctrl, int set) in dwc3_ep0_handle_intf()
535 struct usb_ctrlrequest *ctrl, int set) in dwc3_ep0_handle_endpoint()
569 struct usb_ctrlrequest *ctrl, int set) in dwc3_ep0_handle_feature()
/openbmc/u-boot/arch/riscv/include/asm/
H A Dio.h173 #define setbits(type, addr, set) \ argument
176 #define clrsetbits(type, addr, clear, set) \ argument
180 #define setbits_be32(addr, set) setbits(be32, addr, set) argument
181 #define clrsetbits_be32(addr, clear, set) clrsetbits(be32, addr, clear, set) argument
184 #define setbits_le32(addr, set) setbits(le32, addr, set) argument
185 #define clrsetbits_le32(addr, clear, set) clrsetbits(le32, addr, clear, set) argument
188 #define setbits_be16(addr, set) setbits(be16, addr, set) argument
189 #define clrsetbits_be16(addr, clear, set) clrsetbits(be16, addr, clear, set) argument
192 #define setbits_le16(addr, set) setbits(le16, addr, set) argument
196 #define setbits_8(addr, set) setbits(8, addr, set) argument
[all …]
/openbmc/linux/arch/mips/kernel/
H A Dsignal_o32.c115 struct pt_regs *regs, sigset_t *set) in setup_frame_32()
158 sigset_t set; in sys32_rt_sigreturn() local
194 struct pt_regs *regs, sigset_t *set) in setup_rt_frame_32()
H A Dsignal_n32.c57 sigset_t set; in sysn32_rt_sigreturn() local
93 struct pt_regs *regs, sigset_t *set) in setup_rt_frame_n32()
/openbmc/linux/include/linux/
H A Dmdio.h581 u16 mask, u16 set) in __mdiodev_modify()
587 u32 regnum, u16 mask, u16 set) in __mdiodev_modify_changed()
605 u16 mask, u16 set) in mdiodev_modify()
611 u32 regnum, u16 mask, u16 set) in mdiodev_modify_changed()
618 u32 regnum, u16 mask, u16 set) in mdiodev_c45_modify()
626 u16 set) in mdiodev_c45_modify_changed()
/openbmc/u-boot/fs/jffs2/
H A Dmini_inflate.c121 static int read_symbol(struct bitstream *stream, struct huffman_set *set) in read_symbol()
182 static void fill_code_tables(struct huffman_set *set) in fill_code_tables()
204 static void init_code_tables(struct huffman_set *set) in init_code_tables()
/openbmc/linux/drivers/pnp/
H A Dquirks.c53 unsigned int set = ~0; in quirk_awe32_resources() local
139 unsigned int set) in pnp_clone_dependent_set()
183 unsigned int num_sets, i, set; in quirk_add_irq_optional_dependent_sets() local
/openbmc/linux/arch/alpha/kernel/
H A Dsignal.c208 sigset_t set; in do_sigreturn() local
236 sigset_t set; in do_rt_sigreturn() local
329 setup_frame(struct ksignal *ksig, sigset_t *set, struct pt_regs *regs) in setup_frame()
374 setup_rt_frame(struct ksignal *ksig, sigset_t *set, struct pt_regs *regs) in setup_rt_frame()

12345678910>>...45