Searched refs:get_buffer (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/kernel/time/ |
H A D | itimer.c | 115 struct itimerspec64 get_buffer; in SYSCALL_DEFINE2() local 116 int error = do_getitimer(which, &get_buffer); in SYSCALL_DEFINE2() 118 if (!error && put_itimerval(value, &get_buffer)) in SYSCALL_DEFINE2() 144 struct itimerspec64 get_buffer; in COMPAT_SYSCALL_DEFINE2() local 145 int error = do_getitimer(which, &get_buffer); in COMPAT_SYSCALL_DEFINE2() 147 if (!error && put_old_itimerval32(value, &get_buffer)) in COMPAT_SYSCALL_DEFINE2() 335 struct itimerspec64 set_buffer, get_buffer; in SYSCALL_DEFINE3() local 349 error = do_setitimer(which, &set_buffer, ovalue ? &get_buffer : NULL); in SYSCALL_DEFINE3() 353 if (put_itimerval(ovalue, &get_buffer)) in SYSCALL_DEFINE3() 382 struct itimerspec64 set_buffer, get_buffer; in COMPAT_SYSCALL_DEFINE3() local [all …]
|
/openbmc/qemu/migration/ |
H A D | vmstate-types.c | 452 static int get_buffer(QEMUFile *f, void *pv, size_t size, in get_buffer() function 470 .get = get_buffer,
|
/openbmc/qemu/docs/ |
H A D | rdma.txt | 340 Finally, how do we handoff the actual bytes to get_buffer()? 350 Then, we return the number of bytes requested by get_buffer() 351 and leave the remaining bytes in the holding area until get_buffer()
|
/openbmc/linux/kernel/power/ |
H A D | snapshot.c | 2724 static void *get_buffer(struct memory_bitmap *bm, struct chain_allocator *ca) in get_buffer() function 2829 handle->buffer = get_buffer(&orig_bm, &ca); in snapshot_write_next() 2836 handle->buffer = get_buffer(&orig_bm, &ca); in snapshot_write_next()
|
/openbmc/rest-dbus/resources/ |
H A D | jstree.min.js | 3 …ngth?(d=c,f=this,e="copy_node",void this.trigger("copy",{node:b})):!1},get_buffer:function(){retur…
|
/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/ |
H A D | 0004-mmal_20.patch | 6281 + /* Always use our get_buffer wrapper so we can calculate the 6995 + { /* When direct rendering is not used, get_format() and get_buffer()
|
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/ |
H A D | 0001-ffmpeg-5.1.4-rpi_24.patch | 15145 + .get_buffer = {.video = alloc_video_buffer},
|