Searched refs:in_mask (Results 1 – 10 of 10) sorted by relevance
| /linux/drivers/gpio/ |
| H A D | gpio-moxtet.c | 17 u16 in_mask; member 23 .in_mask = GENMASK(2, 0), 39 if (chip->desc->in_mask & BIT(offset)) { in moxtet_gpio_get_value() 80 if (chip->desc->in_mask & BIT(offset)) in moxtet_gpio_get_direction() 93 if (chip->desc->in_mask & BIT(offset)) in moxtet_gpio_direction_input() 108 else if (chip->desc->in_mask & BIT(offset)) in moxtet_gpio_direction_output()
|
| /linux/net/netfilter/ |
| H A D | xt_physdev.c | 76 info->in_mask); in physdev_mt() 134 if (X(in_mask)) in physdev_mt_check()
|
| /linux/include/uapi/linux/netfilter/ |
| H A D | xt_physdev.h | 17 char in_mask[IFNAMSIZ]; member
|
| /linux/include/linux/ |
| H A D | torture.h | 134 long torture_sched_setaffinity(pid_t pid, const struct cpumask *in_mask, bool dowarn);
|
| /linux/kernel/sched/ |
| H A D | syscalls.c | 1197 long sched_setaffinity(pid_t pid, const struct cpumask *in_mask) in sched_setaffinity() argument 1226 cpumask_copy(user_mask, in_mask); in sched_setaffinity() 1232 .new_mask = in_mask, in sched_setaffinity()
|
| /linux/fs/xfs/ |
| H A D | xfs_healthmon.c | 676 unsigned int in_mask; member 699 if (flags & m->in_mask) in __map_flags()
|
| /linux/Documentation/ABI/stable/ |
| H A D | sysfs-bus-vmbus | 73 What: /sys/bus/vmbus/devices/<UUID>/channels/<N>/in_mask
|
| /linux/drivers/s390/cio/ |
| H A D | qdio_main.c | 37 unsigned long out_mask, unsigned long in_mask, in do_siga_sync() argument 51 [out] "d" (out_mask), [in] "d" (in_mask) in do_siga_sync()
|
| /linux/kernel/locking/ |
| H A D | locktorture.c | 109 long torture_sched_setaffinity(pid_t pid, const struct cpumask *in_mask, bool dowarn);
|
| /linux/drivers/hv/ |
| H A D | vmbus_drv.c | 1705 static VMBUS_CHAN_ATTR_RO(in_mask);
|