Home
last modified time | relevance | path

Searched defs:mask (Results 101 – 125 of 5264) sorted by relevance

12345678910>>...211

/Linux-v6.6/fs/notify/fanotify/
Dfanotify_user.c998 struct path *path, unsigned int flags, __u64 mask, in fanotify_find_path()
1052 __u32 mask, unsigned int flags, in fanotify_mark_remove_from_mask()
1080 fsnotify_connp_t *connp, __u32 mask, in fanotify_remove_mark()
1110 struct vfsmount *mnt, __u32 mask, in fanotify_remove_vfsmount_mark()
1118 struct super_block *sb, __u32 mask, in fanotify_remove_sb_mark()
1126 struct inode *inode, __u32 mask, in fanotify_remove_inode_mark()
1176 __u32 mask, unsigned int fan_flags) in fanotify_mark_add_to_mask()
1281 __u32 mask, unsigned int fan_flags, in fanotify_add_mark()
1329 struct vfsmount *mnt, __u32 mask, in fanotify_add_vfsmount_mark()
1337 struct super_block *sb, __u32 mask, in fanotify_add_sb_mark()
[all …]
/Linux-v6.6/arch/arm64/include/asm/
Dword-at-a-time.h23 unsigned long mask = ((a - c->one_bits) & ~a) & c->high_bits; in has_zero() local
36 static inline unsigned long find_zero(unsigned long mask) in find_zero()
41 #define zero_bytemask(mask) (mask) argument
/Linux-v6.6/include/asm-generic/bitops/
Datomic.h39 unsigned long mask = BIT_MASK(nr); in arch_test_and_set_bit() local
50 unsigned long mask = BIT_MASK(nr); in arch_test_and_clear_bit() local
61 unsigned long mask = BIT_MASK(nr); in arch_test_and_change_bit() local
/Linux-v6.6/drivers/scsi/lpfc/
Dlpfc_logmsg.h57 #define lpfc_vlog_msg(vport, level, mask, fmt, arg...) \ argument
62 #define lpfc_log_msg(phba, level, mask, fmt, arg...) \ argument
73 #define lpfc_printf_vlog(vport, level, mask, fmt, arg...) \ argument
86 #define lpfc_printf_log(phba, level, mask, fmt, arg...) \ argument
/Linux-v6.6/drivers/irqchip/
Dirq-xtensa-mx.c72 unsigned int mask = 1u << d->hwirq; in xtensa_mx_irq_mask() local
90 unsigned int mask = 1u << d->hwirq; in xtensa_mx_irq_unmask() local
123 unsigned int mask = 1u << d->hwirq; in xtensa_mx_irq_retrigger() local
135 unsigned mask = 1u << cpu; in xtensa_mx_irq_set_affinity() local
Dirq-hip04.c93 u32 mask = 1 << (hip04_irq(d) % 32); in hip04_mask_irq() local
103 u32 mask = 1 << (hip04_irq(d) % 32); in hip04_unmask_irq() local
152 u32 val, mask, bit; in hip04_irq_set_affinity() local
175 static void hip04_ipi_send_mask(struct irq_data *d, const struct cpumask *mask) in hip04_ipi_send_mask()
231 u32 mask, i; in hip04_get_cpumask() local
/Linux-v6.6/arch/alpha/kernel/
Dsys_sable.c93 sable_update_irq_hw(unsigned long bit, unsigned long mask) in sable_update_irq_hw()
292 lynx_update_irq_hw(unsigned long bit, unsigned long mask) in lynx_update_irq_hw()
447 unsigned long bit, mask; in sable_lynx_enable_irq() local
463 unsigned long bit, mask; in sable_lynx_disable_irq() local
479 unsigned long bit, mask; in sable_lynx_mask_and_ack_irq() local
/Linux-v6.6/arch/riscv/kernel/
Dsmp.c97 static void send_ipi_mask(const struct cpumask *mask, enum ipi_message_type op) in send_ipi_mask()
230 void arch_send_call_function_ipi_mask(struct cpumask *mask) in arch_send_call_function_ipi_mask()
241 void tick_broadcast(const struct cpumask *mask) in tick_broadcast()
252 cpumask_t mask; in smp_send_stop() local
287 cpumask_t mask; in crash_smp_send_stop() local
/Linux-v6.6/drivers/mfd/
Ducb1x00-core.c156 unsigned old, mask = 1 << offset; in ucb1x00_gpio_direction_output() local
298 static void ucb1x00_irq_update(struct ucb1x00 *ucb, unsigned mask) in ucb1x00_irq_update()
317 unsigned mask = 1 << (data->irq - ucb->irq_base); in ucb1x00_irq_mask() local
328 unsigned mask = 1 << (data->irq - ucb->irq_base); in ucb1x00_irq_unmask() local
339 unsigned mask = 1 << (data->irq - ucb->irq_base); in ucb1x00_irq_set_type() local
366 unsigned mask = 1 << (data->irq - ucb->irq_base); in ucb1x00_irq_set_wake() local
443 unsigned long mask; in ucb1x00_detect_irq() local
Dtps65217.c59 u8 mask = BIT(data->hwirq) << TPS65217_INT_SHIFT; in tps65217_irq_enable() local
67 u8 mask = BIT(data->hwirq) << TPS65217_INT_SHIFT; in tps65217_irq_disable() local
251 unsigned int mask, unsigned int val, unsigned int level) in tps65217_update_bits()
273 unsigned int mask, unsigned int val, unsigned int level) in tps65217_set_bits()
280 unsigned int mask, unsigned int level) in tps65217_clear_bits()
/Linux-v6.6/arch/arm/include/asm/
Dword-at-a-time.h22 unsigned long mask = ((a - c->one_bits) & ~a) & c->high_bits; in has_zero() local
35 static inline unsigned long find_zero(unsigned long mask) in find_zero()
52 #define zero_bytemask(mask) (mask) argument
/Linux-v6.6/fs/xfs/libxfs/
Dxfs_health.h127 xfs_fs_has_sickness(struct xfs_mount *mp, unsigned int mask) in xfs_fs_has_sickness()
136 xfs_rt_has_sickness(struct xfs_mount *mp, unsigned int mask) in xfs_rt_has_sickness()
145 xfs_ag_has_sickness(struct xfs_perag *pag, unsigned int mask) in xfs_ag_has_sickness()
154 xfs_inode_has_sickness(struct xfs_inode *ip, unsigned int mask) in xfs_inode_has_sickness()
/Linux-v6.6/arch/mips/sni/
Drm200.c160 unsigned int mask, irq = d->irq - RM200_I8259A_IRQ_BASE; in sni_rm200_disable_8259A_irq() local
175 unsigned int mask, irq = d->irq - RM200_I8259A_IRQ_BASE; in sni_rm200_enable_8259A_irq() local
423 unsigned int mask = 1 << (d->irq - SNI_RM200_INT_START); in enable_rm200_irq() local
430 unsigned int mask = 1 << (d->irq - SNI_RM200_INT_START); in disable_rm200_irq() local
444 u8 mask; in sni_rm200_hwint() local
/Linux-v6.6/drivers/regulator/
Drt5739.c55 unsigned int mask, val; in rt5739_set_mode() local
80 unsigned int mask, val; in rt5739_get_mode() local
123 unsigned int mask; in rt5739_set_suspend_enable() local
137 unsigned int mask; in rt5739_set_suspend_disable() local
152 unsigned int mask, val; in rt5739_set_suspend_mode() local
Dlp3972.c202 static int lp3972_set_bits(struct lp3972 *lp3972, u8 reg, u16 mask, u16 val) in lp3972_set_bits()
225 u16 mask = LP3972_LDO_OUTPUT_ENABLE_MASK(ldo); in lp3972_ldo_is_enabled() local
236 u16 mask = LP3972_LDO_OUTPUT_ENABLE_MASK(ldo); in lp3972_ldo_enable() local
246 u16 mask = LP3972_LDO_OUTPUT_ENABLE_MASK(ldo); in lp3972_ldo_disable() local
256 u16 mask = LP3972_LDO_VOL_MASK(ldo); in lp3972_ldo_get_voltage_sel() local
318 u16 mask = 1 << (buck * 2); in lp3972_dcdc_is_enabled() local
329 u16 mask = 1 << (buck * 2); in lp3972_dcdc_enable() local
341 u16 mask = 1 << (buck * 2); in lp3972_dcdc_disable() local
/Linux-v6.6/drivers/net/dsa/mv88e6xxx/
Dglobal2_scratch.c56 u8 mask = (1 << (offset & 0x7)); in mv88e6xxx_g2_scratch_get_bit() local
83 u8 mask = (1 << (offset & 0x7)); in mv88e6xxx_g2_scratch_set_bit() local
130 u8 mask = (1 << (pin & 0x7)); in mv88e6352_g2_scratch_gpio_set_data() local
196 u8 mask = (0x7 << offset); in mv88e6352_g2_scratch_gpio_get_pctl() local
220 u8 mask = (0x7 << offset); in mv88e6352_g2_scratch_gpio_set_pctl() local
/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/diag/
Dfs_tracepoint.c39 #define MASK_VAL(type, spec, name, mask, val, fld) \ argument
43 #define MASK_VAL_BE(type, spec, name, mask, val, fld) \ argument
49 #define GET_MASK_VAL(name, type, mask, val, fld) \ argument
64 const u32 *mask, const u32 *value) in print_lyr_2_4_hdrs()
156 const u32 *mask, const u32 *value) in print_misc_parameters_hdrs()
/Linux-v6.6/fs/notify/
Dfsnotify.c145 __u32 mask) in fsnotify_event_needs_parent()
178 int __fsnotify_parent(struct dentry *dentry, __u32 mask, const void *data, in __fsnotify_parent()
242 u32 mask, const void *data, int data_type, in fsnotify_handle_inode_event()
267 static int fsnotify_handle_event(struct fsnotify_group *group, __u32 mask, in fsnotify_handle_event()
320 static int send_to_group(__u32 mask, const void *data, int data_type, in send_to_group()
481 int fsnotify(__u32 mask, const void *data, int data_type, struct inode *dir, in fsnotify()
/Linux-v6.6/drivers/usb/chipidea/
Dotg.c29 u32 hw_read_otgsc(struct ci_hdrc *ci, u32 mask) in hw_read_otgsc()
83 void hw_write_otgsc(struct ci_hdrc *ci, u32 mask, u32 data) in hw_write_otgsc()
154 u32 mask = OTGSC_BSV; in hw_wait_vbus_lower_bsv() local
/Linux-v6.6/net/netfilter/
Dnf_flow_table_offload.c35 struct nf_flow_key *mask = &match->mask; in nf_flow_rule_lwt_match() local
81 struct flow_dissector_key_vlan *mask, in nf_flow_rule_vlan_match()
94 struct nf_flow_key *mask = &match->mask; in nf_flow_rule_match() local
206 const __be32 *value, const __be32 *mask) in flow_offload_mangle()
233 u32 mask, val; in flow_offload_eth_src() local
282 u32 mask, val; in flow_offload_eth_dst() local
333 u32 mask = ~htonl(0xffffffff); in flow_offload_ipv4_snat() local
360 u32 mask = ~htonl(0xffffffff); in flow_offload_ipv4_dnat() local
383 const __be32 *addr, const __be32 *mask) in flow_offload_ipv6_mangle()
400 u32 mask = ~htonl(0xffffffff); in flow_offload_ipv6_snat() local
[all …]
/Linux-v6.6/arch/powerpc/platforms/powermac/
Dpfunc_core.c140 u8 mask = (u8)pmf_next32(cmd); in pmf_parser_write_gpio() local
149 u8 mask = (u8)pmf_next32(cmd); in pmf_parser_read_gpio() local
163 u32 mask = pmf_next32(cmd); in pmf_parser_write_reg32() local
185 u16 mask = (u16)pmf_next32(cmd); in pmf_parser_write_reg16() local
207 u8 mask = (u16)pmf_next32(cmd); in pmf_parser_write_reg8() local
237 u32 mask = pmf_next32(cmd); in pmf_parser_wait_reg32() local
249 u16 mask = (u16)pmf_next32(cmd); in pmf_parser_wait_reg16() local
261 u8 mask = (u8)pmf_next32(cmd); in pmf_parser_wait_reg8() local
408 u32 mask = pmf_next32(cmd); in pmf_parser_read_reg32_msrx() local
422 u32 mask = pmf_next32(cmd); in pmf_parser_read_reg16_msrx() local
[all …]
/Linux-v6.6/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_mps.c7 const u8 *addr, const u8 *mask) in cxgb4_mps_ref_dec_by_mac()
54 u16 idx, const u8 *mask) in cxgb4_mps_ref_inc()
147 const u8 *mask, in cxgb4_free_raw_mac_filt()
166 const u8 *mask, in cxgb4_alloc_raw_mac_filt()
202 const u8 *addr, const u8 *mask, in cxgb4_alloc_encap_mac_filt()
/Linux-v6.6/drivers/media/pci/cobalt/
Dcobalt-irq.c139 u32 mask = cobalt_read_bar1(cobalt, COBALT_SYS_STAT_MASK); in cobalt_irq_handler() local
209 u32 mask; in cobalt_irq_work_handler() local
222 u32 mask; in cobalt_irq_log_status() local
/Linux-v6.6/drivers/accel/habanalabs/goya/
Dgoya_security.c30 u32 pb_addr, mask; in goya_init_mme_protection_bits() local
274 u32 pb_addr, mask; in goya_init_dma_protection_bits() local
674 u32 pb_addr, mask; in goya_init_tpc_protection_bits() local
2275 u32 pb_addr, mask; in goya_init_protection_bits() local
/Linux-v6.6/arch/x86/hyperv/
Dhv_apic.c107 static bool __send_ipi_mask_ex(const struct cpumask *mask, int vector, in __send_ipi_mask_ex()
157 static bool __send_ipi_mask(const struct cpumask *mask, int vector, in __send_ipi_mask()
260 static void hv_send_ipi_mask(const struct cpumask *mask, int vector) in hv_send_ipi_mask()
266 static void hv_send_ipi_mask_allbutself(const struct cpumask *mask, int vector) in hv_send_ipi_mask_allbutself()

12345678910>>...211