Home
last modified time | relevance | path

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

12345678910>>...237

/Linux-v5.4/drivers/scsi/bfa/
Dbfad_bsg.c22 unsigned long flags; in bfad_iocmd_ioc_enable() local
45 unsigned long flags; in bfad_iocmd_ioc_disable() local
78 unsigned long flags; in bfad_iocmd_ioc_get_info() local
114 unsigned long flags; in bfad_iocmd_ioc_get_attr() local
156 unsigned long flags; in bfad_iocmd_ioc_get_fwstats() local
183 unsigned long flags; in bfad_iocmd_ioc_reset_stats() local
226 unsigned long flags; in bfad_iocmd_ioc_fw_sig_inv() local
238 unsigned long flags; in bfad_iocmd_iocfc_set_intr() local
252 unsigned long flags; in bfad_iocmd_port_enable() local
273 unsigned long flags; in bfad_iocmd_port_disable() local
[all …]
/Linux-v5.4/arch/parisc/kernel/
Dfirmware.c175 unsigned long flags; in set_firmware_width() local
220 unsigned long flags; in pdc_add_valid() local
239 unsigned long flags; in pdc_instr() local
261 unsigned long flags; in pdc_chassis_info() local
285 unsigned long flags; in pdc_pat_chassis_send_log() local
305 unsigned long flags; in pdc_chassis_disp() local
334 unsigned long flags; in pdc_chassis_warn() local
368 unsigned long flags; in pdc_coproc_cfg() local
392 unsigned long flags; in pdc_iodc_read() local
419 unsigned long flags; in pdc_system_map_find_mods() local
[all …]
/Linux-v5.4/tools/testing/selftests/membarrier/
Dmembarrier_test_impl.h12 static int sys_membarrier(int cmd, int flags) in sys_membarrier()
19 int cmd = -1, flags = 0; in test_membarrier_cmd_fail() local
42 int cmd = MEMBARRIER_CMD_QUERY, flags = 1; in test_membarrier_flags_fail() local
65 int cmd = MEMBARRIER_CMD_GLOBAL, flags = 0; in test_membarrier_global_success() local
81 int cmd = MEMBARRIER_CMD_PRIVATE_EXPEDITED, flags = 0; in test_membarrier_private_expedited_fail() local
104 int cmd = MEMBARRIER_CMD_REGISTER_PRIVATE_EXPEDITED, flags = 0; in test_membarrier_register_private_expedited_success() local
121 int cmd = MEMBARRIER_CMD_PRIVATE_EXPEDITED, flags = 0; in test_membarrier_private_expedited_success() local
138 int cmd = MEMBARRIER_CMD_PRIVATE_EXPEDITED_SYNC_CORE, flags = 0; in test_membarrier_private_expedited_sync_core_fail() local
161 int cmd = MEMBARRIER_CMD_REGISTER_PRIVATE_EXPEDITED_SYNC_CORE, flags = 0; in test_membarrier_register_private_expedited_sync_core_success() local
178 int cmd = MEMBARRIER_CMD_PRIVATE_EXPEDITED, flags = 0; in test_membarrier_private_expedited_sync_core_success() local
[all …]
/Linux-v5.4/kernel/sched/
Disolation.c17 bool housekeeping_enabled(enum hk_flags flags) in housekeeping_enabled()
23 int housekeeping_any_cpu(enum hk_flags flags) in housekeeping_any_cpu()
40 const struct cpumask *housekeeping_cpumask(enum hk_flags flags) in housekeeping_cpumask()
49 void housekeeping_affine(struct task_struct *t, enum hk_flags flags) in housekeeping_affine()
57 bool housekeeping_test_cpu(int cpu, enum hk_flags flags) in housekeeping_test_cpu()
80 static int __init housekeeping_setup(char *str, enum hk_flags flags) in housekeeping_setup()
141 unsigned int flags; in housekeeping_nohz_full_setup() local
151 unsigned int flags = 0; in housekeeping_isolcpus_setup() local
/Linux-v5.4/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-v5.4/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 …]
Dslab.h322 static __always_inline enum kmalloc_cache_type kmalloc_type(gfp_t flags) in kmalloc_type()
420 static __always_inline void *__kmalloc_node(size_t size, gfp_t flags, int node) in __kmalloc_node()
425 static __always_inline void *kmem_cache_alloc_node(struct kmem_cache *s, gfp_t flags, int node) in kmem_cache_alloc_node()
450 gfp_t flags, size_t size) in kmem_cache_alloc_trace()
476 kmalloc_order_trace(size_t size, gfp_t flags, unsigned int order) in kmalloc_order_trace()
482 static __always_inline void *kmalloc_large(size_t size, gfp_t flags) in kmalloc_large()
542 static __always_inline void *kmalloc(size_t size, gfp_t flags) in kmalloc()
584 static __always_inline void *kmalloc_node(size_t size, gfp_t flags, int node) in kmalloc_node()
610 static inline void *kmalloc_array(size_t n, size_t size, gfp_t flags) in kmalloc_array()
627 static inline void *kcalloc(size_t n, size_t size, gfp_t flags) in kcalloc()
[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-v5.4/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-v5.4/sound/pci/emu10k1/
Dio.c23 unsigned long flags; in snd_emu10k1_ptr_read() local
57 unsigned long flags; in snd_emu10k1_ptr_write() local
92 unsigned long flags; in snd_emu10k1_ptr20_read() local
110 unsigned long flags; in snd_emu10k1_ptr20_write() local
238 unsigned long flags; in snd_emu1010_fpga_write() local
260 unsigned long flags; in snd_emu1010_fpga_read() local
290 unsigned long flags; in snd_emu10k1_intr_enable() local
301 unsigned long flags; in snd_emu10k1_intr_disable() local
312 unsigned long flags; in snd_emu10k1_voice_intr_enable() local
332 unsigned long flags; in snd_emu10k1_voice_intr_disable() local
[all …]
/Linux-v5.4/arch/arc/include/asm/
Dsmp.h110 #define atomic_ops_lock(flags) do { \ argument
115 #define atomic_ops_unlock(flags) do { \ argument
120 #define bitops_lock(flags) do { \ argument
125 #define bitops_unlock(flags) do { \ argument
132 #define atomic_ops_lock(flags) local_irq_save(flags) argument
133 #define atomic_ops_unlock(flags) local_irq_restore(flags) argument
135 #define bitops_lock(flags) local_irq_save(flags) argument
136 #define bitops_unlock(flags) local_irq_restore(flags) argument
/Linux-v5.4/drivers/staging/isdn/gigaset/
Dcommon.c86 static int setflags(struct cardstate *cs, unsigned flags, unsigned delay) in setflags()
156 unsigned long flags; in timer_tick() local
187 unsigned long flags; in gigaset_get_channel() local
205 unsigned long flags; in gigaset_get_free_channel() local
231 unsigned long flags; in gigaset_free_channel() local
249 unsigned long flags; in gigaset_get_channels() local
271 unsigned long flags; in gigaset_free_channels() local
283 unsigned long flags; in gigaset_block_channels() local
297 unsigned long flags; in clear_events() local
333 unsigned long flags; in gigaset_add_event() local
[all …]
/Linux-v5.4/arch/c6x/include/asm/
Dirqflags.h17 unsigned long flags; in arch_local_save_flags() local
24 static inline void arch_local_irq_restore(unsigned long flags) in arch_local_irq_restore()
32 unsigned long flags = arch_local_save_flags(); in arch_local_irq_enable() local
40 unsigned long flags = arch_local_save_flags(); in arch_local_irq_disable() local
48 unsigned long flags; in arch_local_irq_save() local
56 static inline int arch_irqs_disabled_flags(unsigned long flags) in arch_irqs_disabled_flags()
/Linux-v5.4/drivers/pci/endpoint/
Dpci-epc-core.c123 unsigned long flags; in pci_epc_get_features() local
147 unsigned long flags; in pci_epc_stop() local
167 unsigned long flags; in pci_epc_start() local
196 unsigned long flags; in pci_epc_raise_irq() local
222 unsigned long flags; in pci_epc_get_msi() local
255 unsigned long flags; in pci_epc_set_msi() local
284 unsigned long flags; in pci_epc_get_msix() local
314 unsigned long flags; in pci_epc_set_msix() local
342 unsigned long flags; in pci_epc_unmap_addr() local
370 unsigned long flags; in pci_epc_map_addr() local
[all …]
/Linux-v5.4/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-v5.4/arch/mips/pmcs-msp71xx/
Dmsp_irq_cic.c34 #define LOCK_VPE(flags, mtflags) \ argument
40 #define UNLOCK_VPE(flags, mtflags) \ argument
46 #define LOCK_CORE(flags, mtflags) \ argument
52 #define UNLOCK_CORE(flags, mtflags) \ argument
60 #define LOCK_VPE(flags, mtflags) argument
61 #define UNLOCK_VPE(flags, mtflags) argument
81 unsigned long flags; in unmask_cic_irq() local
104 unsigned long flags, mtflags; in mask_cic_irq() local
129 unsigned long flags; in msp_cic_irq_set_affinity() local
/Linux-v5.4/arch/mips/vr41xx/common/
Dicu.c145 unsigned long flags; in vr41xx_enable_piuint() local
160 unsigned long flags; in vr41xx_disable_piuint() local
175 unsigned long flags; in vr41xx_enable_aiuint() local
190 unsigned long flags; in vr41xx_disable_aiuint() local
205 unsigned long flags; in vr41xx_enable_kiuint() local
220 unsigned long flags; in vr41xx_disable_kiuint() local
235 unsigned long flags; in vr41xx_enable_macint() local
247 unsigned long flags; in vr41xx_disable_macint() local
259 unsigned long flags; in vr41xx_enable_dsiuint() local
271 unsigned long flags; in vr41xx_disable_dsiuint() local
[all …]
/Linux-v5.4/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-v5.4/drivers/crypto/qce/
Dcommon.h54 #define IS_DES(flags) (flags & QCE_ALG_DES) argument
55 #define IS_3DES(flags) (flags & QCE_ALG_3DES) argument
56 #define IS_AES(flags) (flags & QCE_ALG_AES) argument
58 #define IS_SHA1(flags) (flags & QCE_HASH_SHA1) argument
59 #define IS_SHA256(flags) (flags & QCE_HASH_SHA256) argument
60 #define IS_SHA1_HMAC(flags) (flags & QCE_HASH_SHA1_HMAC) argument
61 #define IS_SHA256_HMAC(flags) (flags & QCE_HASH_SHA256_HMAC) argument
62 #define IS_CMAC(flags) (flags & QCE_HASH_AES_CMAC) argument
63 #define IS_SHA(flags) (IS_SHA1(flags) || IS_SHA256(flags)) argument
64 #define IS_SHA_HMAC(flags) \ argument
/Linux-v5.4/sound/isa/wavefront/
Dwavefront_midi.c116 unsigned long flags; in snd_wavefront_midi_output_write() local
231 unsigned long flags; in snd_wavefront_midi_input_open() local
255 unsigned long flags; in snd_wavefront_midi_output_open() local
279 unsigned long flags; in snd_wavefront_midi_input_close() local
302 unsigned long flags; in snd_wavefront_midi_output_close() local
324 unsigned long flags; in snd_wavefront_midi_input_trigger() local
353 unsigned long flags; in snd_wavefront_midi_output_timer() local
363 unsigned long flags; in snd_wavefront_midi_output_trigger() local
404 unsigned long flags; in snd_wavefront_midi_interrupt() local
457 unsigned long flags; in snd_wavefront_midi_enable_virtual() local
[all …]
/Linux-v5.4/sound/core/seq/
Dseq_timer.c78 unsigned long flags; in snd_seq_timer_defaults() local
111 unsigned long flags; in snd_seq_timer_reset() local
124 unsigned long flags; in snd_seq_timer_interrupt() local
164 unsigned long flags; in snd_seq_timer_set_tempo() local
183 unsigned long flags; in snd_seq_timer_set_tempo_ppq() local
210 unsigned long flags; in snd_seq_timer_set_position_tick() local
226 unsigned long flags; in snd_seq_timer_set_position_time() local
242 unsigned long flags; in snd_seq_timer_set_skew() local
331 unsigned long flags; in snd_seq_timer_stop() local
387 unsigned long flags; in snd_seq_timer_start() local
[all …]
/Linux-v5.4/sound/isa/gus/
Dgus_uart.c17 unsigned long flags; in snd_gf1_interrupt_midi_in() local
51 unsigned long flags; in snd_gf1_interrupt_midi_out() local
79 unsigned long flags; in snd_gf1_uart_output_open() local
98 unsigned long flags; in snd_gf1_uart_input_open() local
131 unsigned long flags; in snd_gf1_uart_output_close() local
146 unsigned long flags; in snd_gf1_uart_input_close() local
162 unsigned long flags; in snd_gf1_uart_input_trigger() local
179 unsigned long flags; in snd_gf1_uart_output_trigger() local
/Linux-v5.4/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-v5.4/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-v5.4/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>>...237