Searched refs:notify (Results 1 - 25 of 315) sorted by relevance

1234567891011>>

/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/core/
H A Dnouveau_nvkm_core_notify.c29 #include <core/notify.h>
33 nvkm_notify_put_locked(struct nvkm_notify *notify) argument
35 if (notify->block++ == 0)
36 nvkm_event_put(notify->event, notify->types, notify->index);
40 nvkm_notify_put(struct nvkm_notify *notify) argument
42 struct nvkm_event *event = notify->event;
45 test_and_clear_bit(NVKM_NOTIFY_USER, &notify->flags)) {
47 nvkm_notify_put_locked(notify);
55 nvkm_notify_get_locked(struct nvkm_notify *notify) argument
62 nvkm_notify_get(struct nvkm_notify *notify) argument
75 nvkm_notify_func(struct nvkm_notify *notify) argument
91 struct nvkm_notify *notify = container_of(work, typeof(*notify), work); local
96 nvkm_notify_send(struct nvkm_notify *notify, void *data, u32 size) argument
123 nvkm_notify_fini(struct nvkm_notify *notify) argument
137 nvkm_notify_init(struct nvkm_object *object, struct nvkm_event *event, int (*func)(struct nvkm_notify *), bool work, void *data, u32 size, u32 reply, struct nvkm_notify *notify) argument
[all...]
H A Dnouveau_nvkm_core_client.c31 #include <core/notify.h>
89 struct nvkm_client_notify *notify = container_of(n, typeof(*notify), n); local
90 struct nvkm_client *client = notify->client;
91 return client->ntfy(&notify->rep, notify->size, n->data, n->size);
97 if (index < ARRAY_SIZE(client->notify)) {
98 if (client->notify[index]) {
99 nvkm_notify_put(&client->notify[index]->n);
109 if (index < ARRAY_SIZE(client->notify)) {
137 struct nvkm_client_notify *notify; local
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/nvif/
H A Dnouveau_nvif_notify.c32 #include <nvif/notify.h>
38 nvif_notify_put_(struct nvif_notify *notify) argument
40 struct nvif_object *object = notify->object;
46 .ntfy.index = notify->index,
49 if (atomic_inc_return(&notify->putcnt) != 1)
56 nvif_notify_put(struct nvif_notify *notify) argument
58 if (likely(notify->object) &&
59 test_and_clear_bit(NVIF_NOTIFY_USER, &notify->flags)) {
60 int ret = nvif_notify_put_(notify);
61 if (test_bit(NVIF_NOTIFY_WORK, &notify
69 nvif_notify_get_(struct nvif_notify *notify) argument
87 nvif_notify_get(struct nvif_notify *notify) argument
96 nvif_notify_func(struct nvif_notify *notify, bool keep) argument
112 struct nvif_notify *notify = container_of(work, typeof(*notify), work); local
119 struct nvif_notify *notify = NULL; local
150 nvif_notify_fini(struct nvif_notify *notify) argument
170 nvif_notify_init(struct nvif_object *object, int (*func)(struct nvif_notify *), bool work, u8 event, void *data, u32 size, u32 reply, struct nvif_notify *notify) argument
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/sw/
H A Dnv50.h10 #include <core/notify.h>
15 struct nvkm_notify notify[4]; member in struct:nv50_sw_chan::__anon1149
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/
H A Ddlopen-libpthread.c25 notify (void) function
27 filename = NULL; /* notify-here */
43 fp (notify);
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
H A Ddlopen-libpthread.c25 notify (void) function
27 filename = NULL; /* notify-here */
43 fp (notify);
/netbsd-current/external/mpl/bind/dist/bin/rndc/
H A Dutil.h33 notify("%s", name); \
39 notify(const char *fmt, ...) ISC_FORMAT_PRINTF(1, 2);
/netbsd-current/external/mpl/bind/dist/bin/confgen/
H A Dutil.h33 notify("%s", name); \
39 notify(const char *fmt, ...) ISC_FORMAT_PRINTF(1, 2);
/netbsd-current/external/gpl3/gdb/lib/libgdb/arch/aarch64/
H A Dobserver.inc38 observer_normal_stop_ftype *notify = (observer_normal_stop_ftype *) data;
40 notify (args->bs, args->print_frame);
77 observer_signal_received_ftype *notify = (observer_signal_received_ftype *) data;
79 notify (args->siggnal);
114 observer_end_stepping_range_ftype *notify = (observer_end_stepping_range_ftype *) data;
115 notify ();
150 observer_signal_exited_ftype *notify = (observer_signal_exited_ftype *) data;
152 notify (args->siggnal);
189 observer_exited_ftype *notify = (observer_exited_ftype *) data;
191 notify (arg
[all...]
/netbsd-current/external/gpl3/gdb/lib/libgdb/arch/m68k/
H A Dobserver.inc38 observer_normal_stop_ftype *notify = (observer_normal_stop_ftype *) data;
40 notify (args->bs, args->print_frame);
77 observer_signal_received_ftype *notify = (observer_signal_received_ftype *) data;
79 notify (args->siggnal);
114 observer_end_stepping_range_ftype *notify = (observer_end_stepping_range_ftype *) data;
115 notify ();
150 observer_signal_exited_ftype *notify = (observer_signal_exited_ftype *) data;
152 notify (args->siggnal);
189 observer_exited_ftype *notify = (observer_exited_ftype *) data;
191 notify (arg
[all...]
/netbsd-current/external/gpl3/gdb/lib/libgdb/arch/sh3el/
H A Dobserver.inc38 observer_normal_stop_ftype *notify = (observer_normal_stop_ftype *) data;
40 notify (args->bs, args->print_frame);
77 observer_signal_received_ftype *notify = (observer_signal_received_ftype *) data;
79 notify (args->siggnal);
114 observer_end_stepping_range_ftype *notify = (observer_end_stepping_range_ftype *) data;
115 notify ();
150 observer_signal_exited_ftype *notify = (observer_signal_exited_ftype *) data;
152 notify (args->siggnal);
189 observer_exited_ftype *notify = (observer_exited_ftype *) data;
191 notify (arg
[all...]
/netbsd-current/external/gpl3/gdb/lib/libgdb/arch/i386/
H A Dobserver.inc38 observer_normal_stop_ftype *notify = (observer_normal_stop_ftype *) data;
40 notify (args->bs, args->print_frame);
77 observer_signal_received_ftype *notify = (observer_signal_received_ftype *) data;
79 notify (args->siggnal);
114 observer_end_stepping_range_ftype *notify = (observer_end_stepping_range_ftype *) data;
115 notify ();
150 observer_signal_exited_ftype *notify = (observer_signal_exited_ftype *) data;
152 notify (args->siggnal);
189 observer_exited_ftype *notify = (observer_exited_ftype *) data;
191 notify (arg
[all...]
/netbsd-current/external/gpl3/gdb/lib/libgdb/arch/powerpc64/
H A Dobserver.inc38 observer_normal_stop_ftype *notify = (observer_normal_stop_ftype *) data;
40 notify (args->bs, args->print_frame);
77 observer_signal_received_ftype *notify = (observer_signal_received_ftype *) data;
79 notify (args->siggnal);
114 observer_end_stepping_range_ftype *notify = (observer_end_stepping_range_ftype *) data;
115 notify ();
150 observer_signal_exited_ftype *notify = (observer_signal_exited_ftype *) data;
152 notify (args->siggnal);
189 observer_exited_ftype *notify = (observer_exited_ftype *) data;
191 notify (arg
[all...]
/netbsd-current/external/gpl3/gdb/lib/libgdb/arch/arm/
H A Dobserver.inc38 observer_normal_stop_ftype *notify = (observer_normal_stop_ftype *) data;
40 notify (args->bs, args->print_frame);
77 observer_signal_received_ftype *notify = (observer_signal_received_ftype *) data;
79 notify (args->siggnal);
114 observer_end_stepping_range_ftype *notify = (observer_end_stepping_range_ftype *) data;
115 notify ();
150 observer_signal_exited_ftype *notify = (observer_signal_exited_ftype *) data;
152 notify (args->siggnal);
189 observer_exited_ftype *notify = (observer_exited_ftype *) data;
191 notify (arg
[all...]
/netbsd-current/external/gpl3/gdb/lib/libgdb/arch/alpha/
H A Dobserver.inc38 observer_normal_stop_ftype *notify = (observer_normal_stop_ftype *) data;
40 notify (args->bs, args->print_frame);
77 observer_signal_received_ftype *notify = (observer_signal_received_ftype *) data;
79 notify (args->siggnal);
114 observer_end_stepping_range_ftype *notify = (observer_end_stepping_range_ftype *) data;
115 notify ();
150 observer_signal_exited_ftype *notify = (observer_signal_exited_ftype *) data;
152 notify (args->siggnal);
189 observer_exited_ftype *notify = (observer_exited_ftype *) data;
191 notify (arg
[all...]
/netbsd-current/external/gpl3/gdb/lib/libgdb/arch/mipseb/
H A Dobserver.inc38 observer_normal_stop_ftype *notify = (observer_normal_stop_ftype *) data;
40 notify (args->bs, args->print_frame);
77 observer_signal_received_ftype *notify = (observer_signal_received_ftype *) data;
79 notify (args->siggnal);
114 observer_end_stepping_range_ftype *notify = (observer_end_stepping_range_ftype *) data;
115 notify ();
150 observer_signal_exited_ftype *notify = (observer_signal_exited_ftype *) data;
152 notify (args->siggnal);
189 observer_exited_ftype *notify = (observer_exited_ftype *) data;
191 notify (arg
[all...]
/netbsd-current/external/gpl3/gdb/lib/libgdb/arch/vax/
H A Dobserver.inc38 observer_normal_stop_ftype *notify = (observer_normal_stop_ftype *) data;
40 notify (args->bs, args->print_frame);
77 observer_signal_received_ftype *notify = (observer_signal_received_ftype *) data;
79 notify (args->siggnal);
114 observer_end_stepping_range_ftype *notify = (observer_end_stepping_range_ftype *) data;
115 notify ();
150 observer_signal_exited_ftype *notify = (observer_signal_exited_ftype *) data;
152 notify (args->siggnal);
189 observer_exited_ftype *notify = (observer_exited_ftype *) data;
191 notify (arg
[all...]
/netbsd-current/external/gpl3/gdb/lib/libgdb/arch/armeb/
H A Dobserver.inc38 observer_normal_stop_ftype *notify = (observer_normal_stop_ftype *) data;
40 notify (args->bs, args->print_frame);
77 observer_signal_received_ftype *notify = (observer_signal_received_ftype *) data;
79 notify (args->siggnal);
114 observer_end_stepping_range_ftype *notify = (observer_end_stepping_range_ftype *) data;
115 notify ();
150 observer_signal_exited_ftype *notify = (observer_signal_exited_ftype *) data;
152 notify (args->siggnal);
189 observer_exited_ftype *notify = (observer_exited_ftype *) data;
191 notify (arg
[all...]
/netbsd-current/external/gpl3/gdb/lib/libgdb/arch/mipsel/
H A Dobserver.inc38 observer_normal_stop_ftype *notify = (observer_normal_stop_ftype *) data;
40 notify (args->bs, args->print_frame);
77 observer_signal_received_ftype *notify = (observer_signal_received_ftype *) data;
79 notify (args->siggnal);
114 observer_end_stepping_range_ftype *notify = (observer_end_stepping_range_ftype *) data;
115 notify ();
150 observer_signal_exited_ftype *notify = (observer_signal_exited_ftype *) data;
152 notify (args->siggnal);
189 observer_exited_ftype *notify = (observer_exited_ftype *) data;
191 notify (arg
[all...]
/netbsd-current/external/gpl3/gdb/lib/libgdb/arch/x86_64/
H A Dobserver.inc38 observer_normal_stop_ftype *notify = (observer_normal_stop_ftype *) data;
40 notify (args->bs, args->print_frame);
77 observer_signal_received_ftype *notify = (observer_signal_received_ftype *) data;
79 notify (args->siggnal);
114 observer_end_stepping_range_ftype *notify = (observer_end_stepping_range_ftype *) data;
115 notify ();
150 observer_signal_exited_ftype *notify = (observer_signal_exited_ftype *) data;
152 notify (args->siggnal);
189 observer_exited_ftype *notify = (observer_exited_ftype *) data;
191 notify (arg
[all...]
/netbsd-current/external/gpl3/gdb/lib/libgdb/arch/mips64el/
H A Dobserver.inc38 observer_normal_stop_ftype *notify = (observer_normal_stop_ftype *) data;
40 notify (args->bs, args->print_frame);
77 observer_signal_received_ftype *notify = (observer_signal_received_ftype *) data;
79 notify (args->siggnal);
114 observer_end_stepping_range_ftype *notify = (observer_end_stepping_range_ftype *) data;
115 notify ();
150 observer_signal_exited_ftype *notify = (observer_signal_exited_ftype *) data;
152 notify (args->siggnal);
189 observer_exited_ftype *notify = (observer_exited_ftype *) data;
191 notify (arg
[all...]
/netbsd-current/external/gpl3/gdb/lib/libgdb/arch/sparc64/
H A Dobserver.inc38 observer_normal_stop_ftype *notify = (observer_normal_stop_ftype *) data;
40 notify (args->bs, args->print_frame);
77 observer_signal_received_ftype *notify = (observer_signal_received_ftype *) data;
79 notify (args->siggnal);
114 observer_end_stepping_range_ftype *notify = (observer_end_stepping_range_ftype *) data;
115 notify ();
150 observer_signal_exited_ftype *notify = (observer_signal_exited_ftype *) data;
152 notify (args->siggnal);
189 observer_exited_ftype *notify = (observer_exited_ftype *) data;
191 notify (arg
[all...]
/netbsd-current/external/gpl3/gdb/lib/libgdb/arch/mips64eb/
H A Dobserver.inc38 observer_normal_stop_ftype *notify = (observer_normal_stop_ftype *) data;
40 notify (args->bs, args->print_frame);
77 observer_signal_received_ftype *notify = (observer_signal_received_ftype *) data;
79 notify (args->siggnal);
114 observer_end_stepping_range_ftype *notify = (observer_end_stepping_range_ftype *) data;
115 notify ();
150 observer_signal_exited_ftype *notify = (observer_signal_exited_ftype *) data;
152 notify (args->siggnal);
189 observer_exited_ftype *notify = (observer_exited_ftype *) data;
191 notify (arg
[all...]
/netbsd-current/external/gpl3/gdb/lib/libgdb/arch/sparc/
H A Dobserver.inc38 observer_normal_stop_ftype *notify = (observer_normal_stop_ftype *) data;
40 notify (args->bs, args->print_frame);
77 observer_signal_received_ftype *notify = (observer_signal_received_ftype *) data;
79 notify (args->siggnal);
114 observer_end_stepping_range_ftype *notify = (observer_end_stepping_range_ftype *) data;
115 notify ();
150 observer_signal_exited_ftype *notify = (observer_signal_exited_ftype *) data;
152 notify (args->siggnal);
189 observer_exited_ftype *notify = (observer_exited_ftype *) data;
191 notify (arg
[all...]
/netbsd-current/external/gpl3/gdb.old/lib/libgdb/arch/coldfire/
H A Dobserver.inc38 observer_normal_stop_ftype *notify = (observer_normal_stop_ftype *) data;
40 notify (args->bs, args->print_frame);
77 observer_signal_received_ftype *notify = (observer_signal_received_ftype *) data;
79 notify (args->siggnal);
114 observer_end_stepping_range_ftype *notify = (observer_end_stepping_range_ftype *) data;
115 notify ();
150 observer_signal_exited_ftype *notify = (observer_signal_exited_ftype *) data;
152 notify (args->siggnal);
189 observer_exited_ftype *notify = (observer_exited_ftype *) data;
191 notify (arg
[all...]

Completed in 311 milliseconds

1234567891011>>