Home
last modified time | relevance | path

Searched +defs:val +defs:local (Results 1 – 25 of 53) sorted by relevance

123

/linux-6.14.4/net/dccp/
Dfeat.c254 static void dccp_feat_printval(u8 feat_num, dccp_feat_val const *val) in dccp_feat_printval()
288 #define dccp_feat_print_opt(opt, feat, val, len, mandatory) do { \ argument
301 #define dccp_feat_print_opt(opt, feat, val, len, mandatory) argument
309 u64 val; in __dccp_feat_activate() local
353 static int dccp_feat_activate(struct sock *sk, u8 feat_num, bool local, in dccp_feat_activate()
367 static int dccp_feat_clone_sp_val(dccp_feat_val *fval, u8 const *val, u8 len) in dccp_feat_clone_sp_val()
380 static void dccp_feat_val_destructor(u8 feat_num, dccp_feat_val *val) in dccp_feat_val_destructor()
451 dccp_feat_entry_new(struct list_head *head, u8 feat, bool local) in dccp_feat_entry_new()
481 static int dccp_feat_push_change(struct list_head *fn_list, u8 feat, u8 local, in dccp_feat_push_change()
509 static int dccp_feat_push_confirm(struct list_head *fn_list, u8 feat, u8 local, in dccp_feat_push_confirm()
[all …]
/linux-6.14.4/net/mac80211/
Ddebugfs.c79 struct ieee80211_local *local = file->private_data; in aqm_read() local
120 struct ieee80211_local *local = file->private_data; in aqm_write() local
154 struct ieee80211_local *local = file->private_data; in airtime_flags_read() local
175 struct ieee80211_local *local = file->private_data; in airtime_flags_write() local
205 struct ieee80211_local *local = file->private_data; in aql_pending_read() local
235 struct ieee80211_local *local = file->private_data; in aql_txq_limit_read() local
262 struct ieee80211_local *local = file->private_data; in aql_txq_limit_write() local
364 struct ieee80211_local *local = file->private_data; in force_tx_status_read() local
379 struct ieee80211_local *local = file->private_data; in force_tx_status_write() local
413 struct ieee80211_local *local = file->private_data; in reset_write() local
[all …]
Diface.c85 static u32 __ieee80211_idle_off(struct ieee80211_local *local) in __ieee80211_idle_off()
94 static u32 __ieee80211_idle_on(struct ieee80211_local *local) in __ieee80211_idle_on()
105 static u32 __ieee80211_recalc_idle(struct ieee80211_local *local, in __ieee80211_recalc_idle()
140 u32 ieee80211_idle_off(struct ieee80211_local *local) in ieee80211_idle_off()
145 void ieee80211_recalc_idle(struct ieee80211_local *local) in ieee80211_recalc_idle()
155 struct ieee80211_local *local = sdata->local; in ieee80211_verify_mac() local
204 struct ieee80211_local *local = sdata->local; in ieee80211_can_powered_addr_change() local
254 struct ieee80211_local *local = sdata->local; in _ieee80211_change_mac() local
297 struct ieee80211_local *local = sdata->local; in ieee80211_change_mac() local
327 struct ieee80211_local *local = sdata->local; in ieee80211_check_concurrent_iface() local
[all …]
Dstatus.c25 struct ieee80211_local *local = hw_to_local(hw); in ieee80211_tx_status_irqsafe() local
44 static void ieee80211_handle_filtered_frame(struct ieee80211_local *local, in ieee80211_handle_filtered_frame()
257 ieee80211_add_tx_radiotap_header(struct ieee80211_local *local, in ieee80211_add_tx_radiotap_header()
413 #define HE_PREP(f, val) le16_encode_bits(val, IEEE80211_RADIOTAP_HE_##f) in ieee80211_add_tx_radiotap_header() argument
536 static void ieee80211_tdls_td_tx_handle(struct ieee80211_local *local, in ieee80211_tdls_td_tx_handle()
572 ieee80211_sdata_from_skb(struct ieee80211_local *local, struct sk_buff *skb) in ieee80211_sdata_from_skb()
591 static void ieee80211_report_ack_skb(struct ieee80211_local *local, in ieee80211_report_ack_skb()
716 static void ieee80211_report_used_skb(struct ieee80211_local *local, in ieee80211_report_used_skb()
897 void ieee80211_tx_monitor(struct ieee80211_local *local, struct sk_buff *skb, in ieee80211_tx_monitor()
963 struct ieee80211_local *local = hw_to_local(hw); in __ieee80211_tx_status() local
[all …]
Dsta_info.c91 static int sta_info_hash_del(struct ieee80211_local *local, in sta_info_hash_del()
98 static int link_sta_info_hash_add(struct ieee80211_local *local, in link_sta_info_hash_add()
107 static int link_sta_info_hash_del(struct ieee80211_local *local, in link_sta_info_hash_del()
118 struct ieee80211_local *local = sta->sdata->local; in ieee80211_purge_sta_txqs() local
138 struct ieee80211_local *local = sdata->local; in __cleanup_single_sta() local
191 struct ieee80211_local *local = sdata->local; in cleanup_single_sta() local
197 struct rhlist_head *sta_info_hash_lookup(struct ieee80211_local *local, in sta_info_hash_lookup()
207 struct ieee80211_local *local = sdata->local; in sta_info_get() local
232 struct ieee80211_local *local = sdata->local; in sta_info_get_bss() local
251 struct rhlist_head *link_sta_info_hash_lookup(struct ieee80211_local *local, in link_sta_info_hash_lookup()
[all …]
Drx.c118 ieee80211_rx_radiotap_hdrlen(struct ieee80211_local *local, in ieee80211_rx_radiotap_hdrlen()
296 ieee80211_add_rx_radiotap_header(struct ieee80211_local *local, in ieee80211_add_rx_radiotap_header()
599 #define HE_PREP(f, val) le16_encode_bits(val, IEEE80211_RADIOTAP_HE_##f) in ieee80211_add_rx_radiotap_header() argument
702 ieee80211_make_monitor_skb(struct ieee80211_local *local, in ieee80211_make_monitor_skb()
761 ieee80211_rx_monitor(struct ieee80211_local *local, struct sk_buff *origskb, in ieee80211_rx_monitor()
1539 struct ieee80211_local *local; in ieee80211_rx_h_check_more_data() local
1572 struct ieee80211_local *local = sdata->local; in sta_ps_start() local
2839 struct ieee80211_local *local = sdata->local; in ieee80211_rx_mesh_data() local
3171 struct ieee80211_local *local = rx->local; in ieee80211_rx_h_data() local
3323 struct ieee80211_local *local = sdata->local; in ieee80211_process_sa_query_req() local
[all …]
Ddebugfs_netdev.c383 struct ieee80211_local *local = sdata->local; in ieee80211_set_smps() local
445 struct ieee80211_local *local = sdata->local; in ieee80211_if_parse_tkip_mic_test() local
529 u8 val; in ieee80211_if_parse_uapsd_queues() local
557 unsigned long val; in ieee80211_if_parse_uapsd_max_sp_len() local
589 u8 val; in ieee80211_if_parse_tdls_wider_bw() local
618 struct ieee80211_local *local = sdata->local; in ieee80211_if_fmt_aqm() local
658 struct ieee80211_local *local = sdata->local; in ieee80211_if_fmt_tsf() local
669 struct ieee80211_local *local = sdata->local; in ieee80211_if_parse_tsf() local
/linux-6.14.4/include/linux/
Dcookie.h15 struct pcpu_gen_cookie __percpu *local; member
32 struct pcpu_gen_cookie *local = this_cpu_ptr(gc->local); in gen_cookie_next() local
33 u64 val; in gen_cookie_next() local
/linux-6.14.4/tools/testing/selftests/breakpoints/
Dbreakpoint_test.c54 int local, int global, int set) in toggle_breakpoint()
205 int len, local, global, i; in trigger_tests() local
206 char val; in trigger_tests() local
292 static void launch_instruction_breakpoints(char *buf, int local, int global) in launch_instruction_breakpoints()
308 int local, int global) in launch_watchpoints()
335 int len, local, global, i; in launch_tests() local
/linux-6.14.4/drivers/gpu/drm/i915/
Di915_mitigations.c30 static int mitigations_set(const char *val, const struct kernel_param *kp) in mitigations_set()
100 unsigned long local = READ_ONCE(mitigations); in mitigations_get() local
/linux-6.14.4/arch/riscv/mm/
Dcacheflush.c44 void flush_icache_mm(struct mm_struct *mm, bool local) in flush_icache_mm()
109 u32 val; in cbo_get_block_size() local
/linux-6.14.4/sound/isa/gus/
Dgus_main.c226 int l, idx, local; in snd_gus_detect_memory() local
353 unsigned char val, rev; in snd_gus_check_version() local
/linux-6.14.4/net/rxrpc/
Daf_rxrpc.c133 struct rxrpc_local *local; in rxrpc_bind() local
569 struct rxrpc_local *local; in rxrpc_sendmsg() local
642 int rxrpc_sock_set_min_security_level(struct sock *sk, unsigned int val) in rxrpc_sock_set_min_security_level()
/linux-6.14.4/sound/soc/intel/atom/sst/
Dsst_pvt.c43 u64 val = 0; in sst_reg_read64() local
58 u64 val = 0; in sst_shim_read64() local
337 int local; in sst_assign_pvt_id() local
/linux-6.14.4/arch/powerpc/mm/book3s64/
Dhash_utils.c2149 static inline void tm_flush_hash_page(int local) in tm_flush_hash_page()
2166 static inline void tm_flush_hash_page(int local) in tm_flush_hash_page()
2193 int local = flags & HPTE_LOCAL_UPDATE; in flush_hash_page() local
2219 int local = flags & HPTE_LOCAL_UPDATE; in flush_hash_hugepage() local
2268 void flush_hash_range(unsigned long number, int local) in flush_hash_range()
2419 static int hpt_order_get(void *data, u64 *val) in hpt_order_get()
2425 static int hpt_order_set(void *data, u64 val) in hpt_order_set()
/linux-6.14.4/drivers/media/i2c/adv748x/
Dadv748x-core.c105 unsigned int val; in adv748x_read_check() local
145 unsigned int init_reg, const void *val, in adv748x_write_block()
308 int val; in adv748x_tx_power() local
332 const struct media_pad *local, in adv748x_link_setup()
/linux-6.14.4/drivers/irqchip/
Dirq-riscv-imsic-state.c29 static inline void imsic_csr_write(unsigned long reg, unsigned long val) in imsic_csr_write()
41 static inline unsigned long imsic_csr_read_clear(unsigned long reg, unsigned long val) in imsic_csr_read_clear()
47 static inline void imsic_csr_set(unsigned long reg, unsigned long val) in imsic_csr_set()
53 static inline void imsic_csr_clear(unsigned long reg, unsigned long val) in imsic_csr_clear()
89 void __imsic_eix_update(unsigned long base_id, unsigned long num_id, bool pend, bool val) in __imsic_eix_update()
721 struct imsic_local_config *local; in imsic_setup_state() local
/linux-6.14.4/drivers/media/platform/ti/omap3isp/
Dispccp2.c55 #define BIT_SET(var, shift, mask, val) \ argument
211 u32 val; in ccp2_phyif_config() local
256 u32 val; in ccp2_vp_config() local
289 u32 val, format; in ccp2_lcx_config() local
441 u32 val, hwords; in ccp2_mem_configure() local
963 const struct media_pad *local, in ccp2_link_setup()
/linux-6.14.4/drivers/media/platform/samsung/exynos4-is/
Dfimc-isp.c98 const struct media_pad *local, in fimc_is_link_setup()
524 unsigned int val; in __ctrl_set_metering() local
/linux-6.14.4/drivers/media/platform/qcom/camss/
Dcamss-csiphy.c278 u8 val; in csiphy_stream_on() local
731 const struct media_pad *local, in csiphy_link_setup()
Dcamss-ispif.c271 u32 val; in ispif_vfe_reset() local
426 u32 val; in ispif_select_clk_mux() local
485 u32 val = 0; in ispif_validate_intf_status() local
575 u32 val; in ispif_select_csid() local
622 u32 val; in ispif_select_cid() local
661 u32 val; in ispif_config_irq() local
726 u32 addr, val; in ispif_config_pack() local
774 u32 *val; in ispif_set_intf_cmd() local
1304 const struct media_pad *local, in ispif_link_setup()
/linux-6.14.4/drivers/clocksource/
Darm_arch_timer.c126 void arch_timer_reg_write(int access, enum arch_timer_reg reg, u64 val, in arch_timer_reg_write()
167 u32 val; in arch_timer_reg_read() local
201 u64 val; in arch_counter_get_cntpct_stable() local
220 u64 val; in arch_counter_get_cntvct_stable() local
581 bool local) in arch_timer_enable_workaround()
615 bool local = false; in arch_timer_check_ool_workaround() local
/linux-6.14.4/drivers/infiniband/hw/hfi1/
Dtid_rdma.h13 #define CIRC_ADD(val, add, size) (((val) + (add)) & ((size) - 1)) argument
14 #define CIRC_NEXT(val, size) CIRC_ADD(val, 1, size) argument
15 #define CIRC_PREV(val, size) CIRC_ADD(val, -1, size) argument
72 struct tid_rdma_params local; member
/linux-6.14.4/net/ipv4/
Ddevinet.c124 u32 val = __ipv4_addr_hash(addr, net_hash_mix(net)); in inet_addr_hash() local
161 struct fib_table *local; in __ip_dev_find() local
1440 __be32 local, int scope) in confirm_addr_indev()
1492 __be32 dst, __be32 local, int scope) in inet_confirm_addr()
2478 int val = *valp; in devinet_sysctl_forward() local
2525 int val = *valp; in ipv4_doint_and_flush() local
/linux-6.14.4/mm/
Dhugetlb_cgroup.c26 #define MEMFILE_PRIVATE(x, val) (((x) << 16) | (val)) argument
27 #define MEMFILE_IDX(val) (((val) >> 16) & 0xffff) argument
28 #define MEMFILE_ATTR(val) ((val) & 0xffff) argument
32 #define MEMFILE_OFFSET0(val) (((val) >> 16) & 0xffff) argument
33 #define MEMFILE_FIELD_SIZE(val) ((val) & 0xffff) argument
555 u64 val; in hugetlb_cgroup_read_u64_max() local
685 static int __hugetlb_events_show(struct seq_file *seq, bool local) in __hugetlb_events_show()

123