Home
last modified time | relevance | path

Searched refs:granted (Results 26 - 50 of 66) sorted by relevance

123

/kernel/linux/linux-6.6/fs/ocfs2/dlm/
H A Ddlmast.c352 /* 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 Ddlmcommon.h281 * 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 Ddlmdebug.c102 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 Ddlmrecovery.c1048 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 Ddlmmaster.c482 !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 Daudit.c166 "#%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 Dcommon.h381 * 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 Diskeleton.S23 |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 Dfskeleton.S23 |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 Diskeleton.S23 |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 Dfskeleton.S23 |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 Di810_dma.c8 * 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 Ddlmcommon.h286 * 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 Ddlmdebug.c104 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 Ddlmrecovery.c1057 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 Ddlmmaster.c484 !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 Dqcom_glink_native.c382 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 Dqcom_glink_native.c422 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 Dcommon.h381 * 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 Disp.S23 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 Dilsp.S23 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 Dftest.S23 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 Disp.S23 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 Dilsp.S23 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 Dftest.S23 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

Completed in 46 milliseconds

123