Searched refs:wo (Results 1 – 11 of 11) sorted by relevance
/Linux-v4.19/kernel/ |
D | exit.c | 1006 static int eligible_pid(struct wait_opts *wo, struct task_struct *p) in eligible_pid() argument 1008 return wo->wo_type == PIDTYPE_MAX || in eligible_pid() 1009 task_pid_type(p, wo->wo_type) == wo->wo_pid; in eligible_pid() 1013 eligible_child(struct wait_opts *wo, bool ptrace, struct task_struct *p) in eligible_child() argument 1015 if (!eligible_pid(wo, p)) in eligible_child() 1022 if (ptrace || (wo->wo_flags & __WALL)) in eligible_child() 1033 if ((p->exit_signal != SIGCHLD) ^ !!(wo->wo_flags & __WCLONE)) in eligible_child() 1045 static int wait_task_zombie(struct wait_opts *wo, struct task_struct *p) in wait_task_zombie() argument 1052 if (!likely(wo->wo_flags & WEXITED)) in wait_task_zombie() 1055 if (unlikely(wo->wo_flags & WNOWAIT)) { in wait_task_zombie() [all …]
|
/Linux-v4.19/drivers/media/usb/dvb-usb/ |
D | dibusb-common.c | 144 int ret, wo, len; in dibusb_i2c_msg() local 147 wo = (rbuf == NULL || rlen == 0); in dibusb_i2c_msg() 149 len = 2 + wlen + (wo ? 0 : 2); in dibusb_i2c_msg() 161 sndbuf[0] = wo ? DIBUSB_REQ_I2C_WRITE : DIBUSB_REQ_I2C_READ; in dibusb_i2c_msg() 162 sndbuf[1] = (addr << 1) | (wo ? 0 : 1); in dibusb_i2c_msg() 166 if (!wo) { in dibusb_i2c_msg()
|
D | digitv.c | 32 int ret, wo; in digitv_ctrl_msg() local 34 wo = (rbuf == NULL || rlen == 0); /* write-only */ in digitv_ctrl_msg() 44 st->sndbuf[2] = wo ? wlen : rlen; in digitv_ctrl_msg() 46 if (wo) { in digitv_ctrl_msg()
|
D | friio.c | 38 int wo = (rbuf == NULL || rlen == 0); /* write only */ in gl861_i2c_ctrlmsg_data() local 44 if (wo && wlen >= 2) { in gl861_i2c_ctrlmsg_data() 67 int wo = (rbuf == NULL || rlen == 0); /* write-only */ in gl861_i2c_msg() local 76 if (wo) { in gl861_i2c_msg()
|
/Linux-v4.19/drivers/media/usb/dvb-usb-v2/ |
D | au6610.c | 79 u8 wo = (rbuf == NULL || rlen == 0); /* write-only */ in au6610_i2c_msg() local 81 if (wo) { in au6610_i2c_msg()
|
D | gl861.c | 25 int wo = (rbuf == NULL || rlen == 0); /* write-only */ in gl861_i2c_msg() local 30 if (wo) { in gl861_i2c_msg() 62 if (!wo && ret > 0) in gl861_i2c_msg()
|
D | mxl111sf.c | 59 int wo = (rbuf == NULL || rlen == 0); /* write-only */ in mxl111sf_ctrl_msg() local 76 ret = (wo) ? dvb_usbv2_generic_write(d, state->sndbuf, 1+wlen) : in mxl111sf_ctrl_msg()
|
/Linux-v4.19/Documentation/filesystems/ |
D | sysfs-pci.txt | 41 remove remove device from kernel's list (ascii, wo) 53 wo - write only file
|
/Linux-v4.19/drivers/block/drbd/ |
D | drbd_receiver.c | 1439 max_allowed_wo(struct drbd_backing_dev *bdev, enum write_ordering_e wo) in max_allowed_wo() argument 1445 if (wo == WO_BDEV_FLUSH && !dc->disk_flushes) in max_allowed_wo() 1446 wo = WO_DRAIN_IO; in max_allowed_wo() 1447 if (wo == WO_DRAIN_IO && !dc->disk_drain) in max_allowed_wo() 1448 wo = WO_NONE; in max_allowed_wo() 1450 return wo; in max_allowed_wo() 1459 enum write_ordering_e wo) in drbd_bump_write_ordering() argument 1471 if (wo != WO_BDEV_FLUSH) in drbd_bump_write_ordering() 1472 wo = min(pwo, wo); in drbd_bump_write_ordering() 1476 wo = max_allowed_wo(device->ldev, wo); in drbd_bump_write_ordering() [all …]
|
D | drbd_int.h | 1640 enum write_ordering_e wo);
|
/Linux-v4.19/Documentation/sound/ |
D | alsa-configuration.rst | 736 * Creative Card wo/Digital out [0x0003/0x1f03] 739 * Creative Card wo/Digital out + LiveDrive [0x3fc3/0x1fc3] 742 * Creative Card wo/Digital out + Digital I/O 2 [0x0fc3/0x1f0f]
|