Home
last modified time | relevance | path

Searched refs:get_buffer (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/kernel/time/
H A Ditimer.c115 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 Dvmstate-types.c452 static int get_buffer(QEMUFile *f, void *pv, size_t size, in get_buffer() function
470 .get = get_buffer,
/openbmc/qemu/docs/
H A Drdma.txt340 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 Dsnapshot.c2724 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 Djstree.min.js3 …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 D0004-mmal_20.patch6281 + /* Always use our get_buffer wrapper so we can calculate the
6995 + { /* When direct rendering is not used, get_format() and get_buffer()