/third_party/python/Lib/test/ |
H A D | test_xml_etree.py | 192 properties = operator.attrgetter('tag', 'tail', 'text', 'attrib') 209 for attr in 'tag', 'attrib', 'text', 'tail': 219 if element.tail is not None: 220 self.assertIsInstance(element.tail, str) 285 self.assertIsNone(element.tail) 286 element.tail = 'Tail' 287 self.assertEqual(element.tail, 'Tail') 288 element.tail = 'TAIL' 289 self.assertEqual(element.tail, 'TAIL') 474 ' <element>text</element>tail\ [all...] |
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | tcp_ipv4.c | 34 * Added tail drop and some other bugfixes. 1823 struct sk_buff *tail; in tcp_add_backlog() local 1856 tail = sk->sk_backlog.tail; in tcp_add_backlog() 1857 if (!tail) in tcp_add_backlog() 1859 thtail = (struct tcphdr *)tail->data; in tcp_add_backlog() 1861 if (TCP_SKB_CB(tail)->end_seq != TCP_SKB_CB(skb)->seq || in tcp_add_backlog() 1862 TCP_SKB_CB(tail)->ip_dsfield != TCP_SKB_CB(skb)->ip_dsfield || in tcp_add_backlog() 1863 ((TCP_SKB_CB(tail)->tcp_flags | in tcp_add_backlog() 1865 !((TCP_SKB_CB(tail) in tcp_add_backlog() [all...] |
/kernel/linux/linux-5.10/mm/ |
H A D | slub.c | 1208 void *head, void *tail, int bulk_cnt, in free_debug_processing() 1240 if (object != tail) { in free_debug_processing() 1464 void *head, void *tail, int bulk_cnt, in free_debug_processing() 1549 void **head, void **tail, in slab_free_freelist_hook() 1555 void *old_tail = *tail ? *tail : *head; in slab_free_freelist_hook() 1558 /* Head and tail of the reconstructed freelist */ in slab_free_freelist_hook() 1560 *tail = NULL; in slab_free_freelist_hook() 1583 if (!*tail) in slab_free_freelist_hook() 1584 *tail in slab_free_freelist_hook() 1206 free_debug_processing( struct kmem_cache *s, struct page *page, void *head, void *tail, int bulk_cnt, unsigned long addr) free_debug_processing() argument 1462 free_debug_processing( struct kmem_cache *s, struct page *page, void *head, void *tail, int bulk_cnt, unsigned long addr) free_debug_processing() argument 1548 slab_free_freelist_hook(struct kmem_cache *s, void **head, void **tail, int *cnt) slab_free_freelist_hook() argument 1880 __add_partial(struct kmem_cache_node *n, struct page *page, int tail) __add_partial() argument 1889 add_partial(struct kmem_cache_node *n, struct page *page, int tail) add_partial() argument 2165 int tail = DEACTIVATE_TO_HEAD; deactivate_slab() local 2969 __slab_free(struct kmem_cache *s, struct page *page, void *head, void *tail, int cnt, unsigned long addr) __slab_free() argument 3098 do_slab_free(struct kmem_cache *s, struct page *page, void *head, void *tail, int cnt, unsigned long addr) do_slab_free() argument 3144 slab_free(struct kmem_cache *s, struct page *page, void *head, void *tail, int cnt, unsigned long addr) slab_free() argument 3175 void *tail; global() member [all...] |
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/pmu/ebb/ |
H A D | trace.h | 28 void *tail; member
|
/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/include/ |
H A D | rtw_event.h | 77 int tail; member
|
/kernel/linux/linux-5.10/scripts/ |
H A D | extract-vmlinux | 33 tail -c+$pos "$img" | $3 > $tmp 2> /dev/null
|
/kernel/linux/linux-5.10/include/drm/ |
H A D | drm_debugfs_crc.h | 49 * @tail: tail of circular queue 58 int head, tail; member
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | hidraw.h | 30 int tail; member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | hidraw.h | 30 int tail; member
|
/kernel/linux/linux-6.6/include/drm/ |
H A D | drm_debugfs_crc.h | 49 * @tail: tail of circular queue 58 int head, tail; member
|
/kernel/linux/linux-6.6/drivers/staging/rtl8723bs/include/ |
H A D | rtw_event.h | 91 volatile int tail; member
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/uc/abi/ |
H A D | guc_communication_ctb_abi.h | 37 * | | | - _`GUC_CTB_STATUS_OVERFLOW` = 1 (head/tail too large) | 39 * | | | - _`GUC_CTB_STATUS_MISMATCH` = 4 (head/tail modified) | 50 u32 tail; member 126 * Buffer descriptor holds tail and head fields that represents active data 127 * stream. The tail field is updated by the data producer (sender), and head 137 * | tail | ^---------tail-----------------^
|
/kernel/linux/linux-6.6/scripts/ |
H A D | extract-vmlinux | 33 tail -c+$pos "$img" | $3 > $tmp 2> /dev/null
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/benchs/ |
H A D | run_bench_htab_mem.sh | 21 local summary=$(echo $2 | tail -n1)
|
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/pmu/ebb/ |
H A D | trace.h | 28 void *tail; member
|
/kernel/liteos_m/components/dynlink/script/ |
H A D | so_parse | 62 NEED_SIZE=`tail -n 1 ${TMP_FILE}`
|
/third_party/ffmpeg/libavcodec/ |
H A D | packet_internal.h | 32 PacketListEntry *head, *tail; member
|
/third_party/ffmpeg/libavutil/ |
H A D | eval.h | 121 * returns a value of zero and the value returned in tail is the value 130 * @param tail if non-NULL puts here the pointer to the char next 133 double av_strtod(const char *numstr, char **tail);
|
/third_party/musl/src/thread/riscv64/ |
H A D | syscall_cp.s | 29 tail __cancel
|
/third_party/musl/src/thread/riscv32/ |
H A D | syscall_cp.s | 29 tail __cancel
|
/third_party/libwebsockets/lib/system/smd/ |
H A D | private-lib-system-smd.h | 60 lws_smd_msg_t *tail; member
|
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/ |
H A D | cipher_rc4_hmac_md5.h | 20 MD5_CTX head, tail, md; member
|
/third_party/openssl/providers/implementations/ciphers/ |
H A D | cipher_rc4_hmac_md5.h | 20 MD5_CTX head, tail, md; member
|
/third_party/selinux/checkpolicy/ |
H A D | queue.h | 26 queue_node_ptr_t tail; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/examples/ |
H A D | wps-ap-cli | 19 cpin=`$CLI wps_check_pin "$pin" | tail -1`
|