Home
last modified time | relevance | path

Searched refs:is_set (Results 1 - 25 of 40) sorted by relevance

12

/kernel/linux/linux-5.10/net/bpfilter/
H A Dbpfilter_kern.c64 bool is_set) in bpfilter_process_sockopt()
67 .is_set = is_set, in bpfilter_process_sockopt()
62 bpfilter_process_sockopt(struct sock *sk, int optname, sockptr_t optval, unsigned int optlen, bool is_set) bpfilter_process_sockopt() argument
H A Dmsgfmt.h8 __u32 is_set; member
H A Dmain.c44 reply.status = req.is_set ? in loop()
/kernel/linux/linux-6.6/net/bpfilter/
H A Dbpfilter_kern.c64 bool is_set) in bpfilter_process_sockopt()
67 .is_set = is_set, in bpfilter_process_sockopt()
62 bpfilter_process_sockopt(struct sock *sk, int optname, sockptr_t optval, unsigned int optlen, bool is_set) bpfilter_process_sockopt() argument
H A Dmsgfmt.h8 __u32 is_set; member
H A Dmain.c44 reply.status = req.is_set ? in loop()
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/aspeed-vhub/
H A Ddev.c116 bool is_set) in ast_vhub_dev_feature()
119 is_set ? "SET" : "CLEAR", wValue); in ast_vhub_dev_feature()
124 d->wakeup_en = is_set; in ast_vhub_dev_feature()
130 u16 wIndex, u16 wValue, bool is_set) in ast_vhub_ep_feature()
137 is_set ? "SET" : "CLEAR", ep_num, wValue); in ast_vhub_ep_feature()
154 is_set ? "setting" : "clearing", ep_num); in ast_vhub_ep_feature()
155 ep->epn.stalled = is_set; in ast_vhub_ep_feature()
114 ast_vhub_dev_feature(struct ast_vhub_dev *d, u16 wIndex, u16 wValue, bool is_set) ast_vhub_dev_feature() argument
129 ast_vhub_ep_feature(struct ast_vhub_dev *d, u16 wIndex, u16 wValue, bool is_set) ast_vhub_ep_feature() argument
H A Dhub.c206 bool is_set) in ast_vhub_hub_dev_feature()
209 is_set ? "SET" : "CLEAR", wValue); in ast_vhub_hub_dev_feature()
214 ep->vhub->wakeup_en = is_set; in ast_vhub_hub_dev_feature()
216 is_set ? "enabled" : "disabled"); in ast_vhub_hub_dev_feature()
223 bool is_set) in ast_vhub_hub_ep_feature()
230 is_set ? "SET" : "CLEAR", ep_num, wValue); in ast_vhub_hub_ep_feature()
240 is_set ? "setting" : "clearing"); in ast_vhub_hub_ep_feature()
242 ep->vhub->ep1_stalled = is_set; in ast_vhub_hub_ep_feature()
244 if (is_set) { in ast_vhub_hub_ep_feature()
204 ast_vhub_hub_dev_feature(struct ast_vhub_ep *ep, u16 wIndex, u16 wValue, bool is_set) ast_vhub_hub_dev_feature() argument
221 ast_vhub_hub_ep_feature(struct ast_vhub_ep *ep, u16 wIndex, u16 wValue, bool is_set) ast_vhub_hub_ep_feature() argument
/kernel/linux/linux-5.10/net/sunrpc/
H A Drpcb_clnt.c378 static int rpcb_register_call(struct sunrpc_net *sn, struct rpc_clnt *clnt, struct rpc_message *msg, bool is_set) in rpcb_register_call() argument
383 if (is_set || !sn->rpcb_is_af_local) in rpcb_register_call()
441 bool is_set = false; in rpcb_register() local
448 is_set = true; in rpcb_register()
451 return rpcb_register_call(sn, sn->rpcb_local_clnt, &msg, is_set); in rpcb_register()
464 bool is_set = false; in rpcb_register_inet4() local
472 is_set = true; in rpcb_register_inet4()
475 result = rpcb_register_call(sn, sn->rpcb_local_clnt4, msg, is_set); in rpcb_register_inet4()
490 bool is_set = false; in rpcb_register_inet6() local
498 is_set in rpcb_register_inet6()
[all...]
/kernel/linux/linux-6.6/net/sunrpc/
H A Drpcb_clnt.c403 static int rpcb_register_call(struct sunrpc_net *sn, struct rpc_clnt *clnt, struct rpc_message *msg, bool is_set) in rpcb_register_call() argument
408 if (is_set || !sn->rpcb_is_af_local) in rpcb_register_call()
466 bool is_set = false; in rpcb_register() local
473 is_set = true; in rpcb_register()
476 return rpcb_register_call(sn, sn->rpcb_local_clnt, &msg, is_set); in rpcb_register()
489 bool is_set = false; in rpcb_register_inet4() local
497 is_set = true; in rpcb_register_inet4()
500 result = rpcb_register_call(sn, sn->rpcb_local_clnt4, msg, is_set); in rpcb_register_inet4()
515 bool is_set = false; in rpcb_register_inet6() local
523 is_set in rpcb_register_inet6()
[all...]
/kernel/linux/linux-5.10/net/ipv4/bpfilter/
H A Dsockopt.c25 unsigned int optlen, bool is_set) in bpfilter_mbox_request()
48 err = bpfilter_ops.sockopt(sk, optname, optval, optlen, is_set); in bpfilter_mbox_request()
24 bpfilter_mbox_request(struct sock *sk, int optname, sockptr_t optval, unsigned int optlen, bool is_set) bpfilter_mbox_request() argument
/kernel/linux/linux-6.6/net/ipv4/bpfilter/
H A Dsockopt.c16 unsigned int optlen, bool is_set) in bpfilter_mbox_request()
39 err = bpfilter_ops.sockopt(sk, optname, optval, optlen, is_set); in bpfilter_mbox_request()
15 bpfilter_mbox_request(struct sock *sk, int optname, sockptr_t optval, unsigned int optlen, bool is_set) bpfilter_mbox_request() argument
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/aspeed-vhub/
H A Ddev.c110 bool is_set) in ast_vhub_dev_feature()
115 is_set ? "SET" : "CLEAR", wValue); in ast_vhub_dev_feature()
118 d->wakeup_en = is_set; in ast_vhub_dev_feature()
135 u16 wIndex, u16 wValue, bool is_set) in ast_vhub_ep_feature()
142 is_set ? "SET" : "CLEAR", ep_num, wValue); in ast_vhub_ep_feature()
159 is_set ? "setting" : "clearing", ep_num); in ast_vhub_ep_feature()
160 ep->epn.stalled = is_set; in ast_vhub_ep_feature()
108 ast_vhub_dev_feature(struct ast_vhub_dev *d, u16 wIndex, u16 wValue, bool is_set) ast_vhub_dev_feature() argument
134 ast_vhub_ep_feature(struct ast_vhub_dev *d, u16 wIndex, u16 wValue, bool is_set) ast_vhub_ep_feature() argument
H A Dhub.c212 bool is_set) in ast_vhub_hub_dev_feature()
217 is_set ? "SET" : "CLEAR", wValue); in ast_vhub_hub_dev_feature()
220 ep->vhub->wakeup_en = is_set; in ast_vhub_hub_dev_feature()
222 is_set ? "enabled" : "disabled"); in ast_vhub_hub_dev_feature()
240 bool is_set) in ast_vhub_hub_ep_feature()
247 is_set ? "SET" : "CLEAR", ep_num, wValue); in ast_vhub_hub_ep_feature()
257 is_set ? "setting" : "clearing"); in ast_vhub_hub_ep_feature()
259 ep->vhub->ep1_stalled = is_set; in ast_vhub_hub_ep_feature()
261 if (is_set) { in ast_vhub_hub_ep_feature()
210 ast_vhub_hub_dev_feature(struct ast_vhub_ep *ep, u16 wIndex, u16 wValue, bool is_set) ast_vhub_hub_dev_feature() argument
238 ast_vhub_hub_ep_feature(struct ast_vhub_ep *ep, u16 wIndex, u16 wValue, bool is_set) ast_vhub_hub_ep_feature() argument
/kernel/linux/linux-6.6/tools/bpf/resolve_btfids/
H A Dmain.c109 bool is_set; member
502 id->is_set = true; in symbols_collect()
620 if (!id->id && !id->is_set && !id->is_set8) in id_patch()
690 if (id->is_set) { in sets_patch()
722 off, id->is_set ? set->cnt : set8->cnt, id->name); in sets_patch()
/kernel/linux/linux-5.10/drivers/pinctrl/pxa/
H A Dpinctrl-pxa2xx.c215 int i, is_set = 0; in pxa2xx_pconf_group_set() local
221 is_set = pinconf_to_config_argument(configs[i]); in pxa2xx_pconf_group_set()
229 pin, is_set); in pxa2xx_pconf_group_set()
233 val = (val & ~BIT(pin % 32)) | (is_set ? BIT(pin % 32) : 0); in pxa2xx_pconf_group_set()
/kernel/linux/linux-6.6/drivers/pinctrl/pxa/
H A Dpinctrl-pxa2xx.c215 int i, is_set = 0; in pxa2xx_pconf_group_set() local
221 is_set = pinconf_to_config_argument(configs[i]); in pxa2xx_pconf_group_set()
229 pin, is_set); in pxa2xx_pconf_group_set()
233 val = (val & ~BIT(pin % 32)) | (is_set ? BIT(pin % 32) : 0); in pxa2xx_pconf_group_set()
/kernel/linux/linux-5.10/include/linux/
H A Dbpfilter.h21 unsigned int optlen, bool is_set);
/kernel/linux/linux-6.6/include/linux/
H A Dbpfilter.h20 unsigned int optlen, bool is_set);
/kernel/linux/linux-5.10/drivers/block/drbd/
H A Ddrbd_debugfs.c34 bool is_set, char *sep, const char *set_name, const char *unset_name) in __seq_print_rq_state_bit()
36 if (is_set && set_name) { in __seq_print_rq_state_bit()
40 } else if (!is_set && unset_name) { in __seq_print_rq_state_bit()
48 bool is_set, char *sep, const char *set_name) in seq_print_rq_state_bit()
50 __seq_print_rq_state_bit(m, is_set, sep, set_name, NULL); in seq_print_rq_state_bit()
33 __seq_print_rq_state_bit(struct seq_file *m, bool is_set, char *sep, const char *set_name, const char *unset_name) __seq_print_rq_state_bit() argument
47 seq_print_rq_state_bit(struct seq_file *m, bool is_set, char *sep, const char *set_name) seq_print_rq_state_bit() argument
/kernel/linux/linux-6.6/drivers/block/drbd/
H A Ddrbd_debugfs.c34 bool is_set, char *sep, const char *set_name, const char *unset_name) in __seq_print_rq_state_bit()
36 if (is_set && set_name) { in __seq_print_rq_state_bit()
40 } else if (!is_set && unset_name) { in __seq_print_rq_state_bit()
48 bool is_set, char *sep, const char *set_name) in seq_print_rq_state_bit()
50 __seq_print_rq_state_bit(m, is_set, sep, set_name, NULL); in seq_print_rq_state_bit()
33 __seq_print_rq_state_bit(struct seq_file *m, bool is_set, char *sep, const char *set_name, const char *unset_name) __seq_print_rq_state_bit() argument
47 seq_print_rq_state_bit(struct seq_file *m, bool is_set, char *sep, const char *set_name) seq_print_rq_state_bit() argument
/kernel/linux/linux-5.10/drivers/media/platform/exynos-gsc/
H A Dgsc-m2m.c150 bool is_set = false; in gsc_m2m_device_run() local
168 is_set = ctx->state & GSC_CTX_STOP_REQ; in gsc_m2m_device_run()
169 if (is_set) { in gsc_m2m_device_run()
/kernel/linux/linux-6.6/drivers/media/platform/samsung/exynos-gsc/
H A Dgsc-m2m.c150 bool is_set = false; in gsc_m2m_device_run() local
168 is_set = ctx->state & GSC_CTX_STOP_REQ; in gsc_m2m_device_run()
169 if (is_set) { in gsc_m2m_device_run()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath5k/
H A Dreset.c57 * @is_set: Instead of checking if the flag got cleared, check if it got set
68 bool is_set) in ath5k_hw_register_timeout()
75 if (is_set && (data & flag)) in ath5k_hw_register_timeout()
67 ath5k_hw_register_timeout(struct ath5k_hw *ah, u32 reg, u32 flag, u32 val, bool is_set) ath5k_hw_register_timeout() argument
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath5k/
H A Dreset.c57 * @is_set: Instead of checking if the flag got cleared, check if it got set
68 bool is_set) in ath5k_hw_register_timeout()
75 if (is_set && (data & flag)) in ath5k_hw_register_timeout()
67 ath5k_hw_register_timeout(struct ath5k_hw *ah, u32 reg, u32 flag, u32 val, bool is_set) ath5k_hw_register_timeout() argument

Completed in 21 milliseconds

12