Searched refs:host_set (Results 1 – 7 of 7) sorted by relevance
467 sigset_t host_set; in do_sigframe_return() local470 target_to_host_sigset(&host_set, &uc->tuc_sigmask); in do_sigframe_return()471 set_sigmask(&host_set); in do_sigframe_return()
383 sigset_t host_set; in do_sigreturn() local432 target_to_host_sigset_internal(&host_set, &set); in do_sigreturn()433 set_sigmask(&host_set); in do_sigreturn()
1402 sigset_t *host_set = &ts->sigsuspend_mask; in process_sigsuspend_mask() local1414 target_to_host_sigset(host_set, target_sigset); in process_sigsuspend_mask()1417 *pset = host_set; in process_sigsuspend_mask()
441 final_time = cxl_dstate->timestamp.host_set + delta; in cxl_device_get_timestamp()
892 cxl_dstate->timestamp.host_set = le64_to_cpu(*(uint64_t *)payload_in); in cmd_timestamp_set()
325 hook, which scans all ports in the host_set, determines which queued353 void (*host_stop) (struct ata_host_set *host_set);410 Once initialization is complete, host_set lock is acquired and the426 host_set lock, so all above occur while holding host_set lock.
248 uint64_t host_set; member