Home
last modified time | relevance | path

Searched refs:exclusive (Results 1 – 24 of 24) sorted by relevance

/linux-4.19.296/fs/lockd/
Dxdr4.c186 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()
Dxdr.c189 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()
Dclnt4xdr.c274 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()
Dclntxdr.c268 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/
Dwait_bit.h242 #define ___wait_var_event(var, condition, state, exclusive, ret, cmd) \ argument
250 exclusive ? WQ_FLAG_EXCLUSIVE : 0); \
Dwait.h272 #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) \
Disdn.h165 int exclusive; /* If non-zero idx to reserved chan.*/ member
Dperf_event.h792 int exclusive; member
/linux-4.19.296/drivers/clk/imx/
DMakefile9 clk-gate-exclusive.o \
/linux-4.19.296/include/sound/
Dhwdep.h76 unsigned int exclusive:1; /* exclusive access mode */ member
Dac97_codec.h385 exclusive: 1, /* exclusive mode, don't override with other pcms */ member
/linux-4.19.296/include/uapi/linux/
Disdn.h120 int exclusive; /* Channel, if bound exclusive */ member
Dperf_event.h338 exclusive : 1, /* only group on PMU */ member
/linux-4.19.296/include/linux/regulator/
Ddriver.h440 int exclusive; member
/linux-4.19.296/drivers/isdn/i4l/
Disdn_net.c2518 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()
Disdn_ppp.c165 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/
Dflock.c66 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/
DKconfig107 exclusive register space.
/linux-4.19.296/fs/orangefs/
Dnamei.c21 bool exclusive) in orangefs_create() argument
/linux-4.19.296/include/soc/fsl/
Dqman.h334 u8 exclusive; member
/linux-4.19.296/drivers/regulator/
Dcore.c1758 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/
Ddevice.h1268 bool exclusive; member
/linux-4.19.296/drivers/pci/
Dpci.c3622 const char *res_name, int exclusive) in __pci_request_region() argument
3636 exclusive)) in __pci_request_region()
/linux-4.19.296/drivers/iio/adc/
DKconfig347 This driver is mutually exclusive with the HWMON version.