| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | softirq.c | 252 __u32 deferred = 0; \ 254 deferred = pending & LONG_SOFTIRQ_MASK; \ 257 deferred; \ 267 __u32 deferred; in __do_softirq() local 279 deferred = softirq_deferred_for_rt(pending); in __do_softirq() 286 set_softirq_pending(deferred); in __do_softirq() 323 deferred = softirq_deferred_for_rt(pending); in __do_softirq() 336 if (pending | deferred) in __do_softirq()
|
| /OK3568_Linux_fs/kernel/drivers/nfc/nfcmrvl/ |
| H A D | usb.c | 44 struct usb_anchor deferred; member 226 usb_scuttle_anchored_urbs(&drv_data->deferred); in nfcmrvl_usb_nci_close() 253 usb_anchor_urb(urb, &drv_data->deferred); in nfcmrvl_usb_nci_send() 343 init_usb_anchor(&drv_data->deferred); in nfcmrvl_probe() 403 while ((urb = usb_get_from_anchor(&drv_data->deferred))) { in nfcmrvl_play_deferred() 419 while ((urb = usb_get_from_anchor(&drv_data->deferred))) { in nfcmrvl_play_deferred() 456 usb_scuttle_anchored_urbs(&drv_data->deferred); in nfcmrvl_resume()
|
| /OK3568_Linux_fs/kernel/drivers/watchdog/ |
| H A D | watchdog_core.c | 65 list_add_tail(&wdd->deferred, in watchdog_deferred_registration_add() 76 deferred); in watchdog_deferred_registration_del() 78 list_del(&wdd_tmp->deferred); in watchdog_deferred_registration_del() 412 struct watchdog_device, deferred); in watchdog_deferred_registration() 413 list_del(&wdd->deferred); in watchdog_deferred_registration()
|
| /OK3568_Linux_fs/buildroot/package/pulseaudio/ |
| H A D | daemon.conf | 91 ; enable-deferred-volume = yes 92 ; deferred-volume-safety-margin-usec = 8000 93 ; deferred-volume-extra-delay-usec = 0
|
| /OK3568_Linux_fs/debian/overlay/etc/pulse/ |
| H A D | daemon.conf | 90 ; enable-deferred-volume = yes 91 ; deferred-volume-safety-margin-usec = 8000 92 ; deferred-volume-extra-delay-usec = 0
|
| /OK3568_Linux_fs/kernel/drivers/dma-buf/heaps/ |
| H A D | Kconfig | 2 bool "DMA-BUF heaps deferred-free library" 4 Choose this option to enable the DMA-BUF heaps deferred-free library.
|
| H A D | Makefile | 2 obj-$(CONFIG_DMABUF_HEAPS_DEFERRED_FREE) += deferred-free-helper.o
|
| /OK3568_Linux_fs/kernel/net/switchdev/ |
| H A D | switchdev.c | 22 static LIST_HEAD(deferred); 40 if (list_empty(&deferred)) { in switchdev_deferred_dequeue() 44 dfitem = list_first_entry(&deferred, in switchdev_deferred_dequeue() 95 list_add_tail(&dfitem->list, &deferred); in switchdev_deferred_enqueue()
|
| /OK3568_Linux_fs/kernel/drivers/net/plip/ |
| H A D | plip.c | 206 struct delayed_work deferred; member 304 INIT_DELAYED_WORK(&nl->deferred, plip_kick_bh); in plip_init_netdev() 319 container_of(work, struct net_local, deferred.work); in plip_kick_bh() 373 schedule_delayed_work(&nl->deferred, 1); in plip_bh() 607 schedule_delayed_work(&nl->deferred, 1); in plip_receive_packet() 859 schedule_delayed_work(&nl->deferred, 1); in plip_send_packet() 903 schedule_delayed_work(&nl->deferred, 1); in plip_error()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ |
| H A D | future | 140 deferred = 2 178 deferred 333 // Run any deferred function or join any asynchronous thread: 351 return future_status::deferred; 363 // no-op for a deferred future, but such a future will never 364 // reach this point because it returns future_status::deferred 388 return future_status::deferred; 583 // Return true if state corresponds to a deferred function. 1628 // Holds a deferred function and storage for its result. 1644 // Run the deferred function. [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ |
| H A D | future | 140 deferred = 2 178 deferred 333 // Run any deferred function or join any asynchronous thread: 351 return future_status::deferred; 363 // no-op for a deferred future, but such a future will never 364 // reach this point because it returns future_status::deferred 388 return future_status::deferred; 583 // Return true if state corresponds to a deferred function. 1628 // Holds a deferred function and storage for its result. 1644 // Run the deferred function. [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ |
| H A D | future | 31 deferred = 2, 32 any = async | deferred 39 deferred 82 // setting the result with deferred notification 111 // setting the result with deferred notification 139 // setting the result with deferred notification 405 deferred = 2, 406 any = async | deferred 481 deferred 548 deferred = 8 [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | future | 31 deferred = 2, 32 any = async | deferred 39 deferred 82 // setting the result with deferred notification 111 // setting the result with deferred notification 139 // setting the result with deferred notification 405 deferred = 2, 406 any = async | deferred 481 deferred 548 deferred = 8 [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/fb/ |
| H A D | deferred_io.rst | 11 - deferred IO and driver sets up fault and page_mkwrite handlers 62 2. Setup your deferred IO callback. Eg::
|
| /OK3568_Linux_fs/kernel/sound/firewire/ |
| H A D | fcp.c | 257 deferred: in fcp_avc_transaction() 270 goto deferred; in fcp_avc_transaction()
|
| /OK3568_Linux_fs/buildroot/package/netsurf/ |
| H A D | 0001-avoid-system-perl-dependencies.patch | 7 with eval the load of HTML::Entities is deferred.
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bluetooth_usb_driver/ |
| H A D | rtk_bt.h | 118 struct usb_anchor deferred; member
|
| H A D | rtk_bt.c | 899 usb_scuttle_anchored_urbs(&data->deferred); in btusb_close() 1055 usb_anchor_urb(urb, &data->deferred); 1513 init_usb_anchor(&data->deferred); 1688 while ((urb = usb_get_from_anchor(&data->deferred))) { 1705 usb_scuttle_anchored_urbs(&data->deferred); 1770 usb_scuttle_anchored_urbs(&data->deferred);
|
| /OK3568_Linux_fs/kernel/drivers/md/ |
| H A D | dm-core.h | 73 struct bio_list deferred; member
|
| /OK3568_Linux_fs/kernel/net/openvswitch/ |
| H A D | flow_table.h | 78 void ovs_flow_free(struct sw_flow *, bool deferred);
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/3com/ |
| H A D | 3c59x.c | 646 u16 deferred; /* Resend these interrupts when we member 1876 if (vp->deferred) in vortex_timer() 2273 status |= vp->deferred; in _vortex_interrupt() 2274 vp->deferred = 0; in _vortex_interrupt() 2339 vp->deferred |= status; in _vortex_interrupt() 2340 iowrite16(SetStatusEnb | (~vp->deferred & vp->status_enable), in _vortex_interrupt() 2342 iowrite16(AckIntr | (vp->deferred & 0x7ff), ioaddr + EL3_CMD); in _vortex_interrupt() 2397 status |= vp->deferred; in _boomerang_interrupt() 2398 vp->deferred = 0; in _boomerang_interrupt() 2475 vp->deferred |= status; in _boomerang_interrupt() [all …]
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | watchdog.h | 119 struct list_head deferred; member
|
| /OK3568_Linux_fs/kernel/Documentation/arm64/ |
| H A D | sve.rst | 110 length, the state of the PR_SVE_VL_INHERIT flag, and the deferred vector 220 * Either the calling thread's vector length or the deferred vector length 227 * Any previously outstanding deferred vector length change in the calling 233 present in arg; otherwise, the reported vector length is the deferred 254 There is no way to determine whether there is an outstanding deferred 399 * a deferred vector length change is pending, established via the
|
| /OK3568_Linux_fs/kernel/drivers/scsi/ |
| H A D | st.h | 21 u8 deferred; member
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/nfs/ |
| H A D | knfsd-stats.rst | 112 deferred because the transport is currently being used by an nfsd 116 packets-deferred = packets-arrived - ( sockets-enqueued + threads-woken )
|