Home
last modified time | relevance | path

Searched defs:flags (Results 1 – 25 of 5314) sorted by relevance

12345678910>>...213

/Linux-v4.19/arch/parisc/kernel/
Dfirmware.c180 unsigned long flags; in set_firmware_width() local
225 unsigned long flags; in pdc_add_valid() local
244 unsigned long flags; in pdc_instr() local
266 unsigned long flags; in pdc_chassis_info() local
290 unsigned long flags; in pdc_pat_chassis_send_log() local
310 unsigned long flags; in pdc_chassis_disp() local
326 unsigned long flags; in pdc_chassis_warn() local
360 unsigned long flags; in pdc_coproc_cfg() local
384 unsigned long flags; in pdc_iodc_read() local
411 unsigned long flags; in pdc_system_map_find_mods() local
[all …]
/Linux-v4.19/drivers/scsi/bfa/
Dbfad_bsg.c30 unsigned long flags; in bfad_iocmd_ioc_enable() local
53 unsigned long flags; in bfad_iocmd_ioc_disable() local
86 unsigned long flags; in bfad_iocmd_ioc_get_info() local
122 unsigned long flags; in bfad_iocmd_ioc_get_attr() local
164 unsigned long flags; in bfad_iocmd_ioc_get_fwstats() local
191 unsigned long flags; in bfad_iocmd_ioc_reset_stats() local
234 unsigned long flags; in bfad_iocmd_ioc_fw_sig_inv() local
246 unsigned long flags; in bfad_iocmd_iocfc_set_intr() local
260 unsigned long flags; in bfad_iocmd_port_enable() local
281 unsigned long flags; in bfad_iocmd_port_disable() local
[all …]
/Linux-v4.19/tools/testing/selftests/membarrier/
Dmembarrier_test.c11 static int sys_membarrier(int cmd, int flags) in sys_membarrier()
18 int cmd = -1, flags = 0; in test_membarrier_cmd_fail() local
41 int cmd = MEMBARRIER_CMD_QUERY, flags = 1; in test_membarrier_flags_fail() local
64 int cmd = MEMBARRIER_CMD_GLOBAL, flags = 0; in test_membarrier_global_success() local
80 int cmd = MEMBARRIER_CMD_PRIVATE_EXPEDITED, flags = 0; in test_membarrier_private_expedited_fail() local
103 int cmd = MEMBARRIER_CMD_REGISTER_PRIVATE_EXPEDITED, flags = 0; in test_membarrier_register_private_expedited_success() local
120 int cmd = MEMBARRIER_CMD_PRIVATE_EXPEDITED, flags = 0; in test_membarrier_private_expedited_success() local
137 int cmd = MEMBARRIER_CMD_PRIVATE_EXPEDITED_SYNC_CORE, flags = 0; in test_membarrier_private_expedited_sync_core_fail() local
160 int cmd = MEMBARRIER_CMD_REGISTER_PRIVATE_EXPEDITED_SYNC_CORE, flags = 0; in test_membarrier_register_private_expedited_sync_core_success() local
177 int cmd = MEMBARRIER_CMD_PRIVATE_EXPEDITED, flags = 0; in test_membarrier_private_expedited_sync_core_success() local
[all …]
/Linux-v4.19/arch/h8300/include/asm/
Dirqflags.h10 h8300flags flags; in arch_local_save_flags() local
28 h8300flags flags; in arch_local_irq_save() local
35 static inline void arch_local_irq_restore(h8300flags flags) in arch_local_irq_restore()
40 static inline int arch_irqs_disabled_flags(unsigned long flags) in arch_irqs_disabled_flags()
50 h8300flags flags; in arch_local_save_flags() local
69 h8300flags flags; in arch_local_irq_save() local
78 static inline void arch_local_irq_restore(h8300flags flags) in arch_local_irq_restore()
85 static inline int arch_irqs_disabled_flags(h8300flags flags) in arch_irqs_disabled_flags()
/Linux-v4.19/include/linux/
Drwlock.h33 #define do_raw_read_lock_flags(lock, flags) do_raw_read_lock(lock) argument
37 #define do_raw_write_lock_flags(lock, flags) do_raw_write_lock(lock) argument
43 # define arch_read_lock_flags(lock, flags) arch_read_lock(lock) argument
47 # define arch_write_lock_flags(lock, flags) arch_write_lock(lock) argument
51 # define do_raw_read_lock_flags(lock, flags) \ argument
56 # define do_raw_write_lock_flags(lock, flags) \ argument
75 #define read_lock_irqsave(lock, flags) \ argument
80 #define write_lock_irqsave(lock, flags) \ argument
88 #define read_lock_irqsave(lock, flags) \ argument
93 #define write_lock_irqsave(lock, flags) \ argument
[all …]
Dirqflags.h81 #define raw_local_irq_save(flags) \ argument
86 #define raw_local_irq_restore(flags) \ argument
91 #define raw_local_save_flags(flags) \ argument
96 #define raw_irqs_disabled_flags(flags) \ argument
113 #define local_irq_save(flags) \ argument
120 #define local_irq_restore(flags) \ argument
142 #define local_irq_save(flags) \ argument
146 #define local_irq_restore(flags) do { raw_local_irq_restore(flags); } while (0) argument
151 #define local_save_flags(flags) raw_local_save_flags(flags) argument
169 #define irqs_disabled_flags(flags) raw_irqs_disabled_flags(flags) argument
/Linux-v4.19/arch/powerpc/include/asm/
Dhw_irq.h68 unsigned long flags; in irq_soft_mask_return() local
113 unsigned long flags; in irq_soft_mask_set_return() local
131 unsigned long flags, tmp; in irq_soft_mask_or_return() local
169 static inline bool arch_irqs_disabled_flags(unsigned long flags) in arch_irqs_disabled_flags()
186 #define raw_local_irq_pmu_save(flags) \ argument
193 #define raw_local_irq_pmu_restore(flags) \ argument
200 #define powerpc_local_irq_pmu_save(flags) \ argument
205 #define powerpc_local_irq_pmu_restore(flags) \ argument
216 #define powerpc_local_irq_pmu_save(flags) \ argument
220 #define powerpc_local_irq_pmu_restore(flags) \ argument
[all …]
/Linux-v4.19/arch/arc/include/asm/
Dsmp.h113 #define atomic_ops_lock(flags) do { \ argument
118 #define atomic_ops_unlock(flags) do { \ argument
123 #define bitops_lock(flags) do { \ argument
128 #define bitops_unlock(flags) do { \ argument
135 #define atomic_ops_lock(flags) local_irq_save(flags) argument
136 #define atomic_ops_unlock(flags) local_irq_restore(flags) argument
138 #define bitops_lock(flags) local_irq_save(flags) argument
139 #define bitops_unlock(flags) local_irq_restore(flags) argument
/Linux-v4.19/sound/pci/emu10k1/
Dio.c37 unsigned long flags; in snd_emu10k1_ptr_read() local
71 unsigned long flags; in snd_emu10k1_ptr_write() local
106 unsigned long flags; in snd_emu10k1_ptr20_read() local
124 unsigned long flags; in snd_emu10k1_ptr20_write() local
252 unsigned long flags; in snd_emu1010_fpga_write() local
274 unsigned long flags; in snd_emu1010_fpga_read() local
304 unsigned long flags; in snd_emu10k1_intr_enable() local
315 unsigned long flags; in snd_emu10k1_intr_disable() local
326 unsigned long flags; in snd_emu10k1_voice_intr_enable() local
346 unsigned long flags; in snd_emu10k1_voice_intr_disable() local
[all …]
/Linux-v4.19/kernel/sched/
Disolation.c16 int housekeeping_any_cpu(enum hk_flags flags) in housekeeping_any_cpu()
25 const struct cpumask *housekeeping_cpumask(enum hk_flags flags) in housekeeping_cpumask()
34 void housekeeping_affine(struct task_struct *t, enum hk_flags flags) in housekeeping_affine()
42 bool housekeeping_test_cpu(int cpu, enum hk_flags flags) in housekeeping_test_cpu()
65 static int __init housekeeping_setup(char *str, enum hk_flags flags) in housekeeping_setup()
118 unsigned int flags; in housekeeping_nohz_full_setup() local
128 unsigned int flags = 0; in housekeeping_isolcpus_setup() local
/Linux-v4.19/drivers/isdn/gigaset/
Dcommon.c89 static int setflags(struct cardstate *cs, unsigned flags, unsigned delay) in setflags()
159 unsigned long flags; in timer_tick() local
190 unsigned long flags; in gigaset_get_channel() local
208 unsigned long flags; in gigaset_get_free_channel() local
234 unsigned long flags; in gigaset_free_channel() local
252 unsigned long flags; in gigaset_get_channels() local
274 unsigned long flags; in gigaset_free_channels() local
286 unsigned long flags; in gigaset_block_channels() local
300 unsigned long flags; in clear_events() local
336 unsigned long flags; in gigaset_add_event() local
[all …]
/Linux-v4.19/arch/c6x/include/asm/
Dirqflags.h21 unsigned long flags; in arch_local_save_flags() local
28 static inline void arch_local_irq_restore(unsigned long flags) in arch_local_irq_restore()
36 unsigned long flags = arch_local_save_flags(); in arch_local_irq_enable() local
44 unsigned long flags = arch_local_save_flags(); in arch_local_irq_disable() local
52 unsigned long flags; in arch_local_irq_save() local
60 static inline int arch_irqs_disabled_flags(unsigned long flags) in arch_irqs_disabled_flags()
/Linux-v4.19/arch/sparc/lib/
Datomic32.c73 unsigned long flags; in atomic_xchg() local
86 unsigned long flags; in atomic_cmpxchg() local
101 unsigned long flags; in atomic_fetch_add_unless() local
115 unsigned long flags; in atomic_set() local
125 unsigned long old, flags; in ___set_bit() local
138 unsigned long old, flags; in ___clear_bit() local
151 unsigned long old, flags; in ___change_bit() local
164 unsigned long flags; in __cmpxchg_u32() local
178 unsigned long flags; in __cmpxchg_u64() local
192 unsigned long flags; in __xchg_u32() local
/Linux-v4.19/drivers/pci/endpoint/
Dpci-epc-core.c94 unsigned long flags; in pci_epc_stop() local
114 unsigned long flags; in pci_epc_start() local
143 unsigned long flags; in pci_epc_raise_irq() local
169 unsigned long flags; in pci_epc_get_msi() local
202 unsigned long flags; in pci_epc_set_msi() local
231 unsigned long flags; in pci_epc_get_msix() local
261 unsigned long flags; in pci_epc_set_msix() local
289 unsigned long flags; in pci_epc_unmap_addr() local
317 unsigned long flags; in pci_epc_map_addr() local
344 unsigned long flags; in pci_epc_clear_bar() local
[all …]
/Linux-v4.19/arch/mips/pmcs-msp71xx/
Dmsp_irq_cic.c38 #define LOCK_VPE(flags, mtflags) \ argument
44 #define UNLOCK_VPE(flags, mtflags) \ argument
50 #define LOCK_CORE(flags, mtflags) \ argument
56 #define UNLOCK_CORE(flags, mtflags) \ argument
64 #define LOCK_VPE(flags, mtflags) argument
65 #define UNLOCK_VPE(flags, mtflags) argument
85 unsigned long flags; in unmask_cic_irq() local
108 unsigned long flags, mtflags; in mask_cic_irq() local
133 unsigned long flags; in msp_cic_irq_set_affinity() local
/Linux-v4.19/arch/mips/vr41xx/common/
Dicu.c158 unsigned long flags; in vr41xx_enable_piuint() local
173 unsigned long flags; in vr41xx_disable_piuint() local
188 unsigned long flags; in vr41xx_enable_aiuint() local
203 unsigned long flags; in vr41xx_disable_aiuint() local
218 unsigned long flags; in vr41xx_enable_kiuint() local
233 unsigned long flags; in vr41xx_disable_kiuint() local
248 unsigned long flags; in vr41xx_enable_macint() local
260 unsigned long flags; in vr41xx_disable_macint() local
272 unsigned long flags; in vr41xx_enable_dsiuint() local
284 unsigned long flags; in vr41xx_disable_dsiuint() local
[all …]
/Linux-v4.19/tools/testing/selftests/x86/
Dtest_FCOMI.c36 int test(long flags) in test()
93 int test_qnan(long flags) in test_qnan()
122 int testu_qnan(long flags) in testu_qnan()
151 int testu_snan(long flags) in testu_snan()
183 int testp(long flags) in testp()
237 int testp_qnan(long flags) in testp_qnan()
265 int testup_qnan(long flags) in testup_qnan()
/Linux-v4.19/drivers/crypto/qce/
Dcommon.h62 #define IS_DES(flags) (flags & QCE_ALG_DES) argument
63 #define IS_3DES(flags) (flags & QCE_ALG_3DES) argument
64 #define IS_AES(flags) (flags & QCE_ALG_AES) argument
66 #define IS_SHA1(flags) (flags & QCE_HASH_SHA1) argument
67 #define IS_SHA256(flags) (flags & QCE_HASH_SHA256) argument
68 #define IS_SHA1_HMAC(flags) (flags & QCE_HASH_SHA1_HMAC) argument
69 #define IS_SHA256_HMAC(flags) (flags & QCE_HASH_SHA256_HMAC) argument
70 #define IS_CMAC(flags) (flags & QCE_HASH_AES_CMAC) argument
71 #define IS_SHA(flags) (IS_SHA1(flags) || IS_SHA256(flags)) argument
72 #define IS_SHA_HMAC(flags) \ argument
/Linux-v4.19/sound/isa/wavefront/
Dwavefront_midi.c119 unsigned long flags; in snd_wavefront_midi_output_write() local
234 unsigned long flags; in snd_wavefront_midi_input_open() local
258 unsigned long flags; in snd_wavefront_midi_output_open() local
282 unsigned long flags; in snd_wavefront_midi_input_close() local
305 unsigned long flags; in snd_wavefront_midi_output_close() local
327 unsigned long flags; in snd_wavefront_midi_input_trigger() local
356 unsigned long flags; in snd_wavefront_midi_output_timer() local
366 unsigned long flags; in snd_wavefront_midi_output_trigger() local
407 unsigned long flags; in snd_wavefront_midi_interrupt() local
460 unsigned long flags; in snd_wavefront_midi_enable_virtual() local
[all …]
/Linux-v4.19/sound/core/seq/
Dseq_timer.c93 unsigned long flags; in snd_seq_timer_defaults() local
126 unsigned long flags; in snd_seq_timer_reset() local
139 unsigned long flags; in snd_seq_timer_interrupt() local
179 unsigned long flags; in snd_seq_timer_set_tempo() local
198 unsigned long flags; in snd_seq_timer_set_tempo_ppq() local
225 unsigned long flags; in snd_seq_timer_set_position_tick() local
241 unsigned long flags; in snd_seq_timer_set_position_time() local
257 unsigned long flags; in snd_seq_timer_set_skew() local
346 unsigned long flags; in snd_seq_timer_stop() local
402 unsigned long flags; in snd_seq_timer_start() local
[all …]
/Linux-v4.19/sound/isa/gus/
Dgus_uart.c32 unsigned long flags; in snd_gf1_interrupt_midi_in() local
66 unsigned long flags; in snd_gf1_interrupt_midi_out() local
94 unsigned long flags; in snd_gf1_uart_output_open() local
113 unsigned long flags; in snd_gf1_uart_input_open() local
146 unsigned long flags; in snd_gf1_uart_output_close() local
161 unsigned long flags; in snd_gf1_uart_input_close() local
177 unsigned long flags; in snd_gf1_uart_input_trigger() local
194 unsigned long flags; in snd_gf1_uart_output_trigger() local
/Linux-v4.19/tools/include/linux/
Dirqflags.h20 #define raw_local_irq_save(flags) ((flags) = 0) argument
21 #define raw_local_irq_restore(flags) ((void)(flags)) argument
22 #define raw_local_save_flags(flags) ((flags) = 0) argument
23 #define raw_irqs_disabled_flags(flags) ((void)(flags)) argument
29 #define local_irq_save(flags) ((flags) = 0) argument
30 #define local_irq_restore(flags) ((void)(flags)) argument
31 #define local_save_flags(flags) ((flags) = 0) argument
33 #define irqs_disabled_flags(flags) ((void)(flags), 0) argument
/Linux-v4.19/net/ncsi/
Dncsi-manage.c35 unsigned long flags; in ncsi_report_link() local
77 unsigned long flags; in ncsi_channel_monitor() local
144 unsigned long flags; in ncsi_start_channel_monitor() local
157 unsigned long flags; in ncsi_stop_channel_monitor() local
187 unsigned long flags; in ncsi_add_channel() local
223 unsigned long flags; in ncsi_remove_channel() local
261 unsigned long flags; in ncsi_add_package() local
291 unsigned long flags; in ncsi_remove_package() local
332 unsigned long flags; in ncsi_alloc_request() local
368 unsigned long flags; in ncsi_free_request() local
[all …]
/Linux-v4.19/arch/nds32/mm/
Dcacheflush.c18 unsigned long line_size, flags; in flush_icache_range() local
30 unsigned long flags; in flush_icache_page() local
54 unsigned long flags; in update_mmu_cache() local
121 unsigned long flags; in flush_cache_mm() local
136 unsigned long flags; in flush_cache_range() local
157 unsigned long vto, flags; in flush_cache_page() local
200 unsigned long vto, vfrom, flags, kto, kfrom, pfrom, pto; in copy_user_highpage() local
221 unsigned long vto, flags, kto; in clear_user_highpage() local
246 unsigned long kaddr, flags; in flush_dcache_page() local
269 unsigned long line_size, start, end, vto, flags; in copy_to_user_page() local
[all …]
/Linux-v4.19/drivers/parport/
Dieee1284_ops.c43 int flags) in parport_ieee1284_write_compat()
152 int flags) in parport_ieee1284_read_nibble()
243 int flags) in parport_ieee1284_read_byte()
406 int flags) in parport_ieee1284_ecp_write_data()
492 void *buffer, size_t len, int flags) in parport_ieee1284_ecp_read_data()
641 int flags) in parport_ieee1284_ecp_write_addr()
733 int flags) in parport_ieee1284_epp_write_data()
777 int flags) in parport_ieee1284_epp_read_data()
821 int flags) in parport_ieee1284_epp_write_addr()
865 int flags) in parport_ieee1284_epp_read_addr()

12345678910>>...213