Home
last modified time | relevance | path

Searched refs:discarded (Results 1 – 25 of 181) sorted by relevance

12345678

/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/
H A Dringbuf.c68 skel->bss->discarded = 0; in trigger_samples()
143 CHECK(skel->bss->discarded != 1, "err_discarded", "exp %ld, got %ld\n", in test_ringbuf()
144 1L, skel->bss->discarded); in test_ringbuf()
181 CHECK(skel->bss->discarded != 1, "err_discarded", "exp %ld, got %ld\n", in test_ringbuf()
182 1L, skel->bss->discarded); in test_ringbuf()
205 skel->bss->discarded = 0; in test_ringbuf()
238 CHECK(skel->bss->discarded != 1, "err_discarded", "exp %ld, got %ld\n", in test_ringbuf()
239 1L, skel->bss->discarded); in test_ringbuf()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/overlay/
H A Dhandle_self_turns.hpp56 || turn.discarded in apply()
70 turn.discarded = true; in apply()
93 || turn.discarded in apply()
121 turn.discarded = true; in apply()
H A Dring_properties.hpp46 bool discarded; member
55 , discarded(false) in ring_properties()
62 , discarded(false) in ring_properties()
H A Denrich_intersection_points.hpp169 << std::boolalpha << turns[it->turn_index].discarded in enrich_assign()
198 if (turn.discarded) in create_map()
347 turn.discarded = true; in enrich_intersection_points()
356 turn.discarded = true; in enrich_intersection_points()
366 turn.discarded = true; in enrich_intersection_points()
371 if (! turn.discarded in enrich_intersection_points()
H A Dturn_info.hpp94 bool discarded; member
107 , discarded(false) in turn_info()
H A Dadd_rings.hpp100 if (! it->second.discarded in add_rings()
115 && ! mit->second.discarded) in add_rings()
H A Dtraversal_switch_detector.hpp302 if (turn.discarded) in connects_same_region()
427 if (turn.discarded in iterate()
498 if (turn.discarded in iterate()
H A Dhandle_colocations.hpp301 if (turn.discarded) in assign_cluster_to_turns()
368 if (turns[turn_index].discarded) in cleanup_clusters()
381 turn.discarded = true; in discard_ie_turn()
663 << " discarded=" << turns[toi.turn_index].discarded in handle_colocations()
H A Dtraversal_ring_creator.hpp124 if (m_turns[turn_index].discarded) in travel_to_next_turn()
314 if (turn.discarded || turn.blocked()) in iterate()
H A Dassign_parents.hpp339 it->second.discarded = true; in assign_parents()
349 it->second.discarded = true; in assign_parents()
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/
H A Dtest_ringbuf.c28 long discarded = 0; variable
67 __sync_fetch_and_add(&discarded, 1); in test_ringbuf()
/OK3568_Linux_fs/kernel/include/uapi/mtd/
H A Dinftl-user.h31 __u8 discarded; member
40 __u8 discarded; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/mtd/
H A Dinftl-user.h31 __u8 discarded; member
40 __u8 discarded; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/mtd/
H A Dinftl-user.h31 __u8 discarded; member
40 __u8 discarded; member
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/multipath-tools/files/
H A D0024-RH-use-rpm-optflags-if-present.patch35 -ERROR_DISCARDED_QUALIFIERS := $(call TEST_CC_OPTION,-Werror=discarded-qualifiers,)
52 + -Werror=discarded-qualifiers
/OK3568_Linux_fs/kernel/Documentation/networking/device_drivers/ethernet/netronome/
H A Dnfp.rst150 - Packet can be discarded on the RX path for one of the following reasons:
158 * A BPF program discarded the packet.
160 * The MAC discarded the packet due to lack of ingress buffer space
202 - A packet can be discarded in the TX direction if the MAC is
/OK3568_Linux_fs/kernel/Documentation/staging/
H A Dspeculation.rst12 work which may be discarded at a later stage.
44 value will subsequently be discarded, but the speculated load may affect
/OK3568_Linux_fs/kernel/arch/mips/boot/compressed/
H A Dld.script48 /* Sections to be discarded */
/OK3568_Linux_fs/buildroot/package/uhd/
H A D0005-core-remove-boost-math-in-favor-of-std-cmath.patch51 - // It will be discarded in the next step
83 - // It will be discarded in the next step
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dprocfs-diskstats32 17 sectors discarded
/OK3568_Linux_fs/kernel/arch/m68k/kernel/
H A Dvmlinux-sun3.lds57 /* Sections to be discarded */
H A Dvmlinux-std.lds65 /* Sections to be discarded */
H A Dvmlinux-nommu.lds92 /* Sections to be discarded */
/OK3568_Linux_fs/kernel/Documentation/block/
H A Dstat.rst42 discard sectors sectors number of sectors discarded
71 discarded from this block device. The "sectors" in question are the
/OK3568_Linux_fs/kernel/drivers/md/
H A Ddm-cache-metadata.h80 dm_dblock_t dblock, bool discarded);

12345678