/kernel/linux/linux-6.6/fs/ocfs2/dlm/ |
H A D | dlmast.c | 352 /* if not on convert, try blocked for ast, granted for bast */ in dlm_proxy_ast_handler() 356 head = &res->granted; in dlm_proxy_ast_handler() 382 list_move_tail(&lock->list, &res->granted); in dlm_proxy_ast_handler()
|
H A D | dlmcommon.h | 281 * Please keep granted, converting, and blocked in this order, 286 struct list_head granted; member 326 u8 list; // 0=granted, 1=converting, 2=blocked 378 return "granted"; in dlm_list_in_text() 392 ret = &res->granted; in dlm_list_idx_to_ptr()
|
H A D | dlmdebug.c | 102 printk(" granted queue:\n"); in __dlm_print_one_lock_resource() 103 list_for_each_entry(lock, &res->granted, list) { in __dlm_print_one_lock_resource() 169 [DLM_GRANTED] = "request granted", 178 [DLM_CANCELGRANT] = "can't cancel convert: already granted", 180 [DLM_SYNC] = "synchronous request granted", 522 /* granted */ in dump_lockres() 523 list_for_each_entry(lock, &res->granted, list) in dump_lockres()
|
H A D | dlmrecovery.c | 1048 list_for_each_entry(lock, &res->granted, list) { in dlm_move_reco_locks_to_list() 1083 struct list_head *iter, *queue = &res->granted; in dlm_num_locks_in_lockres() 1182 /* Only consider lvbs in locks with granted EX or PR lock levels */ in dlm_prepare_lvb_for_migration() 1756 ret = &(res->granted); in dlm_list_num_to_pointer() 1975 * 1. order of locks on granted queue is in dlm_process_recovery_data() 2071 /* move converting lock back to granted */ in dlm_move_lockres_to_recovery_list() 2073 "on %.*s. move back to granted list.\n", in dlm_move_lockres_to_recovery_list() 2113 "on %.*s. move back to granted list.\n", in dlm_move_lockres_to_recovery_list() 2227 * locks granted, we can no longer trust the lvb */ in dlm_revalidate_lvb() 2269 list_for_each_entry_safe(lock, next, &res->granted, lis in dlm_free_dead_locks() [all...] |
H A D | dlmmaster.c | 482 !list_empty(&res->granted) || in dlm_lockres_release() 493 !list_empty(&res->granted) ? 'G' : ' ', in dlm_lockres_release() 506 BUG_ON(!list_empty(&res->granted)); in dlm_lockres_release() 542 INIT_LIST_HEAD(&res->granted); in dlm_init_lockres() 2925 struct list_head *queue = &res->granted; in dlm_remove_nonlocal_locks() 3505 * queues is such that a lock should be granted in the future
|
/kernel/linux/linux-6.6/security/tomoyo/ |
H A D | audit.c | 166 "#%04u/%02u/%02u %02u:%02u:%02u# profile=%u mode=%s granted=%s (global-pid=%u) task={ pid=%u ppid=%u uid=%u gid=%u euid=%u egid=%u suid=%u sgid=%u fsuid=%u fsgid=%u }", in tomoyo_print_header() 169 str_yes_no(r->granted), gpid, tomoyo_sys_getpid(), in tomoyo_print_header() 324 * @is_granted: True if granted log, false otherwise. 374 r->matched_acl, r->granted)) in tomoyo_write_log2()
|
H A D | common.h | 381 * We must choose a positive value in order to distinguish "granted" (which is 496 bool granted; member
|
/kernel/linux/linux-5.10/arch/m68k/ifpsp060/ |
H A D | iskeleton.S | 23 |You are hereby granted a copyright license to use, modify, and distribute the SOFTWARE 26 |No licenses are granted by implication, estoppel or otherwise under any patents
|
H A D | fskeleton.S | 23 |You are hereby granted a copyright license to use, modify, and distribute the SOFTWARE 26 |No licenses are granted by implication, estoppel or otherwise under any patents
|
/kernel/linux/linux-6.6/arch/m68k/ifpsp060/ |
H A D | iskeleton.S | 23 |You are hereby granted a copyright license to use, modify, and distribute the SOFTWARE 26 |No licenses are granted by implication, estoppel or otherwise under any patents
|
H A D | fskeleton.S | 23 |You are hereby granted a copyright license to use, modify, and distribute the SOFTWARE 26 |No licenses are granted by implication, estoppel or otherwise under any patents
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i810/ |
H A D | i810_dma.c | 8 * Permission is hereby granted, free of charge, to any person obtaining a 196 d->granted = 1; in i810_dma_get_buffer() 1008 d->granted = 0; in i810_getbuf() 1012 DRM_DEBUG("i810_dma: %d returning %d, granted = %d\n", in i810_getbuf() 1013 task_pid_nr(current), retcode, d->granted); in i810_getbuf()
|
/kernel/linux/linux-5.10/fs/ocfs2/dlm/ |
H A D | dlmcommon.h | 286 * Please keep granted, converting, and blocked in this order, 291 struct list_head granted; member 331 u8 list; // 0=granted, 1=converting, 2=blocked 383 return "granted"; in dlm_list_in_text() 397 ret = &res->granted; in dlm_list_idx_to_ptr()
|
H A D | dlmdebug.c | 104 printk(" granted queue:\n"); in __dlm_print_one_lock_resource() 105 list_for_each_entry(lock, &res->granted, list) { in __dlm_print_one_lock_resource() 171 [DLM_GRANTED] = "request granted", 180 [DLM_CANCELGRANT] = "can't cancel convert: already granted", 182 [DLM_SYNC] = "synchronous request granted", 524 /* granted */ in dump_lockres() 525 list_for_each_entry(lock, &res->granted, list) in dump_lockres()
|
H A D | dlmrecovery.c | 1057 list_for_each_entry(lock, &res->granted, list) { in dlm_move_reco_locks_to_list() 1092 struct list_head *iter, *queue = &res->granted; in dlm_num_locks_in_lockres() 1191 /* Only consider lvbs in locks with granted EX or PR lock levels */ in dlm_prepare_lvb_for_migration() 1765 ret = &(res->granted); in dlm_list_num_to_pointer() 1984 * 1. order of locks on granted queue is in dlm_process_recovery_data() 2080 /* move converting lock back to granted */ in dlm_move_lockres_to_recovery_list() 2082 "on %.*s. move back to granted list.\n", in dlm_move_lockres_to_recovery_list() 2122 "on %.*s. move back to granted list.\n", in dlm_move_lockres_to_recovery_list() 2236 * locks granted, we can no longer trust the lvb */ in dlm_revalidate_lvb() 2278 list_for_each_entry_safe(lock, next, &res->granted, lis in dlm_free_dead_locks() [all...] |
H A D | dlmmaster.c | 484 !list_empty(&res->granted) || in dlm_lockres_release() 495 !list_empty(&res->granted) ? 'G' : ' ', in dlm_lockres_release() 508 BUG_ON(!list_empty(&res->granted)); in dlm_lockres_release() 544 INIT_LIST_HEAD(&res->granted); in dlm_init_lockres() 2927 struct list_head *queue = &res->granted; in dlm_remove_nonlocal_locks() 2982 struct list_head *queue = &res->granted; in dlm_pick_migration_target() 3507 * queues is such that a lock should be granted in the future
|
/kernel/linux/linux-5.10/drivers/rpmsg/ |
H A D | qcom_glink_native.c | 382 unsigned int cid, bool granted) in qcom_glink_handle_intent_req_ack() 395 channel->intent_req_result = granted; in qcom_glink_handle_intent_req_ack() 603 * @granted: The request response to encode. 609 bool granted) in qcom_glink_send_intent_req_ack() 615 msg.param2 = cpu_to_le32(granted); in qcom_glink_send_intent_req_ack() 381 qcom_glink_handle_intent_req_ack(struct qcom_glink *glink, unsigned int cid, bool granted) qcom_glink_handle_intent_req_ack() argument 607 qcom_glink_send_intent_req_ack(struct qcom_glink *glink, struct glink_channel *channel, bool granted) qcom_glink_send_intent_req_ack() argument
|
/kernel/linux/linux-6.6/drivers/rpmsg/ |
H A D | qcom_glink_native.c | 422 unsigned int cid, bool granted) in qcom_glink_handle_intent_req_ack() 435 WRITE_ONCE(channel->intent_req_result, granted); in qcom_glink_handle_intent_req_ack() 649 * @granted: The request response to encode. 655 bool granted) in qcom_glink_send_intent_req_ack() 661 msg.param2 = cpu_to_le32(granted); in qcom_glink_send_intent_req_ack() 421 qcom_glink_handle_intent_req_ack(struct qcom_glink *glink, unsigned int cid, bool granted) qcom_glink_handle_intent_req_ack() argument 653 qcom_glink_send_intent_req_ack(struct qcom_glink *glink, struct glink_channel *channel, bool granted) qcom_glink_send_intent_req_ack() argument
|
/kernel/linux/linux-5.10/security/tomoyo/ |
H A D | common.h | 381 * We must choose a positive value in order to distinguish "granted" (which is 496 bool granted; member
|
/kernel/linux/linux-5.10/arch/m68k/ifpsp060/src/ |
H A D | isp.S | 23 You are hereby granted a copyright license to use, modify, and distribute the SOFTWARE 26 No licenses are granted by implication, estoppel or otherwise under any patents
|
H A D | ilsp.S | 23 You are hereby granted a copyright license to use, modify, and distribute the SOFTWARE 26 No licenses are granted by implication, estoppel or otherwise under any patents
|
H A D | ftest.S | 23 You are hereby granted a copyright license to use, modify, and distribute the SOFTWARE 26 No licenses are granted by implication, estoppel or otherwise under any patents
|
/kernel/linux/linux-6.6/arch/m68k/ifpsp060/src/ |
H A D | isp.S | 23 You are hereby granted a copyright license to use, modify, and distribute the SOFTWARE 26 No licenses are granted by implication, estoppel or otherwise under any patents
|
H A D | ilsp.S | 23 You are hereby granted a copyright license to use, modify, and distribute the SOFTWARE 26 No licenses are granted by implication, estoppel or otherwise under any patents
|
H A D | ftest.S | 23 You are hereby granted a copyright license to use, modify, and distribute the SOFTWARE 26 No licenses are granted by implication, estoppel or otherwise under any patents
|