Home
last modified time | relevance | path

Searched refs:leases (Results 1 – 23 of 23) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_lease.c71 return idr_find(&master->leases, id) != NULL; in _drm_lease_held_master()
198 static struct drm_master *drm_lease_create(struct drm_master *lessor, struct idr *leases) in drm_lease_create() argument
217 idr_for_each_entry(leases, entry, object) { in drm_lease_create()
242 lessee->leases = *leases; in drm_lease_create()
318 idr_for_each_entry(&master->leases, entry, object) in _drm_lease_revoke()
319 idr_remove(&master->leases, object); in _drm_lease_revoke()
385 struct idr *leases, in fill_object_idr() argument
439 ret = idr_alloc(leases, &drm_lease_idr_object , object_id, object_id + 1, GFP_KERNEL); in fill_object_idr()
448 …ret = idr_alloc(leases, &drm_lease_idr_object, crtc->primary->base.id, crtc->primary->base.id + 1,… in fill_object_idr()
455 …ret = idr_alloc(leases, &drm_lease_idr_object, crtc->cursor->base.id, crtc->cursor->base.id + 1, G… in fill_object_idr()
[all …]
H A Ddrm_auth.c119 idr_init(&master->leases); in drm_master_create()
385 idr_destroy(&master->leases); in drm_master_destroy()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/script/
H A Dp2p-action.sh30 rm /var/run/dhclient.leases-$GIFNAME
45 rm /var/run/dhclient.leases-$GIFNAME
61 -lf /var/run/dhclient.leases-$GIFNAME \
90 rm /var/run/dhclient.leases-$GIFNAME
/OK3568_Linux_fs/buildroot/package/dhcp/
H A Ddhcp.mk30 --with-srv-lease-file=/var/lib/dhcp/dhcpd.leases \
31 --with-srv6-lease-file=/var/lib/dhcp/dhcpd6.leases \
32 --with-cli-lease-file=/var/lib/dhcp/dhclient.leases \
33 --with-cli6-lease-file=/var/lib/dhcp/dhclient6.leases \
H A DS80dhcp-server28 test -f /var/lib/dhcp/dhcpd.leases || touch /var/lib/dhcp/dhcpd.leases
/OK3568_Linux_fs/external/xserver/randr/
H A Drrlease.c40 xorg_list_for_each_entry(lease, &scr_priv->leases, list) { in RRDeliverLeaseEvent()
109 xorg_list_for_each_entry(lease, &scr_priv->leases, list) { in RRCrtcIsLeased()
128 xorg_list_for_each_entry(lease, &scr_priv->leases, list) { in RROutputIsLeased()
298 xorg_list_add(&scr_priv->leases, &lease->list); in ProcRRCreateLease()
H A Drandr.c96 xorg_list_for_each_entry_safe(lease, next, &pScrPriv->leases, list) in RRCloseScreen()
363 xorg_list_init(&pScrPriv->leases); in RRScreenInit()
H A Drroutput.c384 xorg_list_for_each_entry_safe(lease, next, &pScrPriv->leases, list) { in RROutputDestroyResource()
H A Drandrstr.h410 struct xorg_list leases; member
H A Drrcrtc.c882 xorg_list_for_each_entry_safe(lease, next, &pScrPriv->leases, list) { in RRCrtcDestroyResource()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/sanlock/
H A Dsanlock_3.8.4.bb7 lease algorithms: delta leases and paxos leases."
/OK3568_Linux_fs/kernel/include/drm/
H A Ddrm_auth.h101 struct idr leases; member
/OK3568_Linux_fs/kernel/Documentation/admin-guide/cifs/
H A Dtodo.rst17 - directory leases (improved metadata caching), started (root dir only)
36 handle caching leases) and better using reference counters on file
H A Dintroduction.rst28 high performance safe distributed caching (leases/oplocks), optional packet
H A Dusage.rst658 could grant fcntl leases if no other local processes are using
662 will allow the cifs client to check for leases (only) locally
663 for files which are not oplocked instead of denying leases
/OK3568_Linux_fs/buildroot/package/linux-zigbee/
H A DConfig.in53 default "/var/run/izcoordinator.leases"
/OK3568_Linux_fs/u-boot/board/buffalo/lsxl/
H A DREADME26 check the logs/leases of your DHCP server.
/OK3568_Linux_fs/kernel/fs/cifs/
H A DKconfig44 directory leases, safe distributed caching (oplock), optional packet
/OK3568_Linux_fs/kernel/Documentation/gpu/
H A Ddrm-uapi.rst226 fail with ENODEV. Existing DRM leases remain and work as listed
/OK3568_Linux_fs/yocto/poky/meta-poky/recipes-core/busybox/busybox/poky-tiny/
H A Ddefconfig979 CONFIG_DHCPD_LEASES_FILE="/var/lib/misc/udhcpd.leases"
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/busybox/busybox/
H A Ddefconfig1001 CONFIG_DHCPD_LEASES_FILE="/var/lib/misc/udhcpd.leases"
/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Ddrmmode_display.c3774 xorg_list_for_each_entry_safe(lease, next, &scr_priv->leases, list) { in drmmode_validate_leases()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog1991 modesetting: remove unnecessary error message, fix zaphod leases
4818 During reset/shutdown, clean up leases in DIX instead of each driver
4820 Instead of having every video driver loop over any pending leases to
4822 terminating leases when a leased CRTC or Output is destroyed and
4823 (just to make sure), also terminating leases in RRCloseScreen. The
4829 longer have any way to reference the leases
8754 Fixes: e4e3447603b ("Add RandR leases with modesetting driver support
9366 Add RandR leases with modesetting driver support [v6]
9368 This adds support for RandR CRTC/Output leases through the modesetting
9373 v2: Restore CRTC mode when leases terminate
[all …]