/linux-4.19.296/fs/lockd/ |
D | xdr4.c | 186 u32 exclusive; in nlm4svc_decode_testargs() local 191 exclusive = ntohl(*p++); in nlm4svc_decode_testargs() 194 if (exclusive) in nlm4svc_decode_testargs() 214 u32 exclusive; in nlm4svc_decode_lockargs() local 219 exclusive = ntohl(*p++); in nlm4svc_decode_lockargs() 222 if (exclusive) in nlm4svc_decode_lockargs() 235 u32 exclusive; in nlm4svc_decode_cancargs() local 240 exclusive = ntohl(*p++); in nlm4svc_decode_cancargs() 243 if (exclusive) in nlm4svc_decode_cancargs()
|
D | xdr.c | 189 u32 exclusive; in nlmsvc_decode_testargs() local 194 exclusive = ntohl(*p++); in nlmsvc_decode_testargs() 197 if (exclusive) in nlmsvc_decode_testargs() 217 u32 exclusive; in nlmsvc_decode_lockargs() local 222 exclusive = ntohl(*p++); in nlmsvc_decode_lockargs() 225 if (exclusive) in nlmsvc_decode_lockargs() 238 u32 exclusive; in nlmsvc_decode_cancargs() local 243 exclusive = ntohl(*p++); in nlmsvc_decode_cancargs() 246 if (exclusive) in nlmsvc_decode_cancargs()
|
D | clnt4xdr.c | 274 u32 exclusive; in decode_nlm4_holder() local 285 exclusive = be32_to_cpup(p++); in decode_nlm4_holder() 298 fl->fl_type = exclusive != 0 ? F_WRLCK : F_RDLCK; in decode_nlm4_holder()
|
D | clntxdr.c | 268 u32 exclusive, l_offset, l_len; in decode_nlm_holder() local 279 exclusive = be32_to_cpup(p++); in decode_nlm_holder() 292 fl->fl_type = exclusive != 0 ? F_WRLCK : F_RDLCK; in decode_nlm_holder()
|
/linux-4.19.296/include/linux/ |
D | wait_bit.h | 242 #define ___wait_var_event(var, condition, state, exclusive, ret, cmd) \ argument 250 exclusive ? WQ_FLAG_EXCLUSIVE : 0); \
|
D | wait.h | 272 #define ___wait_event(wq_head, condition, state, exclusive, ret, cmd) \ argument 278 init_wait_entry(&__wq_entry, exclusive ? WQ_FLAG_EXCLUSIVE : 0); \ 745 #define __wait_event_interruptible_locked(wq, condition, exclusive, fn) \ argument 749 if (exclusive) \
|
D | isdn.h | 165 int exclusive; /* If non-zero idx to reserved chan.*/ member
|
D | perf_event.h | 792 int exclusive; member
|
/linux-4.19.296/drivers/clk/imx/ |
D | Makefile | 9 clk-gate-exclusive.o \
|
/linux-4.19.296/include/sound/ |
D | hwdep.h | 76 unsigned int exclusive:1; /* exclusive access mode */ member
|
D | ac97_codec.h | 385 exclusive: 1, /* exclusive mode, don't override with other pcms */ member
|
/linux-4.19.296/include/uapi/linux/ |
D | isdn.h | 120 int exclusive; /* Channel, if bound exclusive */ member
|
D | perf_event.h | 338 exclusive : 1, /* only group on PMU */ member
|
/linux-4.19.296/include/linux/regulator/ |
D | driver.h | 440 int exclusive; member
|
/linux-4.19.296/drivers/isdn/i4l/ |
D | isdn_net.c | 2518 lp->exclusive = -1; in _isdn_setup() 2752 if (cfg->exclusive > 0) { in isdn_net_setcfg() 2761 lp->exclusive = -1; in isdn_net_setcfg() 2769 lp->exclusive = i; in isdn_net_setcfg() 2772 lp->exclusive = -1; in isdn_net_setcfg() 2773 if ((lp->pre_device != -1) && (cfg->exclusive == -1)) { in isdn_net_setcfg() 2867 cfg->exclusive = lp->exclusive; in isdn_net_getcfg() 3101 if (p->local->exclusive != -1) in isdn_net_realrm()
|
D | isdn_ppp.c | 165 char exclusive[ISDN_MAX_CHANNELS]; /* exclusive flags */ in isdn_ppp_bind() local 166 memset(exclusive, 0, ISDN_MAX_CHANNELS); in isdn_ppp_bind() 170 exclusive[lp->pppbind] = 1; in isdn_ppp_bind() 177 …if (ippp_table[i]->state == IPPP_OPEN && !exclusive[ippp_table[i]->minor]) { /* OPEN, but not conn… in isdn_ppp_bind()
|
/linux-4.19.296/fs/afs/ |
D | flock.c | 66 bool exclusive = (vnode->lock_type == AFS_LOCK_WRITE); in afs_grant_locks() local 69 if (!exclusive && p->fl_type == F_WRLCK) in afs_grant_locks()
|
/linux-4.19.296/drivers/reset/ |
D | Kconfig | 107 exclusive register space.
|
/linux-4.19.296/fs/orangefs/ |
D | namei.c | 21 bool exclusive) in orangefs_create() argument
|
/linux-4.19.296/include/soc/fsl/ |
D | qman.h | 334 u8 exclusive; member
|
/linux-4.19.296/drivers/regulator/ |
D | core.c | 1758 if (rdev->exclusive) { in _regulator_get() 1793 rdev->exclusive = 1; in _regulator_get() 1912 rdev->exclusive = 0; in _regulator_put()
|
/linux-4.19.296/include/linux/mlx4/ |
D | device.h | 1268 bool exclusive; member
|
/linux-4.19.296/drivers/pci/ |
D | pci.c | 3622 const char *res_name, int exclusive) in __pci_request_region() argument 3636 exclusive)) in __pci_request_region()
|
/linux-4.19.296/drivers/iio/adc/ |
D | Kconfig | 347 This driver is mutually exclusive with the HWMON version.
|