/kernel/linux/linux-6.6/net/netfilter/ipset/ |
H A D | ip_set_list_set.c | 564 .head = list_set_head,
|
/third_party/mesa3d/include/GL/internal/ |
H A D | dri_interface.h | 789 unsigned int head,
|
/third_party/nghttp2/tests/ |
H A D | nghttp2_frame_test.c | 55 nva[3] = make_nv("x-head", "foo"); in headers() 56 nva[4] = make_nv("x-head", "bar"); in headers() 558 buf = &bufs.head->buf; in test_nghttp2_frame_pack_origin()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_context.c | 974 LIST_FOR_EACH_ENTRY_SAFE_REV(stfb, next, &st->winsys_buffers, head) { in st_destroy_context()
|
/third_party/python/Lib/ |
H A D | nntplib.py | 47 # - NNTP.article(), NNTP.head() and NNTP.body() return a (response, ArticleInfo) 762 def head(self, message_spec=None, *, file=None): member in NNTP
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/fontinfo/ |
H A D | FontInfo.java | 74 * font from the head, hhea, and OS/2 font tables 87 FontHeaderTable headTable = (FontHeaderTable) FontUtils.getTable(font, Tag.head); in listFontMetrics()
|
/third_party/skia/third_party/externals/freetype/src/base/ |
H A D | ftoutln.c | 618 node = library->renderers.head; in FT_EXPORT_DEF()
|
/third_party/skia/third_party/externals/sfntly/cpp/src/sample/chromium/ |
H A D | subsetter_impl.cc | 707 // head, hhea, loca, maxp, cvt, prep, glyf, hmtx, fpgm 755 Tag::head, Tag::hhea, Tag::loca, Tag::maxp, Tag::cvt, in Subset() 775 // to head. As a result, we can't remove bdat tables for those fonts. in Subset()
|
/third_party/toybox/generated/ |
H A D | globals.h | 1318 // toys/posix/head.c 1745 struct head_data head; member
|
/kernel/linux/linux-5.10/drivers/md/ |
H A D | raid10.c | 311 * Update disk head position estimator based on IRQ completion info. 688 * There is also a per-disk 'last know head position' sector that is 691 * perfect sequential match then we pick the disk whose head is closest. 866 if (conf->pending_bio_list.head) { in flush_pending_writes() 2723 struct list_head *head = &conf->retry_list; in raid10d() local 2759 if (list_empty(head)) { in raid10d() 2763 r10_bio = list_entry(head->prev, struct r10bio, retry_list); in raid10d() 2764 list_del(head->prev); in raid10d()
|
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | extent_io.c | 43 struct list_head *head) in btrfs_leak_debug_add() 48 list_add(new, head); in btrfs_leak_debug_add() 122 #define btrfs_leak_debug_add(lock, new, head) do {} while (0) 5312 static inline void btrfs_release_extent_buffer_rcu(struct rcu_head *head) in btrfs_release_extent_buffer_rcu() argument 5315 container_of(head, struct extent_buffer, rcu_head); in btrfs_release_extent_buffer_rcu() 41 btrfs_leak_debug_add(spinlock_t *lock, struct list_head *new, struct list_head *head) btrfs_leak_debug_add() argument
|
/kernel/linux/linux-6.6/drivers/md/ |
H A D | raid10.c | 339 * Update disk head position estimator based on IRQ completion info. 714 * There is also a per-disk 'last know head position' sector that is 717 * perfect sequential match then we pick the disk whose head is closest. 892 if (conf->pending_bio_list.head) { in flush_pending_writes() 3109 struct list_head *head = &conf->retry_list; in raid10d() local 3145 if (list_empty(head)) { in raid10d() 3149 r10_bio = list_entry(head->prev, struct r10bio, retry_list); in raid10d() 3150 list_del(head->prev); in raid10d()
|
/kernel/linux/linux-6.6/mm/ |
H A D | shmem.c | 2918 if (!pipe_full(pipe->head, pipe->tail, pipe->max_usage)) { in splice_zeropage_into_pipe() 2927 pipe->head++; in splice_zeropage_into_pipe() 2945 used = pipe_occupancy(pipe->head, pipe->tail); in shmem_file_splice_read() 3010 if (pipe_full(pipe->head, pipe->tail, pipe->max_usage)) in shmem_file_splice_read() 3086 WARN_ON_ONCE(!list_empty(&shmem_falloc_waitq.head)); in shmem_fallocate()
|
/kernel/linux/linux-5.10/block/ |
H A D | blk-cgroup.c | 132 if (bios.head && bios.head->bi_next) { in blkg_async_bio_workfn() 1336 /* blkg_list is pushed at the head, reverse walk to allocate parents first */ in blkcg_activate_policy()
|
/kernel/linux/linux-5.10/drivers/crypto/amcc/ |
H A D | crypto4xx_core.c | 414 } /* the head = tail, or empty case is already take cared */ in crypto4xx_get_n_sd() 1080 u32 head = core_dev->dev->pdr_head; in crypto4xx_bh_tasklet_cb() local 1095 } while (head != tail); in crypto4xx_bh_tasklet_cb()
|
/kernel/linux/linux-5.10/drivers/base/power/ |
H A D | main.c | 44 #define list_for_each_entry_rcu_locked(pos, head, member) \ 45 list_for_each_entry_rcu(pos, head, member, \
|
/kernel/linux/linux-5.10/drivers/atm/ |
H A D | ambassador.c | 789 PRINTD (DBG_SKB, "allocated skb at %p, head %p, area %li", in fill_rx_pool() 790 skb, skb->head, (long) skb_end_offset(skb)); in fill_rx_pool() 1390 skb->data = skb->head;
|
/kernel/linux/linux-5.10/drivers/char/xillybus/ |
H A D | xillybus_core.c | 1283 unsigned char *head = in xillybus_write() local 1297 *head++ = channel->rd_leftovers[i]; in xillybus_write()
|
/kernel/linux/linux-5.10/drivers/char/ |
H A D | virtio_console.c | 123 /* Next portdev in the list, head is in the pdrvdata struct */ 173 /* Next port in the list, head is in the ports_device */ 935 if (pipe_empty(pipe->head, pipe->tail)) in port_fops_splice_write() 942 occupancy = pipe_occupancy(pipe->head, pipe->tail); in port_fops_splice_write()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/brocade/bna/ |
H A D | bna_enet.c | 2050 bna_cam_mod_mac_get(struct list_head *head) in bna_cam_mod_mac_get() argument 2054 mac = list_first_entry_or_null(head, struct bna_mac, qe); in bna_cam_mod_mac_get()
|
/kernel/linux/linux-6.6/arch/arm64/kvm/ |
H A D | mmu.c | 222 static void stage2_free_unlinked_table_rcu_cb(struct rcu_head *head) in stage2_free_unlinked_table_rcu_cb() argument 224 struct page *page = container_of(head, struct page, rcu_head); in stage2_free_unlinked_table_rcu_cb() 1260 * memory slot (illustrated by the head and tail parts of the in fault_supports_stage2_huge_mapping() 1305 * refcount to the head page. We have to be careful that the in transparent_hugepage_adjust() 1316 * to PG_head and switch the pfn from a tail page to the head in transparent_hugepage_adjust()
|
/kernel/linux/linux-5.10/drivers/media/common/siano/ |
H A D | smscoreapi.c | 504 static void list_add_locked(struct list_head *new, struct list_head *head, in list_add_locked() argument 511 list_add(new, head); in list_add_locked()
|
/kernel/linux/linux-5.10/drivers/isdn/mISDN/ |
H A D | dsp_cmx.c | 145 count_list_member(struct list_head *head) in count_list_member() argument 150 list_for_each(m, head) in count_list_member()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/gma500/ |
H A D | cdv_intel_dp.c | 1002 list_for_each_entry(encoder, &mode_config->encoder_list, head) { in cdv_intel_dp_set_m_n() 1757 head) { in cdv_intel_dp_get_modes()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/ |
H A D | r600_dpm.c | 165 list_for_each_entry(crtc, &dev->mode_config.crtc_list, head) { in r600_dpm_get_vblank_time() 191 list_for_each_entry(crtc, &dev->mode_config.crtc_list, head) { in r600_dpm_get_vrefresh()
|