Home
last modified time | relevance | path

Searched defs:drop (Results 1 – 25 of 132) sorted by relevance

123456

/openbmc/linux/samples/bpf/
H A Dxdp_sample_user.c61 #define DROP(drop) drop, "drop/s" argument
116 __u64 drop; member
126 __u64 drop; member
138 __u64 drop; member
653 double t, pps, drop, err; in stats_get_rx_cnt() local
696 double t, pps, drop, err; in stats_get_cpumap_enqueue() local
789 double t, pps, drop, err; in stats_get_cpumap_kthread() local
860 double t, drop, sum = 0; in stats_get_redirect_err_cnt() local
883 double drop; in stats_get_redirect_err_cnt() local
908 double t, drop, sum = 0; in stats_get_exception_cnt() local
[all …]
/openbmc/linux/Documentation/networking/device_drivers/ethernet/freescale/dpaa2/
H A Dswitch-driver.rst176 Mirroring
/openbmc/linux/samples/rust/
H A Drust_minimal.rs34 fn drop(&mut self) { in drop() method
H A Drust_print.rs77 fn drop(&mut self) { in drop() method
/openbmc/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_fence.c56 int drop = 0; in nouveau_fence_signal() local
134 int drop = 0; in nouveau_fence_update() local
155 int drop = 0; in nouveau_fence_uevent_work() local
/openbmc/linux/rust/alloc/vec/
H A Dset_len_on_drop.rs32 fn drop(&mut self) { in drop() method
H A Ddrain.rs177 fn drop(&mut self) { in drop() method
182 fn drop(&mut self) { in drop() method
H A Dextract_if.rs97 fn drop(&mut self) { in drop() function
H A Dinto_iter.rs401 fn drop(&mut self) { in drop() method
405 fn drop(&mut self) { in drop() method
/openbmc/linux/rust/kernel/init/
H A D__internal.rs141 fn drop(&mut self) { in drop() method
210 fn drop(&mut self) { in drop() method
/openbmc/linux/drivers/net/wireless/realtek/rtw88/
H A Dmac.h40 static inline void rtw_mac_flush_all_queues(struct rtw_dev *rtwdev, bool drop) in rtw_mac_flush_all_queues()
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt76x2/
H A Dpci_main.c109 u32 queues, bool drop) in mt76x2_flush()
/openbmc/linux/lib/zlib_inflate/
H A Dinftrees.c31 unsigned drop; /* code bits to drop for sub-table */ in zlib_inflate_table() local
/openbmc/u-boot/lib/zlib/
H A Dinftrees.c41 unsigned drop; /* code bits to drop for sub-table */ in inflate_table() local
/openbmc/linux/rust/kernel/
H A Dtypes.rs197 fn drop(&mut self) { in drop() method
375 fn drop(&mut self) { in drop() method
/openbmc/linux/drivers/net/wireless/ralink/rt2x00/
H A Drt2x00mmio.c88 void rt2x00mmio_flush_queue(struct data_queue *queue, bool drop) in rt2x00mmio_flush_queue()
/openbmc/linux/include/linux/netfilter/
H A Dnf_conntrack_common.h14 unsigned int drop; member
/openbmc/sdeventplus/src/sdeventplus/
H A Devent.cpp117 void Event::drop(sd_event*&& event, const internal::SdEvent*& sdevent, in drop() function in sdeventplus::Event
/openbmc/linux/include/net/
H A Dcodel_impl.h158 bool drop; in codel_dequeue() local
/openbmc/linux/drivers/net/wireless/mediatek/mt76/
H A Ddma.c386 int *len, u32 *info, bool *more, bool *drop) in mt76_dma_get_buf()
440 int *len, u32 *info, bool *more, bool *drop) in mt76_dma_dequeue()
821 bool drop = false; in mt76_dma_rx_process() local
/openbmc/sdeventplus/src/sdeventplus/source/
H A Dbase.cpp144 void Base::drop(sd_event_source*&& source, const internal::SdEvent*& sdevent, in drop() function in sdeventplus::source::Base
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt76x0/
H A Dpci.c57 u32 queues, bool drop) in mt76x0e_flush()
/openbmc/linux/drivers/tty/serial/
H A Dqcom_geni_serial.c526 static void handle_rx_console(struct uart_port *uport, u32 bytes, bool drop) in handle_rx_console()
563 static void handle_rx_console(struct uart_port *uport, u32 bytes, bool drop) in handle_rx_console()
569 static void handle_rx_uart(struct uart_port *uport, u32 bytes, bool drop) in handle_rx_uart()
688 static void qcom_geni_serial_handle_rx_fifo(struct uart_port *uport, bool drop) in qcom_geni_serial_handle_rx_fifo()
805 static void qcom_geni_serial_handle_rx_dma(struct uart_port *uport, bool drop) in qcom_geni_serial_handle_rx_dma()
/openbmc/linux/fs/f2fs/
H A Drecovery.c110 static void del_fsync_inode(struct fsync_inode_entry *entry, int drop) in del_fsync_inode()
486 static void destroy_fsync_dnodes(struct list_head *head, int drop) in destroy_fsync_dnodes()
/openbmc/linux/drivers/net/hyperv/
H A Dnetvsc_bpf.c33 bool drop = true; in netvsc_run_xdp() local

123456