/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/core/ |
H A D | nouveau_nvkm_core_notify.c | 33 nvkm_notify_put_locked(struct nvkm_notify *notify) in nvkm_notify_put_locked() argument 35 if (notify->block++ == 0) in nvkm_notify_put_locked() 36 nvkm_event_put(notify->event, notify->types, notify->index); in nvkm_notify_put_locked() 40 nvkm_notify_put(struct nvkm_notify *notify) in nvkm_notify_put() argument 42 struct nvkm_event *event = notify->event; in nvkm_notify_put() 45 test_and_clear_bit(NVKM_NOTIFY_USER, ¬ify->flags)) { in nvkm_notify_put() 47 nvkm_notify_put_locked(notify); in nvkm_notify_put() 49 if (test_bit(NVKM_NOTIFY_WORK, ¬ify->flags)) in nvkm_notify_put() 50 flush_work(¬ify->work); in nvkm_notify_put() 55 nvkm_notify_get_locked(struct nvkm_notify *notify) in nvkm_notify_get_locked() argument [all …]
|
H A D | nouveau_nvkm_core_client.c | 89 struct nvkm_client_notify *notify = container_of(n, typeof(*notify), n); in nvkm_client_notify() local 90 struct nvkm_client *client = notify->client; in nvkm_client_notify() 91 return client->ntfy(¬ify->rep, notify->size, n->data, n->size); in nvkm_client_notify() 97 if (index < ARRAY_SIZE(client->notify)) { in nvkm_client_notify_put() 98 if (client->notify[index]) { in nvkm_client_notify_put() 99 nvkm_notify_put(&client->notify[index]->n); in nvkm_client_notify_put() 109 if (index < ARRAY_SIZE(client->notify)) { in nvkm_client_notify_get() 110 if (client->notify[index]) { in nvkm_client_notify_get() 111 nvkm_notify_get(&client->notify[index]->n); in nvkm_client_notify_get() 121 if (index < ARRAY_SIZE(client->notify)) { in nvkm_client_notify_del() [all …]
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/nvif/ |
H A D | nouveau_nvif_notify.c | 38 nvif_notify_put_(struct nvif_notify *notify) in nvif_notify_put_() argument 40 struct nvif_object *object = notify->object; in nvif_notify_put_() 46 .ntfy.index = notify->index, in nvif_notify_put_() 49 if (atomic_inc_return(¬ify->putcnt) != 1) in nvif_notify_put_() 56 nvif_notify_put(struct nvif_notify *notify) in nvif_notify_put() argument 58 if (likely(notify->object) && in nvif_notify_put() 59 test_and_clear_bit(NVIF_NOTIFY_USER, ¬ify->flags)) { in nvif_notify_put() 60 int ret = nvif_notify_put_(notify); in nvif_notify_put() 61 if (test_bit(NVIF_NOTIFY_WORK, ¬ify->flags)) in nvif_notify_put() 62 flush_work(¬ify->work); in nvif_notify_put() [all …]
|
/netbsd-src/sys/dev/ic/ |
H A D | isp_target.c | 197 isp_notify_t notify; in isp_target_notify() local 327 ISP_MEMZERO(¬ify, sizeof (isp_notify_t)); in isp_target_notify() 328 notify.nt_hba = isp; in isp_target_notify() 329 notify.nt_wwn = INI_ANY; in isp_target_notify() 330 notify.nt_tgt = TGT_ANY; in isp_target_notify() 331 notify.nt_nphdl = iid; in isp_target_notify() 332 notify.nt_sid = PORT_ANY; in isp_target_notify() 333 notify.nt_did = PORT_ANY; in isp_target_notify() 334 notify.nt_lun = LUN_ANY; in isp_target_notify() 335 notify in isp_target_notify() 791 isp_notify_t notify; isp_target_async() local 888 isp_notify_t notify; isp_got_msg() local 945 isp_notify_t notify; isp_got_msg_fc() local 1008 isp_notify_t notify; isp_got_tmf_24xx() local [all...] |
/netbsd-src/external/gpl3/gdb.old/lib/libgdb/arch/mips64el/ |
H A D | observer.inc | 38 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 (args->exitstatus); [all …]
|
/netbsd-src/external/gpl3/gdb.old/lib/libgdb/arch/mipsn64eb/ |
H A D | observer.inc | 38 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 (args->exitstatus); [all …]
|
/netbsd-src/external/gpl3/gdb/lib/libgdb/arch/mipsel/ |
H A D | observer.inc | 38 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 (args->exitstatus); [all …]
|
/netbsd-src/external/gpl3/gdb.old/lib/libgdb/arch/mipseb/ |
H A D | observer.inc | 38 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 (args->exitstatus); [all …]
|
/netbsd-src/external/gpl3/gdb/lib/libgdb/arch/mipsn64el/ |
H A D | observer.inc | 38 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 (args->exitstatus); [all …]
|
/netbsd-src/external/gpl3/gdb.old/lib/libgdb/arch/x86_64/ |
H A D | observer.inc | 38 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 (args->exitstatus); [all …]
|
/netbsd-src/external/gpl3/gdb/lib/libgdb/arch/alpha/ |
H A D | observer.inc | 38 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 (args->exitstatus); [all …]
|
/netbsd-src/external/gpl3/gdb/lib/libgdb/arch/mips64el/ |
H A D | observer.inc | 38 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 (args->exitstatus); [all …]
|
/netbsd-src/external/gpl3/gdb/lib/libgdb/arch/armeb/ |
H A D | observer.inc | 38 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 (args->exitstatus); [all …]
|
/netbsd-src/external/gpl3/gdb/lib/libgdb/arch/m68000/ |
H A D | observer.inc | 38 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 (args->exitstatus); [all …]
|
/netbsd-src/external/gpl3/gdb/lib/libgdb/arch/sh3eb/ |
H A D | observer.inc | 38 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 (args->exitstatus); [all …]
|
/netbsd-src/external/gpl3/gdb/lib/libgdb/arch/i386/ |
H A D | observer.inc | 38 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 (args->exitstatus); [all …]
|
/netbsd-src/external/gpl3/gdb/lib/libgdb/arch/arm/ |
H A D | observer.inc | 38 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 (args->exitstatus); [all …]
|
/netbsd-src/external/gpl3/gdb/lib/libgdb/arch/aarch64/ |
H A D | observer.inc | 38 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 (args->exitstatus); [all …]
|
/netbsd-src/external/gpl3/gdb.old/lib/libgdb/arch/mipsel/ |
H A D | observer.inc | 38 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 (args->exitstatus); [all …]
|
/netbsd-src/external/gpl3/gdb.old/lib/libgdb/arch/vax/ |
H A D | observer.inc | 38 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 (args->exitstatus); [all …]
|
/netbsd-src/external/gpl3/gdb.old/lib/libgdb/arch/powerpc64/ |
H A D | observer.inc | 38 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 (args->exitstatus); [all …]
|
/netbsd-src/external/gpl3/gdb/lib/libgdb/arch/powerpc/ |
H A D | observer.inc | 38 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 (args->exitstatus); [all …]
|
/netbsd-src/external/gpl3/gdb/lib/libgdb/arch/sh3el/ |
H A D | observer.inc | 38 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 (args->exitstatus); [all …]
|
/netbsd-src/external/gpl3/gdb/lib/libgdb/arch/mipsn64eb/ |
H A D | observer.inc | 38 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 (args->exitstatus); [all …]
|
/netbsd-src/external/gpl3/gdb.old/lib/libgdb/arch/m68000/ |
H A D | observer.inc | 38 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 (args->exitstatus); [all …]
|