/Linux-v5.4/drivers/dma/ |
D | virt-dma.h | 59 unsigned long flags; in vchan_tx_prep() local 187 unsigned long flags; in vchan_free_chan_resources() local 210 unsigned long flags; in vchan_synchronize() local
|
/Linux-v5.4/drivers/gpu/drm/msm/adreno/ |
D | a5xx_preempt.c | 42 unsigned long flags; in update_wptr() local 58 unsigned long flags; in get_next_ring() local 95 unsigned long flags; in a5xx_preempt_trigger() local
|
/Linux-v5.4/drivers/scsi/megaraid/ |
D | megaraid_mbox.c | 1276 unsigned long flags; in megaraid_alloc_scb() local 1312 unsigned long flags; in megaraid_dealloc_scb() local 1380 unsigned long flags; in mbox_post_cmd() local 1867 unsigned long flags; in megaraid_mbox_runpendq() local 2043 unsigned long flags; in megaraid_ack_sequence() local 2187 unsigned long flags; in megaraid_mbox_dpc() local 2391 unsigned long flags; in megaraid_abort_handler() local 2528 unsigned long flags; in megaraid_reset_handler() local 3569 unsigned long flags; in megaraid_mbox_mm_command() local 3650 unsigned long flags = 0; in wait_till_fw_empty() local [all …]
|
/Linux-v5.4/drivers/usb/gadget/udc/ |
D | atmel_usba_udc.c | 577 unsigned long flags, maxpacket; in usba_ep_enable() local 670 unsigned long flags; in usba_ep_disable() local 734 unsigned long flags; in queue_dma() local 786 unsigned long flags; in usba_ep_queue() local 869 unsigned long flags; in usba_ep_dequeue() local 926 unsigned long flags; in usba_ep_set_halt() local 1004 unsigned long flags; in usba_udc_wakeup() local 1023 unsigned long flags; in usba_udc_set_selfpowered() local 1892 unsigned long flags; in usba_start() local 1920 unsigned long flags; in usba_stop() local [all …]
|
/Linux-v5.4/drivers/infiniband/hw/hfi1/ |
D | pio.c | 78 unsigned long flags; in pio_send_control() local 628 unsigned long flags; in sc_set_cr_threshold() local 702 unsigned long flags; in sc_alloc() local 881 unsigned long flags; in sc_free() local 1287 unsigned long flags; in sc_enable() local 1424 unsigned long flags; in sc_stop() local 1453 unsigned long flags; in sc_buffer_alloc() local 1552 unsigned long flags; in sc_add_credit_return_intr() local 1571 unsigned long flags; in sc_del_credit_return_intr() local 1616 unsigned long flags; in sc_piobufavail() local [all …]
|
/Linux-v5.4/drivers/crypto/chelsio/chtls/ |
D | chtls_io.c | 713 static void mark_urg(struct tcp_sock *tp, int flags, in mark_urg() 752 static bool corked(const struct tcp_sock *tp, int flags) in corked() 760 static bool send_should_push(struct sock *sk, int flags) in send_should_push() 765 void chtls_tcp_push(struct sock *sk, int flags) in chtls_tcp_push() 798 static int select_size(struct sock *sk, int io_len, int flags, int len) in select_size() 819 void skb_entail(struct sock *sk, struct sk_buff *skb, int flags) in skb_entail() 990 int mss, flags, err; in chtls_sendmsg() local 1201 int offset, size_t size, int flags) in chtls_sendpage() 1398 int nonblock, int flags, int *addr_len) in chtls_pt_recvmsg() 1564 size_t len, int nonblock, int flags) in peekmsg() [all …]
|
/Linux-v5.4/drivers/media/platform/omap3isp/ |
D | ispccdc.c | 371 unsigned long flags; in ccdc_lsc_free_queue() local 406 unsigned long flags; in ccdc_lsc_config() local 481 unsigned long flags; in ccdc_lsc_is_configured() local 667 unsigned long flags; in ccdc_config() local 1125 unsigned long flags; in ccdc_configure() local 1323 unsigned long flags; in ccdc_disable() local 1479 unsigned long flags; in ccdc_lsc_isr() local 1635 unsigned long flags; in ccdc_vd0_isr() local 1688 unsigned long flags; in ccdc_vd1_isr() local 1786 unsigned long flags; in ccdc_video_queue() local [all …]
|
/Linux-v5.4/fs/ |
D | open.c | 917 struct file *dentry_open(const struct path *path, int flags, in dentry_open() 940 struct file *open_with_fake_path(const struct path *path, int flags, in open_with_fake_path() 958 static inline int build_open_flags(int flags, umode_t mode, struct open_flags *op) in build_open_flags() 1040 struct file *file_open_name(struct filename *name, int flags, umode_t mode) in file_open_name() 1058 struct file *filp_open(const char *filename, int flags, umode_t mode) in filp_open() 1072 const char *filename, int flags, umode_t mode) in file_open_root() 1082 long do_sys_open(int dfd, const char __user *filename, int flags, umode_t mode) in do_sys_open() 1110 SYSCALL_DEFINE3(open, const char __user *, filename, int, flags, umode_t, mode) in SYSCALL_DEFINE3() argument 1118 SYSCALL_DEFINE4(openat, int, dfd, const char __user *, filename, int, flags, in SYSCALL_DEFINE4() argument 1132 COMPAT_SYSCALL_DEFINE3(open, const char __user *, filename, int, flags, umode_t, mode) in COMPAT_SYSCALL_DEFINE3() argument [all …]
|
D | sync.c | 238 unsigned int flags) in sync_file_range() 365 unsigned int flags) in ksys_sync_file_range() 380 unsigned int, flags) in SYSCALL_DEFINE4() argument 387 SYSCALL_DEFINE4(sync_file_range2, int, fd, unsigned int, flags, in SYSCALL_DEFINE4() argument
|
/Linux-v5.4/kernel/printk/ |
D | printk.c | 229 unsigned long flags; in __down_trylock_console_sem() local 249 unsigned long flags; in __up_console_sem() local 374 u8 flags:5; /* internal record flags */ member 408 #define logbuf_lock_irqsave(flags) \ argument 414 #define logbuf_unlock_irqrestore(flags) \ argument 605 enum log_flags flags, u64 ts_nsec, in log_store() 1151 unsigned long flags; in setup_log_buf() local 1714 unsigned long flags; in console_trylock_spinning() local 1828 enum log_flags flags; /* prefix, newline flags */ member 1842 enum log_flags flags, const char *text, size_t len) in cont_add() [all …]
|
/Linux-v5.4/arch/sparc/mm/ |
D | io-unit.c | 149 unsigned long ret, flags; in iounit_map_page() local 166 unsigned long flags; in iounit_map_sg() local 183 unsigned long flags; in iounit_unmap_page() local 198 unsigned long flags, vaddr, len; in iounit_unmap_sg() local
|
/Linux-v5.4/arch/arm/plat-pxa/ |
D | mfp.c | 163 unsigned long flags; in mfp_config() local 206 unsigned long val, flags; in mfp_read() local 219 unsigned long flags; in mfp_write() local 243 unsigned long offset, flags; in mfp_init_addr() local
|
/Linux-v5.4/drivers/ptp/ |
D | ptp_dte.c | 150 unsigned long flags; in ptp_dte_adjfreq() local 172 unsigned long flags; in ptp_dte_adjtime() local 184 unsigned long flags; in ptp_dte_gettime() local 197 unsigned long flags; in ptp_dte_settime() local
|
/Linux-v5.4/drivers/scsi/ |
D | fdomain.c | 267 unsigned long flags; in fdomain_work() local 400 unsigned long flags; in fdomain_queue() local 433 unsigned long flags; in fdomain_abort() local 454 unsigned long flags; in fdomain_host_reset() local
|
/Linux-v5.4/fs/btrfs/ |
D | async-thread.c | 117 unsigned int flags, int limit_active, int thresh) in __btrfs_alloc_workqueue() 166 unsigned int flags, in btrfs_alloc_workqueue() 260 unsigned long flags; in run_ordered_work() local 349 unsigned long flags; in __btrfs_queue_work() local
|
/Linux-v5.4/drivers/video/fbdev/ |
D | sunxvr500.c | 101 unsigned long flags; in e3d_clut_write() local 153 unsigned long flags; in e3d_imageblit() local 166 unsigned long flags; in e3d_fillrect() local 179 unsigned long flags; in e3d_copyarea() local
|
/Linux-v5.4/arch/sparc/kernel/ |
D | of_device_32.c | 78 static unsigned long of_bus_pci_get_flags(const u32 *addr, unsigned long flags) in of_bus_pci_get_flags() 99 static unsigned long of_bus_sbus_get_flags(const u32 *addr, unsigned long flags) in of_bus_sbus_get_flags() 129 unsigned long flags) in of_bus_ambapp_get_flags() 282 unsigned long flags; in build_device_resources() local
|
/Linux-v5.4/drivers/media/pci/ivtv/ |
D | ivtv-mailbox.c | 32 int flags; /* Flags, see above */ member 133 u32 flags = readl(&mbdata->mbox[mb].flags); in try_mailbox() local 146 static int get_mailbox(struct ivtv *itv, struct ivtv_mailbox_data *mbdata, int flags) in get_mailbox() 205 int flags, mb, i; in ivtv_api_call() local
|
/Linux-v5.4/drivers/mfd/ |
D | t7l66xb.c | 83 unsigned long flags; in t7l66xb_mmc_enable() local 108 unsigned long flags; in t7l66xb_mmc_disable() local 202 unsigned long flags; in t7l66xb_irq_mask() local 215 unsigned long flags; in t7l66xb_irq_unmask() local
|
/Linux-v5.4/fs/ocfs2/dlm/ |
D | dlmlock.c | 105 struct dlm_lock *lock, int flags) in dlmlock_master() 201 struct dlm_lock *lock, int flags) in dlmlock_remote() 287 struct dlm_lock *lock, int flags) in dlm_send_remote_lock_request() 543 struct dlm_lockstatus *lksb, int flags, in dlmlock()
|
/Linux-v5.4/tools/testing/selftests/pidfd/ |
D | pidfd.h | 76 static inline int sys_pidfd_open(pid_t pid, unsigned int flags) in sys_pidfd_open() 82 unsigned int flags) in sys_pidfd_send_signal()
|
/Linux-v5.4/fs/squashfs/ |
D | decompressor.c | 88 static void *get_comp_opts(struct super_block *sb, unsigned short flags) in get_comp_opts() 129 void *squashfs_decompressor_setup(struct super_block *sb, unsigned short flags) in squashfs_decompressor_setup()
|
/Linux-v5.4/drivers/scsi/libsas/ |
D | sas_scsi_host.c | 106 unsigned long flags; in sas_scsi_task_done() local 280 unsigned long flags; in sas_scsi_find_task() local 373 unsigned long flags; in sas_get_local_phy() local 467 unsigned long flags; in sas_eh_abort_handler() local 562 unsigned long flags; in sas_eh_handle_sas_errors() local 800 unsigned long flags; in sas_find_dev_by_rphy() local
|
/Linux-v5.4/drivers/tty/serial/ |
D | ar933x_uart.c | 116 unsigned long flags; in ar933x_uart_tx_empty() local 164 unsigned long flags; in ar933x_uart_break_ctl() local 234 unsigned long flags; in ar933x_uart_set_termios() local 407 unsigned long flags; in ar933x_uart_startup() local 462 static void ar933x_uart_config_port(struct uart_port *port, int flags) in ar933x_uart_config_port() 537 unsigned long flags; in ar933x_uart_console_write() local
|
/Linux-v5.4/drivers/pinctrl/spear/ |
D | pinctrl-plgpio.c | 111 unsigned long flags; in plgpio_direction_input() local 131 unsigned long flags; in plgpio_direction_output() local 201 unsigned long flags; in plgpio_request() local 253 unsigned long flags; in plgpio_free() local 285 unsigned long flags; in plgpio_irq_disable() local 304 unsigned long flags; in plgpio_irq_enable() local
|