/kernel/linux/linux-6.6/fs/ext2/ |
H A D | inode.c | 1000 * @top: place to the (detached) top of branch 1008 * We have to free the top of that path along with everything to the right 1010 * until ext2_truncate() finishes, we may safely do the latter, but top 1014 * We atomically detach the top of branch from the tree, store the block 1015 * number of its root in *@top, pointers to buffer_heads of partially 1021 * a) free the subtree starting from *@top 1032 __le32 *top) in ext2_find_shared() 1037 *top = 0; in ext2_find_shared() 1045 * fine, it should all survive and (new) top does in ext2_find_shared() 1028 ext2_find_shared(struct inode *inode, int depth, int offsets[4], Indirect chain[4], __le32 *top) ext2_find_shared() argument [all...] |
/kernel/linux/linux-6.6/fs/ext4/ |
H A D | indirect.c | 775 * @top: place to the (detached) top of branch 783 * data block, indeed). We have to free the top of that path along 786 * finishes, we may safely do the latter, but top of branch may 790 * We atomically detach the top of branch from the tree, store the 791 * block number of its root in *@top, pointers to buffer_heads of 798 * a) free the subtree starting from *@top 806 __le32 *top) in ext4_find_shared() 811 *top = 0; in ext4_find_shared() 821 * fine, it should all survive and (new) top does in ext4_find_shared() 804 ext4_find_shared(struct inode *inode, int depth, ext4_lblk_t offsets[4], Indirect chain[4], __le32 *top) ext4_find_shared() argument [all...] |
/kernel/linux/linux-6.6/drivers/media/i2c/ |
H A D | imx290.c | 120 * | | | | } Effective top margin (8) 143 * processing in the ISP on the top and left (bottom and right) sides of the 1164 sel->r.top = IMX290_PIXEL_ARRAY_MARGIN_TOP in imx290_get_selection() 1178 sel->r.top = 0; in imx290_get_selection() 1186 sel->r.top = IMX290_PIXEL_ARRAY_MARGIN_TOP; in imx290_get_selection()
|
H A D | ov01a10.c | 834 sel->r.top = 0; in ov01a10_get_selection() 841 sel->r.top = (OV01A10_PIXEL_ARRAY_HEIGHT - in ov01a10_get_selection()
|
H A D | ov2685.c | 240 .top = 8, 431 sel->r.top = 0; in ov2685_get_selection()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/disp/mdp5/ |
H A D | mdp5_plane.c | 752 int top[COMP_MAX]; member 829 src_h, pe->top, pe->bottom); in mdp5_hwpipe_mode_set() 938 pe.top, pe.bottom, false); in mdp5_plane_mode_set()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/tests/ |
H A D | drm_cmdline_parser_test.c | 690 KUNIT_EXPECT_EQ(test, mode.tv_margins.top, 42); in drm_test_cmdline_margin_options() 786 KUNIT_EXPECT_EQ(test, mode.tv_margins.top, 42); in drm_test_cmdline_freestanding_options() 809 KUNIT_EXPECT_EQ(test, mode.tv_margins.top, 42); in drm_test_cmdline_freestanding_force_e_and_options()
|
/kernel/linux/linux-6.6/drivers/md/bcache/ |
H A D | bset.c | 158 /* Pop the top key of keylist by pointing l->top to its previous key */ 163 if (k == l->top) in bch_keylist_pop() 166 while (bkey_next(k) != l->top) in bch_keylist_pop() 169 return l->top = k; in bch_keylist_pop()
|
H A D | request.c | 154 while (src != op->insert_keys.top) { in bch_data_insert_error() 164 op->insert_keys.top = dst; in bch_data_insert_error() 217 k = op->insert_keys.top; in bch_data_insert_start()
|
H A D | writeback.c | 367 bkey_copy(keys.top, &w->key); in write_dirty_finish() 368 SET_KEY_DIRTY(keys.top, false); in write_dirty_finish()
|
/kernel/linux/linux-6.6/net/rxrpc/ |
H A D | input.c | 292 rxrpc_seq_t top = READ_ONCE(call->tx_top); in rxrpc_receiving_reply() local 303 if (!rxrpc_rotate_tx_window(call, top, &summary)) { in rxrpc_receiving_reply() 304 rxrpc_proto_abort(call, top, rxrpc_eproto_early_reply); in rxrpc_receiving_reply()
|
/kernel/linux/linux-5.10/drivers/md/bcache/ |
H A D | writeback.c | 321 bkey_copy(keys.top, &w->key); in write_dirty_finish() 322 SET_KEY_DIRTY(keys.top, false); in write_dirty_finish()
|
/kernel/linux/linux-5.10/drivers/media/platform/davinci/ |
H A D | dm644x_ccdc.c | 135 vert_start = image_win->top; in ccdc_setwin() 454 val = (params->win.top & CCDC_FMT_VERT_FMTSLV_MASK) in ccdc_config_raw()
|
/kernel/linux/linux-5.10/drivers/media/platform/mtk-vcodec/vdec/ |
H A D | vdec_vp9_if.c | 986 cr->top = 0; in get_crop_info() 990 cr->left, cr->top, cr->width, cr->height); in get_crop_info()
|
/kernel/linux/linux-5.10/drivers/net/wireguard/selftest/ |
H A D | allowedips.c | 64 static __init void print_tree(struct allowedips_node __rcu *top, u8 bits) in print_tree() argument 67 print_node(rcu_dereference_raw(top), bits); in print_tree()
|
/kernel/linux/linux-5.10/tools/perf/ui/browsers/ |
H A D | annotate.c | 285 browser->b.top = pos; in annotate_browser__set_top() 353 al = list_entry(browser->b.top, struct annotation_line, node); in annotate_browser__toggle_source()
|
/kernel/linux/linux-5.10/lib/zlib_deflate/ |
H A D | deftree.c | 97 * 3 .. 258, the last 256 values correspond to the top 8 bits of 296 #define pqremove(s, tree, top) \ 298 top = s->heap[SMALLEST]; \
|
/kernel/linux/linux-5.10/drivers/staging/media/imx/ |
H A D | imx-media-capture.c | 259 compose->top = 0; in __capture_try_fmt_vid_cap() 354 s->r.top = 0; in capture_g_selection()
|
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/ |
H A D | atomisp_subdev.c | 371 r->left, r->top, r->width, r->height, in atomisp_subdev_set_selection() 506 r->left, r->top, r->width, r->height); in atomisp_subdev_set_selection()
|
/kernel/linux/linux-6.6/drivers/net/wireguard/selftest/ |
H A D | allowedips.c | 64 static __init void print_tree(struct allowedips_node __rcu *top, u8 bits) in print_tree() argument 67 print_node(rcu_dereference_raw(top), bits); in print_tree()
|
/kernel/linux/linux-6.6/drivers/media/platform/mediatek/vcodec/decoder/vdec/ |
H A D | vdec_h264_req_multi_if.c | 387 cr->top = 0; in vdec_h264_slice_get_crop_info() 392 cr->left, cr->top, cr->width, cr->height); in vdec_h264_slice_get_crop_info()
|
H A D | vdec_vp9_if.c | 974 cr->top = 0; in get_crop_info() 978 cr->left, cr->top, cr->width, cr->height); in get_crop_info()
|
/kernel/linux/linux-6.6/drivers/media/platform/qcom/venus/ |
H A D | hfi_msgs.c | 109 event.input_crop.top = crop->top; in event_seq_changed()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/fifo/ |
H A D | gk104.c | 34 #include <subdev/top.h> 764 nvkm_list_foreach(tdev, &device->top->device, head, tdev->runlist >= 0) { in gk104_fifo_runl_ctor()
|
/kernel/linux/linux-6.6/drivers/gpu/ipu-v3/ |
H A D | ipu-csi.c | 585 w->top = (reg & CSI_VSC_MASK) >> CSI_VSC_SHIFT; in ipu_csi_get_window() 603 reg |= ((w->top << CSI_VSC_SHIFT) | (w->left << CSI_HSC_SHIFT)); in ipu_csi_set_window()
|