Documented in 1 files:
Defined in 1 files as a prototype:
Defined in 1 files as a function:
Referenced in 3 files:
- include/linux/watch_queue.h, line 114
- kernel/watch_queue.c, line 595
- security/keys/keyctl.c, line 1844
Smatch caller information:
security/keys/gc.c remove_watch_list() -> remove_watch_from_object()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | wlist | 1-u64max |
| PARAM_VALUE | 1 | wq | 0 |
| PARAM_VALUE | 2 | id | 0-s32max,18446744071562067968-u64max |
| PARAM_VALUE | 3 | all | 1 |
| DATA_SOURCE | 0 | wlist | $0 |
| DATA_SOURCE | 2 | id | $1 |
| NOCHECK_CALL | |||
| HALF_LOCKED2 | &pool->lock |
security/keys/keyctl.c keyctl_watch_key() -> remove_watch_from_object()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | wlist | 1-u64max |
| PARAM_VALUE | 1 | wq | 4096-ptr_max |
| PARAM_VALUE | 2 | id | 0-s32max,18446744071562067968-u64max |
| PARAM_VALUE | 3 | all | 0 |
| DATA_SOURCE | 1 | wq | r get_watch_queue |
| LOCK2 | &key->sem | ||
| TYPE_LOCK | (struct key)->sem |